The article on dotnetcurry demonstrates how to click and view a larger image when the thumbnail is clicked on.
Archive for the ‘ Tips 'N' Tricks ’ Category
Some of us might want to disable the mouse right click .Below simple code snippet can be used to d the job easily using jQuery.
$(document).ready(function(){
$(document).bind("contextmenu",function(e){
return false;
});
});
Best CSS Rounded Corner tutorials list are available on the vagrant radio site.
Sometimes creating rounded corners with Css is a big challenge for most designers. Many will end up with a design where they don’t use rounded corners in order to avoid the entire rounded corner kerfuffle that has always been an issue in HTML/ CSS. The question has always been which method or solution is best, and what is the easiest way…..Read more

Source:Read more
As you know all new Joomla installations start with a Super Administrator account called, ‘admin’. During the installation process, you will be asked to give this account a password. That’s great as far as it goes, but because the user name of this highly-confidential account is generally well known, 50% of the security of the username/password combination is already exposed. Now all anyone needs to do is guess the password and they’re in.
By changing the user name to something more difficult to guess, you greatly increase the difficulty of accessing the account. An attacker must correctly guess both the user name and password at the same time to gain access. This is several magnitudes more difficult than simply guessing the right password.
Steps to Change the Default admin login
- Log into the Back End
- Select User Manager
- Select the ‘admin’ user record
- Change the value in username.
- Save
- Remember the new username!
In Windows Xp,
GO TO Start Menu –> Control Panel
Select- Add Remove Programs.
On the click of “Set Program Access and Defaults” you will probably see that you are using a “Custom” configuration.
Click on custom to see what is set for your “Choose your default Web browser” setting.
Select “Internet Explorer” and then click OK.
Now it should work…
You may reboot after setting to be sure.
1) Connect the iPod to your windows machine. Close the autostarted itunes by hitting the X in upper right hand corner of itunes.
2) Go to Computer or Windows explorer , click on Organize and select Folder and Search Options as shown below.

In Folder options Window select View tab and Select the Option Show Hidden files and folders in Hidden files and folders option.
3) Navigate to your ipod in Computer or Windows Explorer.
4) Navigate to Music folder in your ipod .
Full path is YOURIPODNAME (F:)\iPod_Control\Music
5) Select all the music folders and drag and drop them into a folder on your hard drive, or directly into iTunes.
And you’re done! The music folder structure in ipod is strange, but once you move your files into iTunes you can set it to automatically organize your folder by artist and album to clean that up. To do this, in iTunes Edit menu, choose Preferences and in the Advanced tab, check “Keep iTunes Music Folder organized.”
An inline search bar in chrome known as the Omnibox, by default has only 5 suggestions.
But with a simple command line switch we can increase number of suggestions.
Normally in the Omnibox you’ll see 5 suggestions:
By adding simple command line switch to the shortcut we can increase this number.
-Create a shortcut of chrome.
-open up the properties for your Google Chrome icon, and add the following
switch to the end of the Target line (have a space between them).
-omnibox-popup-count=10
For example, your target using a -omnibox-popup-count=10 switch might look like:
“C:\Documents and Settings\Techbray\….\chrome.exe” -omnibox-popup-count=10
Now when ever you launch Chrome with this shortcut, you’ll see more suggestions in the list.

Speed up browsing by disabling functionality. When you want to surf Flash-free,
Java-free, or even Javascript-free (even though that’s not really the point of
Chrome, but whatever), there’s a list of -disable Chrome startup switches that
can block plug-ins, content, or features you don’t want, like:
-disable-dev-tools
-disable-hang-monitor
-disable-images
-disable-java
-disable-javascript
-disable-logging
-disable-metrics
-disable-metrics-reporting
-disable-plugins
-disable-popup-blocking
-disable-prompt-on-repost

