
wordpress
Get flash to fully experience Pearltrees
themes
wp_enqueue_script
openID
website_copy
Help readers discover all the great content on your site! Add related links with Outbrain's Recommendation Widget. The widget is free, simple to install and will automatically inherit the look and feel of your site. Set your preferences below and in less than 60 seconds, your readers will begin seeing links to great content.
Get rating widget
30 Tutorials Combining Both Wordpress and jQuery : Speckyboy Des
Menu Creator/Manager The UltimateIDX delivers the ideal solution to one of the most common WordPress blog limitations people encounter. Menu management in WordPress is a bit of an art combined with some clever coding as you may have experienced if you have spent any time building WordPress themes.
WordPress Menu Creator | The UltimateIDX
NY Times interactive Twitter mashup
Data visualization can do so much to simplify the complex, so was very excited to see this amazing interactive timeline mashup of Superbowl Tweets on NYtimes site. The creators kindly even put a separate stream just for the ad mentions and the Audi spot I wrote about yesterday got noticed. I think the IP settings for individual states in the US ensures this type of map is accurate, much harder to do in Australia apparently. It is such a spectacular way of tracking brand engagement – via Twitter , and can give any brand investing in media placement during the Superbowl some piece of mind (or not!). Web trends data visualization I am also standing by for my other favourite piece of data visualisation – the Information Architects Web Trends Map 4 is due in February – currently a preview available The previous Web Trends Map 3 show you what a spectacular job the IA people do .If you use WordPress as your publishing platform, you’ll find a ton of useful tools you can grab off the web that’ll help you improve your productivity and make sure your WordPress site is running smoothly. In this collection, you’ll find a few convenient applications, plugins, and browser extensions that will help you accomplish a variety of blogging tasks that range from easier screen captures to making sure your WordPress site is secure. ScribeFire is a Firefox plugin that gives you an array of useful features and options for writing posts. You can drag and drop content from a variety of sources (which the WordPress Visual Editor currently doesn’t fully support), manage and leave notes on your posts, upload files via the built-in FTP, create timestamps, and manage uploaded images.
15 Useful Tools for WordPress Bloggers
Yet Another Related Posts Plugin « WordPress Plugins
WP-Polls is extremely customizable via templates and css styles and there are tons of options for you to choose to ensure that WP-Polls runs the way you wanted. It now supports multiple selection of answers. I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appericiate it. If not feel free to use it without any obligations.
WP-Polls « WordPress Plugins
Google Analytics for WordPress « WordPress Plugins
Google XML Sitemaps « WordPress Plugins
This plugin will generate a special XML sitemap which will help search engines like Google, Bing, Yahoo and Ask.com to better index your blog. With such a sitemap, it's much easier for the crawlers to see the complete structure of your site and retrieve it more efficiently. The plugin supports all kinds of WordPress generated pages as well as custom URLs. Additionally it notifies all major search engines every time you create a post about the new content. Related Links:Structure is a theme for news/magazine sites with a blog-friendly option as well. It includes built-in video and image features that easily allow you to customize your site. There are content blocks that you can place virtually anywhere on the page. Structure (59.6 KiB, 2,087 hits)
jQuery
So, first off, fire the wp_enqueue_script function in order to safely reference your jQuery library to ensure that the jQuery core is available for usage with your plugin or theme. Other plugins might fire this function with the same handle in order to use jQuery, but you don’t know this and you aren’t sure what other plugins your users will be using, so you have to be sure that it is included. Ultimately, WordPress will insert a tag into the section of the page referencing the jQuery library by including the “ jquery.js ” source file. Next thing to do is prevent conflicts between libraries. By default, jQuery is used with a global variable which is a dollar sign. See the example below which shows (makes visible) an element on the page with the ID “mydiv”.
Wordpress : Using jQuery library with your plugin or theme
As long as you use Mootool and not jQuery this works fine, but if you want to include jQuery you should use this to play along nicely with other plugins or scripts that use jQuery: The wp_enqueue_script command ensured everything is loaded in the right order. If you use the bloginfo command and insert the script yourself, chances are you end up loading your own script before jQuery is loaded ! Which ofcourse results in all sorts of weird errors.
Using jQuery in your Wordpress theme « EricDotNet
The Power of WordPress and jQuery: 25+ Useful Plugins & Tuto
Infinite scroll has been called autopagerize, unpaginate, endless pages. But essentially it is pre-fetching content from a subsequent page and adding it directly to the user’s current page. There is a little known feature in the .load() method that lets you specify the CSS selector of the html you want to include. jQuery will load in any local URL, then parse the html and grab only the elements you’ve defined with your selector. This is the WordPress’s version of the jQuery Lightbox Plugin Used to overlay images on the current page, perfectly working with WordPress 2.2 or up, and fully compatible with K2! If real estate is a priority in your theme then this plugin can help by showing post meta information on demand by using a JavaScript toggle function.Mastering Your WordPress Theme Hacks and Techniques | Noupe
This is the Loop 1) The Loop is perhaps the most important thing one needs to understand when customizing WordPress theme. Any HTML or PHP code placed between where The Loop starts and where The Loop ends will be used for each post. When WordPress documentation states “This tag must be within The Loop”, such as for specific Template Tag or plugins, this is The Loop. 1) Modifying Individual Posts In The Loop - Sometimes Clients request things like Google ads being displayed after post #2, the top post having a differently colored background, only displaying the title for a few posts. You can’t do any of this inside a single Loop, so here’s how to use multiple loops to display lists of posts differently.How to use multiple loops to display lists of posts differently.Comments on this post are open closed (too much spam) but you can should leave questions or talk about the plugin at the google group or if you have a problem/feature request you can submit a new issue at my issue tracker . I have discontinued rssLinkList and now only support feedList. If you have wordpress 1.5+ you can use the older rssLInkList plugin but feedList is better. First off installation is much easier and it supports ATOM and RSS feeds (hence the name change) whereas rssLinkList only supports, you guessed it, RSS feeds.

