Welcome To Snipplr
Everyone's Recent Snippets Tagged c
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Put this into your ~/.bashrc script and you should see the Git/SVN status in your prompt if your working directory is a sandbox.
0
1708
posted 16 years ago by zingo
I modified this helpful snippet: http://snipplr.com/view/9904/aspdropdownlist-us-states-abbreviated/ to work for the Telerik RadComboBox control.
0
1359
posted 16 years ago by sonofabit
Add a "rollover" class and hover="img/src-hover.jpg" to the image in question.
2
1484
posted 16 years ago by mikemetcalf
This assumes the modules names are CamelCase and not UPPERCASE.
0
2014
posted 16 years ago by blasterpal
Accomplish min-width in IE6 using CSS and conditional comments, no need for expressions.
4
1697
posted 16 years ago by Ahrjay
In IE6 the padding applied to input boxes can be incorrectly rendered showing no difference in the height of the box. Adding "overflow:visible" seems to fix it.
Referenced Source: http://stackoverflow.com/questions/561904/can-you-tweak-the-left-an...
1
1333
posted 16 years ago by benjaminpearson
Se que es poco... pero es lo unico que me gusta de facebook.
Chome OK; IE OK; Firefox OK;
0
1396
posted 16 years ago by marcocs
Code snippets to use as a template for consistent HTML page generation
0
1120
posted 16 years ago by ff1959
agento, an open-source PHP ecommerce solution, has a very comprehensive feature list. However, its built-in CMS doesn’t support hierarchical pages. You can fake it, though.
Let’s say you have a page with an SEF (search engine friendly) URL Ide...
0
1480
posted 16 years ago by nico65
This is a sample application to demonstrate how to create and modify remote shared objects in a flex client application
0
1369
posted 16 years ago by mprabhuram
Read a page's GET URL variables and return them as an "associative array."
Calling the function while at `example.html?foo=asdf&bar=jkls` sets `map['foo']='asdf'` and `map['bar']='jkls'`
17
11371
posted 16 years ago by the_coder
This snippet is just an upgrade to the "http://snipplr.com/view/7396/php-file-extension-case-changer/" code. This particular code works on image files... although you can just change this line [if (preg_match("/(jpg|gif|png|bmp)/",$ext)) ] to target...
0
2049
posted 16 years ago by el-artiste