dwTutorials.com



Best CSS Menu Generators

Print
PDF
menuimg
CSS Menu Maker - Creates dropdown css menus, horizontal CSS menus, and vertical css menus.
cssmenu
Professional looking CSS menus for your website - Izzy Menu Creator creates CSS menus with DHTML sub menus.
izzymenu
Web 2.0 Badge Generator - Free and very cool web badge generator.
web20badges
Web Button Generator - Vista buttons, Mac buttons, Plastic Buttons & Gel Buttons
button_generator

Check if MooTools or jQuery is loaded; or one of their classes

Print
PDF

I looked everywhere for a simple answer to this, and thought I would share this tip. Recently,  I had an application that might be loading MooTools 1.1 or 1.2 or 1.3 and these javascript library files might be named anything, so checking for the file name wasn't an option and I was looking for something simple, I tried using javascripts ofType, and using another check for function method, but to no avail then I ran accross this simple answer.

You can use this simple method check for version specific MooTools Classes like Fx.Styles or Fx.Tween:

1
2
3
4
5
6
7
8
9
10
11
if ( Fx.Tween ) {
 
do whatever
 
}
 
else if ( Fx.Styles ) {
 
then do this
 
}

NinjaBoard Beta 5 has Arrived!

Print
PDF
Welcome to our new beautiful new NinjaBoard Forum! We know that many of you have been very patiently waiting for better forum support, and it's here! Stian the author of NinjaBoard from Ninja Forge even stopped by today to help me with the set up, of course he is my co-worker over at Ninja Forge so that might be what got me the personal attention.

How to Create Sliding Panels in Joomla 1.5 Modules and Plugins

Print
PDF

joomlamoduleplugin

How to Create Sliding Panels in Joomla 1.5 Modules and Plugins

Sometimes as developers it isn't possible to simplify complicated parameters further or limit the number of parameters without losing functionality. So what can you do? Well you could use the JPanel Class to create sliding panels, thereby grouping your paremeters into managable sets. But unfortunately, the JPane Class that is available in Joomla Components; is not available for Modules and Plugins. So now What?

Best Free Icons

Print
PDF

Here is a list of my favorite Free Icon Image resources:

This iconset contains 1000 icons by Mark James at FAMFAMFAM:

slik_icon_set


Over at