Profile
Achievement

Uzbekjon's Recent Snippets
- All /
« Prev 1 Next »
This script preloads images in your document or lets your to preload images by their url and insert or append them in your DOM tree later.
5
1147
posted 16 years ago by Uzbekjon
Lets you get YouTube video scene images by video id or youtube video url using only javascript OR jQuery.
5
2323
posted 16 years ago by Uzbekjon
Create an xml file with this content to tell Tomcat to use seperate folder (can be any folder, even out of tomcat root) as a root folder of your application.
Copy this file into TomcatDir/conf/Catalina/localhost
0
1005
posted 16 years ago by Uzbekjon
Test harness for an implementation of the Luhn algorithm that checks the validity of a credit card number.
0
1540
posted 16 years ago by Uzbekjon
You can use this command to convert your properties file to ASCII encoded file. Normally you'll need it to convert your language.properties file.
0
1498
posted 17 years ago by Uzbekjon
This assumes that you want the resulting JAR file to be named BangBean.jar, and that you’ve put the manifest in a file called BangBean.mf
0
801
posted 17 years ago by Uzbekjon
This rule lets you define CSS rules that are visible to IE only.
0
1180
posted 17 years ago by Uzbekjon
“min-height†attribute works well in Firefox but IE ignores it. IE’s height act as FF’s min-height. Note: in IE 7 problem was fixed.
0
1136
posted 17 years ago by Uzbekjon
It’s an Internet Explorer-exclusive bug wherein an element that is floated – and given a margin in the same direction as the float – ends up with twice the specified margin size. The fix is extremely simple. All you have to do is apply a displa...
2
1160
posted 17 years ago by Uzbekjon