Search This Blog

Showing posts with label TUTORIAL. Show all posts
Showing posts with label TUTORIAL. Show all posts

Friday, October 29, 2010

Adobe Promotes HTML5 With A Flash To HTML Converter

flash-2-html5
I'm really excited to see that the Adobe's team itself is taking steps to promote HTML5 technology.
John Nack Posted on  his blog:
Are you surprised? Don’t be. As I’ve written many times, Adobe lives or dies by its ability to help customers solve real problems. That means putting pragmatism ahead of ideology.
Read more »

Monday, September 14, 2009

How To Use Google Health

Everyday Millions Of People Comes To Google To Search For Information About Their Health. They Search To Learn More About Symptoms, Doctors & Medications. Google Thinks They Can Do Even More With Google Health.

Watch This Video Tutorial On How To Use Google Health.




alsoread: Google Patents..

Monday, July 13, 2009

Microsoft Ofiice 2010 Technical Preview - Videos

office-2010Have A Look At The Technical Preview Videos Of Microsoft Office 2010.

* Introduction To M/S Office 2010


* M/S Word 2010



* M/S Excel 2010



* M/S Power Point 2010




* M/S Outlook 2010



* M/S OneNote 2010



* M/S Publisher 2010



* M/S Access 2010



* M/S SharePoint Workspace 2010


Related Links:
* Making Of Office 2010 - Office 2010 The Movie
* Office Web Apps.
* Office Mobile

alsoread: Windows Mobile 6.5

Wednesday, June 17, 2009

Be Safe In Aeroplanes

aeroplane-safety
image source: Desnoyers
Watch This Howcast Video On How To Survive An Airplane Crash, I Hope This Video Tutorial Will Help You A Lot..


alsoread: Protection From Email Spams

Thursday, May 28, 2009

Learn Web Designing via Internet

web+designing
A Website Which Is For Building More Professionals In The Field Of Web Designing. The Website Is Very Easy To Understand, Simple Teachings, Step By Step Tutorials And More...
With The Help Of This Site You Could Become A Pro In html, php, xml, css, javascript, asp.net, sql, and more.

Visit The Site

alsoread: Extract Flash From Excel File

Friday, April 3, 2009

How To Remove Yahoo! Messenger Ads

You Can Remove Ads Displayed On Yahoo Messenger Manually In A few Simple Steps.

ads will look similar to this :-
Steps For Removing These Kind Of Ads From Yahoo! Messenger :-

* Close Yahoo! Messenger
* Go To " C:\WINDOWS\system32\drivers\etc "
* Open The File Named "hosts" In Notepad Or Any Other Editors
* After The Line
127.0.0.1 localhost
Add
127.0.0.1 insider.msg.yahoo.com
* Restart Windows.
* Done

""


Also Try These Yahoo! Messenger Ad Removers.


Ad Banner Remover Plus v1.0.3.6
Y.AddsRemover 1.00

Thursday, January 22, 2009

Extract Flash(SWF) Files From Excel

You Can Extract Swf Flash Files From Excel By Using A Simple VBA(Visual Basic Application)Program.

This VBA Guide Has Been Tested In Office 2003 Professional & Office 2007,

  1. Open a new Microsoft Excel document,
  2. Click the Tools menu, Marco, Visual Basic Editor. You can also press the ALT+ F11 Shortcut Key to bring up the VBA editor.
  3. While In MS Visual Basic Editor, Click On The View Code Icon On The Upper-Left Panel,













*Copy the VBA program source code from Bottom and paste it onto the VBA source code editor,
*Press F5 to execute the VBA source code,
*An Open File dialog box prompts you to select the Office Excel document that embed the SWF
Flash animation file,A message box appears shortly after the Excel file is selected, with a
message that says where the extracted SWF Flash animation file is saved in local hard disk!


The extracted file will be of SWF type , It can be viewed using SWF OPENER Or With Your Browser , Firefox Or IE .


VBA CODE :


Sub ExtractFlash()

Dim tmpFileName As String
Dim FileNumber As Integer
Dim myFileId As Long
Dim MyFileLen As Long
Dim myIndex As Long
Dim swfFileLen As Long
Dim i As Long
Dim swfArr() As Byte
Dim myArr() As Byte

tmpFileName = Application.GetOpenFilename("MS Office File (*.doc;*.xls), *.doc;*.xls", , "Open MS Office file")

If tmpFileName = "False" Then Exit Sub

myFileId = FreeFile

Open tmpFileName For Binary As #myFileId

MyFileLen = LOF(myFileId)

ReDim myArr(MyFileLen - 1)

Get myFileId, , myArr()

Close myFileId

Application.ScreenUpdating = False

i = 0

Do While i < MyFileLen

If myArr(i) = &H46 Then

If myArr(i + 1) = &H57 And myArr(i + 2) = &H53 Then

swfFileLen = CLng(&H1000000) * myArr(i + 7) + CLng(&H10000) * myArr(i + 6) + CLng(&H100) * myArr(i + 5) + myArr(i + 4)

ReDim swfArr(swfFileLen - 1)

For myIndex = 0 To swfFileLen - 1
swfArr(myIndex) = myArr(i + myIndex)
Next myIndex
Exit Do

Else
i = i + 3
End If

Else
i = i + 1
End If

Loop

myFileId = FreeFile

tmpFileName = Left(tmpFileName, Len(tmpFileName) - 4) & ".swf"

Open tmpFileName For Binary As #myFileId

Put #myFileId, , swfArr

Close myFileId

MsgBox "Save the extracted SWF Flash as [ " & tmpFileName & " ]"

End Sub

___________________________________________________________

Thursday, January 15, 2009

Use Your Pendrive As Ram ( Vista )

You must have heard of this option in Windows Vista. It's that the USB flash drive can be used to increase the capacity of RAM. It will help to boost the performance of the system.

You can not only use your Pen drive but also any types of memory cards or memory sticks that you got with your mobile phones, digital cameras or any other devices.

This option of making the external memory device works as RAM is called ‘ReadyBoost’.


Caution: - The device can only be used with ReadyBoost if it qualifies the data transfer speed test; means if the data transfer speed of the device is lower than that is recommended by Readyboost, then it cannot be used as RAM.
It is written in the product description of some of the Pen Drives that whether the particular pen drive is compatible with Readyboost or not. So you can check it before buying one.


Benefits of ReadyBoost :-


- If your system has low RAM, resulting a slowdown in the performance, Readyboost will work for you.
- RAM is much more costlier than Pen drives and user can save money by increasing the RAM capacity with these USB drives (You should have minimum 512 MB RAM to run Windows Vista).
- User can assign desired space to Readyboost. It's not that you have to give the full memory of your pen drive to Readyboost. You can assign the memory space manually and use the rest of the space as it is.
How to make your flash drive work as RAM :-


Insert Your Pen drive or Memory stick -> Right click on the drive that appears in My Computer -> Go to its properties -> click on 'Readyboost' Tab

If the Windows accepts your drive to work as "Readyboost" then the menu will look like this :-


And if your Pen drive's speed is not sufficient, then this menu will show a message, telling you that your pen drive's data transfer speed is less; hence, it can't work with Readyboost.

There is also a shortcut to do this. When you insert your pen drive, you will see Readyboost option in the "AutoPlay" menu. You can activate it from here also.

Use Your Pendrive As Ram ( XP )

Yes with some manual settings you can use your pen drive as a RAM

1) Connect your pen drive to your PC [pen drive should be at least 1 GB or if you having 4 GB then its better]

2) Allow PC to detect your pen drive.

3) After your PC finished with its detection work,you have to do some little works .

4) Right click on the My Computer and select the properties :

5) Go to advanced and then performance setting then advanced :




6) Then select pen drive and click on custom size " Check the value of space available "

7) Enter the same in the Initial and the Max columns :





" You just used the memory of the Pen Drive as a Virtual Memory "

8) Now restart your pc and enjoy your fast and super system

Tuesday, January 13, 2009

Anti Leech Hacking Tutorial

I was just asking to know if there is some audiance before
here is my methode
for hacking anti leech
we gona use a soft calde proxo mitron
proxomitron is an anti bull script web proxy it' works buy applying some rules to elliuminte pop up and many other thing but for our cas we need to desactive all this filtring first goto
w-w.proxomitron.info
download a copy of the soft
then you need to unselect all the option of the soft
and clik on log window
no go to a anti leech web site
use the plug in and not netpumper
in the plugin
add a proxy
you must put this proxy adress
127.0.0.1 8080 for http
the same for ftp
now select the file to download a click download
watch in proximitron log winodws you will see many internal forwarding
if the file are located in a ftp server
proximitron dont handel them
and you will find an error
in a ftp adress
if it's a http adress
you will find some thing like
get /blablalma/bla/file
site tr.com
and you have foudn the adress
it' tr.com/blabla/file

Monday, January 12, 2009

Tutorial For Real Media

You may find this helpful if you donwload hundreds of short episodes in rm format like me and tired of double-click to open next files.

Very easy. Use notepad to open a new file, type this inside:
file://link to file1
file://link to file2
(type as many as you want)
Close file. Rename it to FileName.rm

Then you`re done!!!!

Ex:
I put my playlist file here: C:\Movies\7VNR
And the movie files are in C:\Movies\7VNR\DragonBall

Then inside my playlist file I`ll have something like this:

file://DragonBall/db134.rm
file://DragonBall/db135.rm
file://DragonBall/db136.rm
file://DragonBall/db137.rm
file://DragonBall/db138.rm

Wednesday, January 7, 2009

16x Dvd+-rw Dl Dvd Writer Comparison Guide

Since the introduction of double layer DVD writers, the interest has been quite overwhelming and is why we keep bringing you reviews of these highly popular drives. The anticipation has now turned into down right obsession and it has become a key component in any current or new system build, thanks to the declining prices and continued media hype. Manufacturers are quite aware of the fascination and is why they have each been releasing their own products which excel in at least one area of the testing methodology used in most reviews. This has led to some confusion as to which drive is best suited for the individuals needs. Today, we compare four 16x double layer drives and highlight both the strong and weak points in order to give you a better idea of which drive is best suited for you.


In this comparison guide, we will be looking at four of the top 16x drives to hit the market, the Pioneer DVR-108, NEC ND3500A, Lite-On SOHW-1633s and the new LG GSA-4160B. We will cover everything from design and features to performance and price. Let's begin with a quick look at each of these drives.


As far as the front bezel design goes, the LG-GSA4160B is by far the most attractive drive of the bunch. However, for those who are looking for a headphone jack, the Lite-On drive is the only DL writer offering a headphone jack, as well as volume control. The Pioneer and NEC drives, in my opinion, are the ugliest drives, with a very plain look that just wants to make you hide the drive period. Although we only obtained the 4160B in black, all these drives are offered with both white and black bezels. If you opt for the more expensive Pioneer "XL" model, it has the most impressive looks of any drive in the market. However, this will come at a very hefty price tag, considering they contain different firmware as well that offer a few extra features.

So, we have determined which is the sexiest-looking drive, but what about performance? I've done some extensive testing on each model to determine which is indeed the most impressive of the bunch. But before we show you performance results, let's briefly look at the features and what they have to offer.

Features



Each one of these drives has there disappointments when it comes to features. Let's compare each to see what they really offer.



DVD Writing



DVD+R DVD-R DVD+RW DVD-RW
LG GSA-4160B 16x 8x 4x 4x
Lite-On SOHW-1633s 16x 8x 4x 4x
NEC ND-3500A 16x 16x 4x 4x
Pioneer DVR-108 16x 16x 4x 4x



While all these drives are indeed 16x models, only two will write to both formats at this speed. The LG GSA-4160B and the Lite-On SOHW-1633s only support 8x DVD-R writing. So if you are one who only prefers this format, the NEC or Pioneer would be the best choice. All of these drives support writing to DVD re-writable media at 4x.



DVD+R9 Double Layer Writing



Write Speed
LG GSA-4160B 2.4x
Lite-On SOHW-1633s 2.4x
NEC ND-3500A 4x
Pioneer DVR-108 4x



The major disappointment with both the LG and the Lite-On 16x drives is the lack of 4x double layer writing support. Pioneer and NEC seem to be the only manufacturers to jump in and release second generation double layer drives supporting much faster 4x writing. In fact, the jump from 2.4x to 4x is quite substantial as we will show you a bit later in this comparison.



DVD-RAM Support



Supported Read Write
LG GSA-4160B YES 5x 5x
Lite-On SOHW-1633s NO NO NO
NEC ND-3500A NO NO NO
Pioneer DVR-108 YES 2x NO



Now this is where both the LG GSA-4120B and GSA-4160B shine above the rest. In fact, it is what has made these drives the most popular DVD writers on the market. Unlike the rest in the roundup, it is a triple format burner, offering full support for DVD-RAM media. The other drives do not support it, with the exception of the Pioneer DVR-108 which supports reading of DVD-RAM discs at 2x. I personally don't see the point in offering only read capabilities, but it's at least one extra feature added to distinguish it from the rest. Fast 5x support of the LG GSA-4160 will actually be tested a bit later in this article.



CDR Writing



CDR CDRW
LG GSA-4160B 40x 24x
Lite-On SOHW-1633s 48x 24x
NEC ND-3500A 48x 24x
Pioneer DVR-108 32x 24x



The fastest CDR writers of the bunch are the Lite-On SOHW-1633s and the NEC ND-3500A. With their support for 48x writing, they make a great all-in-one drive for many users. The only drive lacking in this lineup is the Pioneer DVR-108. Why they opted for only 32x writing is still quite puzzling and is actually why I have found that many are choosing the NEC over the Pioneer. The LG GSA-4160B should not be left out of consideration though. We will show you later that the difference in write times between 40x and 48x is not much to brag about.



Bitsetting Support



One feature I've found that is most important for many users is bitsetting support. Let's compare these drives and see what they offer.



DVD+R/RW Support DVD+R DL Support
LG GSA-4160B NO NO
Lite-On SOHW-1633s YES NO
NEC ND-3500A NO YES
Pioneer DVR-108 NO YES



The LG GSA-4160B does not offer bitsetting support out of the box. However, it is very likely that you will be able to obtain support through an excellent third-party tool called DVDInfo Pro. Right now, they only support the GSA-4120B, but I'm confident with the author that support for this drive will be likely. LG firmware is very hard to hack, however some select few have been able to do so. Using Lite-On's booktype utility, you can change the booktype of DVD+R/RW media, however, the firmware does not automatically change booktype of DVD+R DL discs to DVD-ROM like the NEC and Pioneer models do.



Additional Features



As far as other features go, all these drives have a 2MB buffer but offer some sort of buffer under-run protection, which all work exceptionally well. This is especially useful if you will be burning discs at 16x, which I personally don't recommend just yet. As our individual tests of these drives revealed, burning at this speed is quite unstable, with the exception of the Lite-On SOHW-1633s.

Related Posts Plugin for WordPress, Blogger...