Welcome To Snipplr


Everyone's Recent Snippets



1 ... 502 503 504 505 506 ... 553
0 1067 posted 17 years ago by ecavazos
0 1210 posted 17 years ago by Bonky
4 1384 posted 17 years ago by AgentPhoenix
1 1227 posted 17 years ago by AgentPhoenix
1 1398 posted 17 years ago by AgentPhoenix
0 3222 posted 17 years ago by jpdamen
Generate the SQL necessary to create triggers that use the sequences listed above. NOTE: This particular script assumes that the tables all start with ‘tbl’. It may need to be modified to work with different naming conventions.
0 1235 posted 17 years ago by thecrumb
Generate the SQL necessary to create sequences for every table. NOTE: This doesn’t create sequences. The results need to be copied and run as a script.
0 1519 posted 17 years ago by thecrumb
Get a list of all the user tables.
0 1727 posted 17 years ago by thecrumb
Get all my columns and comments.
0 1211 posted 17 years ago by thecrumb
Then, your code should look like this ... $(document).ready(function() { $("dt > a").click(function(){ $(this).parent().nextUntil('dt').toggle(); return false; }); });
0 1171 posted 17 years ago by thecrumb
4 1244 posted 17 years ago by catchamonkey
used as "http://www.somesite.com/index.php?xcr=page.php" page.php is plugged into the template index.php which hold the shell of a site.
0 1915 posted 17 years ago by withremote
0 1301 posted 17 years ago by ecavazos
This snippet references the data access class I linked to.
4 1595 posted 17 years ago by ecavazos
This is a simple class to encapsulate CURD functions. This class also includes some simple search methods.
1 1742 posted 17 years ago by ecavazos
Something I use quite often personally
5 1975 posted 17 years ago by B-Tal
This script will setup JBoss 4.2.2 to use null persistence (no DB, see http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfigJBossMQNullPersistence) when handling JMS messages.
1 1177 posted 17 years ago by narkisr
A very simple way of getting bean instances from Spring context without casting returned object, the assumption is that the bean id's are matching the classes names.
0 1446 posted 17 years ago by narkisr
This function will return the height and width of an image that will change if the height/width is greater than the maximum supplied width and height.
2 1435 posted 17 years ago by dmlanger
#modal would be the bodyID of your modal window. I use jqmodal so it strips out all the header tags, and takes your body ID and turns it into a div.
2 1297 posted 17 years ago by kristin
1 ... 502 503 504 505 506 ... 553