Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
While working on the iteration of a blog with russian contents we had to change the slugs from cyrillic to transliterated russian.
[RusToLat](http://mywordpress.ru/plugins/rustolat/) is a great plugin that does just that, but unfortunately it onl...
0
793
posted 13 years ago by gryzzly
This is a php script to trigger a cpanel full backup to the servers home directory OR a remote ftp server
0
807
posted 13 years ago by leoj3n
If you want to use the PlayBook's QNXApplication SWIPE_DOWN event in a SWF that will be used on other devices, check out this code.
0
788
posted 13 years ago by renaun
In example: find all files (recursively from the current directory) bigger than 20000kb
0
673
posted 13 years ago by TioSolid
I always find issue when we want to show date in different format i.e other than mysql default format. (YYYY-MM-DD) using jquery plugin this date format can be converted into any specified date format i.e indian,US,Europe from any html element
0
855
posted 13 years ago by pavanrulz
Using image to display page loading message count an extra dns request.
making moving text message with javascript increases performance of page loader
1
728
posted 13 years ago by pavanrulz
CSS3 button with a transparent glass effect (looks better on a textured background). A snapshot can be seen <a href="http://demos.pixelworkshop.fr/misc/css_button.jpg">Here</a>
0
943
posted 13 years ago by Keliah
* Set your local path to the wordpress install, in my case was: "/blog/feed"
* Edit the var contain = make it set to the selector, in my case I'm populated a list tag <ul></ul>.
* Edit the var limit = 5; Set the amount of blog posts you want to dis...
1
1744
posted 13 years ago by crypticsoft
Note: replace "USERNAME" with your own twitter username.
This is using cycle plugin with easing which is applied after the tweets are populated.
1
1139
posted 13 years ago by crypticsoft
The only way i know to create a normal "fire property changed" method that is still efficient yet strongly typed. The other common pattern uses run time checking and uses the TyepDescriptor for the current type to check for property existence - a muc...
0
532
posted 13 years ago by nimast