Posts relating to “tag/[tagname]” (7)

Look up Offsite Link "tag/[tagname]" at The Free Dictionary
  1. WordPress trick: function to get tags related to category


    WpRecipes.comAuthority Authority 506
    First, here is the function you have to paste in your function.php file: function get_category_tags($args) { global $wpdb; $tags = $wpdb->get_results (" SELECT DISTINCT terms2.term_id as tag_id, terms2.name as tag_name, null as tag_link FROM wp_posts as p1 LEFT JOIN wp_term_relationships as r1 ON p1.ID = ...
    3 weeks ago
  2. Setting SharePoint Form Fields Using JavaScript


    End User SharePointAuthority Authority 482
    Guest Author: Mark Rackley The SharePoint Hillbilly In a few of my previous blog posts I have used JavaScript to set SharePoint form fields in NewForm.aspx. Using JavaScript to set these fields comes in really handy whether you are setting fields based upon query string variables (see previous posts) or ...
    4 weeks ago
  3. The ultimate guide to tags and tagging in Google Wave


    DigitizorAuthority Authority 138
    With the number of users on Google Wave increasing day by day, the amount (as in quantity) of Waves that are created each day is bound to get bigger eventually. So tagging a wave is very necessary if you want your wave to get easily discovered by fellow Google Wavers. In this article we will share with you various ...
    3 days ago
  4. Using MySQL INNER JOIN in CakePHP Pagination


    Sohaib's Blog - A Cake-PHP Web Developer, PakistanAuthority Authority 91
    First of all, Ive got to hand it over to Matt he really did a BBBIIIGGG favor to the CakePHP community by publishing his guide to advanced CakePHP Techniques . This guide / book will give a great insight into the framework to anyone who is a seasoned programmer and is picking up Cake for the first or so time. And ...
    1 day ago
  5. Entirely unobtrusive and imperative templates with Microsoft Ajax Library …


    Tales from the Evil EmpireAuthority Authority 509
    Today is the release of the sixth preview of Microsoft Ajax Library. Don’t get fooled by the somewhat silly and long name: this is a major release in many ways. The scripts have been majorly refactored since preview 5. Check out the other posts out there (links at the bottom of this post) to see just some of the ...
    3 weeks ago
  6. Wordpress 2.9 Coming Soon – Features, Tips and Screenshots


    NSpeaksAuthority Authority 112
    and Tag Templates can now be created as category-catname.php and tag-tagname.php – Previously it could only be created as
    3 weeks ago
  7. Interesting plasmoid: Drop2Tag


    dennogumi.orgAuthority Authority 99
    While browsing around kde-look.org, I’ve stumbled upon a nice little Plasma scripted widget , and I’m publishing this to have it get more exposure. A good part of the KDE community knows at least little about Nepomuk, and its ability to attach semantic tags to your files – basically words that describe the ...
    7 weeks ago