Posts Tagged ‘development’

17Sep

Customize nextpage pagination links in WordPress posts

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: ,

14Aug

WordPress drop down menus: highlight parent items with jQuery


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: , ,

21Feb

HTML/CSS Reset De-Compactor

Tired of seeing those tons of CSS declarations when using Firebug or Webkit inspector? Then try the Reset De-Compactor.

Read more

Tags: ,

3Dec

Firefox Aurora introduces native developer tools

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: , ,

20Oct

Color theme for Aptana 3

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: , , , ,

6Oct

Enter to win 50GB Dropbox Pro for life

Love Dropbox? AppSumo gives you a 50 GB Dropbox Pro for life! Enter to win!

Read more

Tags: , ,

24Aug

Display sidebar widgets using a shortcode in WordPress

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: , , ,

14Aug

Slides from WordCamp San Francisco 2011

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: , , , , , ,

20Jun

WordPress: News Site & Newspaper

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: ,

15Jun

Slide upwards in jQuery using slideDown()

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: , ,

Page 1 of 612345...Last »