BonBon Sweet CSS3 Buttons

CSS buttons that are sexy looking, really flexible, but with the most minimalistic markup as possible. Demo& Download: http://lab.simurai.com/css/buttons/

Direct Link

Read the rest of this entry »

WordPress Theme Releases for 09/03

BlogTimes is an old school Newspaper style WordPress Theme, based on a three column fluid layout, enabled with cufon fonts with beautiful typography for the headlines, options panel, and a custom front page slider. Dark Tuts is a very clean WordPress theme that has been designed with blogs in mind. This theme has an HTML5 doctype, clean and valid code, 3 color schemes (blue, green, red), 3 different ways to add post thumbnails, the ability to change thumbnail sizes via the theme panel, 1 advertisement spot and tons more features.

Direct Link

Read the rest of this entry »

How to Create a Web-Based Drawing Application Using Canvas: New Premium Tutorial

Combining HTML with the all new <canvas> feature, you can make some pretty awesome web apps! In this Premium exclusive tutorial, we will create a neat interactive drawing application using HTML and JavaScript. Along the way, we’ll also learn the basic concepts of the all new <canvas> feature. Become a Premium member to access this, as well as many other amazing tutorials and screencasts.

Direct Link

Read the rest of this entry »

Quick Tip: Getting Offline Access with HTML5 Application Cache

Just when you thought you’d seen all the cool features of HTML5, I’m here to bring you yet another one. The internet is no longer about just websites; it’s about web applications. Often, our users are on portable or mobile devices, and they won’t always have access to a network.

Direct Link

Read the rest of this entry »

Creating a Web Poll with PHP

Polls are nearly ubiquitous on the web today, and there are plenty of services that will provide a drop-in poll for you. But what if you want to write one yourself? This tutorial will take you through the steps to create a simple PHP-based poll, including database setup, vote processing, and displaying the poll.

Direct Link

Read the rest of this entry »

Best Joomla extensions – August 2010

Today we presents a collection of best Joomla! extensions for August 2010. read more

Direct Link

Read the rest of this entry »

Lorelle’s Mind Blowing WordPress Plugins

Lorelle VanFossen has published a recap of her Mind Blowing WordPress Plugins session given on August 29th at OpenCamp in Addison, TX. To Lorelle, “a mind blowing WordPress Plugin is one that breaks the rules. It is unique and original in its implementation, and pushes WordPress.

Direct Link

Read the rest of this entry »

MooTools Plugin: Event.Mock

Those of you who visit this blog often know that I have a certain love for the simple things: simple CSS enhancements, simple PHP scripts, and most importantly, simple JavaScript plugins. One plugin that recently caught my attention was Arieh Glazer Event.Mock plugin. Event.Mock is a tiny MooTools plugin (essentially just a small function; not a MooTools class) that does exactly what it says: provides a Mock event for easy use with Element.fireEvent.

Direct Link

Read the rest of this entry »

Quick Tip: What you May Not Know About JavaScript’s Logical AND Operator

In today’s video quick tip, we’ll be reviewing JavaScript’ logical AND operator. Those of you who are just beginning to get into JavaScript, or even a library like jQuery, might not realize that they can even be used as micro if statements! Subscribe to our YouTube page to watch all of the video tutorials! Example 1: General Usage // EXAMPLE 1 var a = 5, b = 10; if ( (a === 5) && (b === 10) ) { alert(‘yay’); } The AND operator’s use in the code above is what the huge majority of us are most familiar with. If a equals 5 , and b equals 10 , then do something awesome, like display an alert box that says, “Yay!” The right side of the && operator will only run if the left side is equal to true .

Direct Link

Read the rest of this entry »