Skip to main content

Home/ lzby's group/ Group items tagged functions

Rss Feed Group items tagged

boho .net

MySQL Commands - 0 views

  •  
    This is a list of handy MySQL commands that I use time and time again. At the bottom are statements, clauses, and functions you can use in MySQL. Below that are PHP and Perl API functions you can use to interface with MySQL. To use those you will need to build PHP with MySQL functionality. To use MySQL with Perl you will need to use a Perl module.
boho .net

jQuery MultiSelect - 0 views

  •  
    In it's simplest form, you can create a MultiSelect form control using the following code: $(document).ready( function() { $("#control_id").multiSelect(); } where #control_id is the ID of the select element that exists on your page. You can use any valid jQuery selector as the ID, but make sure you only use select elements with the multiple="multiple" attribute to get the expected results.
boho .net

Mastering WordPress Shortcodes | Developer's Toolbox | Smashing Magazine - 0 views

  •  
    Introduced in WordPress 2.5, shortcodes are powerful but still yet quite unknown WordPress functions. Imagine you could just type "adsense" to display an AdSense ad or "post_count" to instantly find out the number of posts on your blog. WordPress shortcodes can do this and more and will definitely make your blogging life easier. In this article, we'll show you how to create and use shortcodes, as well as provide killer ready-to-use WordPress shortcodes that will enhance your blogging experience.
boho .net

Web Design WordPress function list - 0 views

  •  
    很详细的Wordpress函数表。
boho .net

jLINQ - Home - 0 views

  •  
    LINQ style functionality for Javascript. Allows you to work with sets of data using query style syntax to select, order and sort records.
1 - 5 of 5
Showing 20 items per page