Thumbnail of youtube videos
Youtube generates 4 thumbnails for for every video uploade. To know the thumbnail image location, replace the 11 digit alphanumeric with your own video id http://img.youtube.com/vi/KjNJmwwf7QA/2.jpg
Youtube generates 4 thumbnails for for every video uploade. To know the thumbnail image location, replace the 11 digit alphanumeric with your own video id http://img.youtube.com/vi/KjNJmwwf7QA/2.jpg
There are two ways to enable error reporting in your PHP . 1. You can add the following function in the .php file: error_reporting(E_ALL); 2. You can add/enable the following option in the php.ini file for your web site: error_reporting = E_ALL To turn error reporting off for a single […]
<form><input type=”button” value=” Print this page ” onclick=”window.print();return false;” /></form> <a href=”#” onclick=”window.print();return false;”>Print this page</a> <a href=”#” onclick=”window.print();return false;”><img src=”images/icon_print.png”></a>
Create a shortcut to this setting. 1. Right-click on the desktop.2. Select New.3. Select Shortcut.4. Type or paste this into the text box: For Microsoft Windows XP“c:program filesgooglegoogle talkgoogletalk.exe” /nomutex For Microsoft Windows7 “C:UserssugatAppDataRoamingGoogleGoogle Talkgoogletalk.exe” /nomutex 5. Click Next. 6. Name it whatever you want: Google Talk Multiple, etc.7. Click […]
In Adobe Dreamweaver CS3 and CS5 you might encounter following problem While executing onLoad in _afterSave.htm, the following JavaScript error(s)occured: In file โ_afterSave.htmโ:afterSaveis not defined. Solution: Close Dreamweaver. In Microsoft Windows 7 goto C:Usersuser_nameAppDataRoamingAdobeDreamweaver CS5en_US In In Microsoft Windows XP goto C:Documents and Settingsuser_nameApplication DataAdobeDreamweaver CS4en_US Rename or delete “Configuration” […]
Which flag do we use to represent the English language? The American flag? The British flag? The Canadian flag? The Australian flag? All of these countries speak English. Flags are nationalistic, and represent ideals, boundaries, and political beliefs, but do not represent a language so it is best to […]
Generate fav icon for your website. How does it work ? Go to http://www.favicon.cc Choose a color.Click on the squares and paint your logo. You can also upload your image and convert to icon. Download when you are finished Put the favicon.ico file into your webserver directory
Dummy text is text that is used in the publishing industry or by web designers to occupy the space which will later be filled with ‘real’ content. This is required when, for example, the final text is not yet available. Dummy text is also known as ‘fill text’. It is […]
Example below shows or hides div when a link is clicked. <html> <head> <script language=”JavaScript”>function ShowHide(divId){if(document.getElementById(divId).style.display == ‘none’){document.getElementById(divId).style.display=’block’;}else{document.getElementById(divId).style.display = ‘none’;}}</script></head> <body> <a onclick =”javascript : ShowHide(‘HiddenDiv’)” href=”javascript:;” >Show or Hide</a> <div id=”HiddenDiv” style=”DISPLAY: none” >Stuffs to be hidden or shown goes here. </div> </body>
There are times when we need to print locked PDF files or copy a portion of the text for references. So how to remove printing restrictions and text copying from secured Adobe PDF files? Just go to http://www.freemypdf.com Use this site to remove passwords and restrictions (such as printing, copying […]