17Sep

A relatively little known WordPress feature is the ability to split your post into different pages. However, it’s a bit difficult to stylize so it matches your overall site style since by default, WordPress doesn’t apply CSS classes to target its elements. In this tutorial we will learn how to filter the function to add classes to stylize.
Read more
Tags: development, wordpress themes
14Aug

It’s generally useful in sites with extensive drop down menus and many levels of hierarchy to highlight the parent item that encompasses the list of current items in the menu we’re now browsing so we can keep track of where we are. In this tutorial we will learn how to use jQuery to achieve this in WordPress menus, but it can be applied to any menu that has a similar markup.
Read more
Tags: development, user interface, wordpress themes
21Feb
Tired of seeing those tons of CSS declarations when using Firebug or Webkit inspector? Then try the Reset De-Compactor.
Read more
Tags: development, tools
3Dec

Firefox Aurora, the Firefox releases channel with the newest innovations now includes the new development tools so developers can inspect and tweak a web page’s HTML and CSS, accessing console, logs and even a nice feature called Scratchpad, to write JavaScript on the fly and execute it.
Read more
Tags: browser, development, tools
20Oct

For web development, few IDEs are both free and as powerful as Aptana. The new Aptana 3.0.5 Beta is now a mature product (early Aptana 3 was very buggy) and good enough to switch to. Here you will find a syntax colouring theme for the new Aptana 3, compatible with TextMate and e Text Editor theme systems.
Read more
Tags: aptana, development, freebie, ide, resources
6Oct
Love Dropbox? AppSumo gives you a 50 GB Dropbox Pro for life! Enter to win!
Read more
Tags: contest, development, tools
24Aug

Widgets are one of the best WordPress tools: you can add a widgetized plugin and show it anywhere in your site. Of course, wherever you have a sidebar. But what happens if you want to show a widget within your post? In this tutorial we will learn how to create a sidebar to be displayed using a shortcode.
Read more
Tags: development, tutorials, widgets, wordpress themes
14Aug

WordCamp San Francisco is the main conference of developers, users and fans about WordPress. This year, WordCamp SF had a massive number of 51 incredible speakers, with some of them even throwing two conferences, like @nacin and @Otto42. Here’s a round up of the slides shared by the speakers.
Read more
Tags: css3, development, e-commerce, HTML 5, open source, responsive design, wordpress themes
20Jun
Run A News Site & Newspaper Using WordPress & Google Docs: a content manager for both web and print, as the system integrates with InDesign.
Read more
Tags: cms, development
15Jun

The first time you stumble upon it, it’s a bit confusing that the slideDown and slideUp functions in jQuery only allow you to slide an element downwards. However, we can use them to slide an element upwards with just a little bit of CSS and without adding any extra jQuery code.
Read more
Tags: development, javascript, user interface