Posts relating to “tag/[tagname]” (7)
Page:
1
Look up
"tag/[tagname]"
at The Free Dictionary
-
WordPress trick: function to get tags related to category
WpRecipes.com —
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 -
Setting SharePoint Form Fields Using JavaScript
End User SharePoint —
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 -
The ultimate guide to tags and tagging in Google Wave
Digitizor —
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 -
Using MySQL INNER JOIN in CakePHP Pagination
Sohaib's Blog - A Cake-PHP Web Developer, Pakistan —
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 -
Entirely unobtrusive and imperative templates with Microsoft Ajax Library …
Tales from the Evil Empire —
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 -
Wordpress 2.9 Coming Soon – Features, Tips and Screenshots
NSpeaks —
Authority 112
and Tag Templates can now be created as category-catname.php and tag-tagname.php – Previously it could only be created as3 weeks ago -
Interesting plasmoid: Drop2Tag
dennogumi.org —
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
Page:
1