Custom HTML Form Elements
This JavaScript and CSS will allow you to use custom images for checkboxes, radio buttons and select lists.
Excerpted from:Custom HTML Form Elements
a2a_linkname=”Custom HTML Form Elements”;a2a_linkurl=”http://www.frenzygraphics.com/2008/07/01/custom-html-form-elements/”;
How to get Cross Browser Compatibility Every Time
Here is a quick summary for those of you who don’t want to read the whole article:
1. Always use strict doctype and standards-compliant HTML/CSS
2. Always use a reset at the start of your css
3. Use opacity:0.99 on text elements to clean up rendering in Safari
4. Never resize images in the CSS or HTML
5. Check font […]
IETester
IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.
Original post: IETester
a2a_linkname=”IETester”;a2a_linkurl=”http://www.frenzygraphics.com/2008/06/03/ietester/”;
Array Function in WordPress 2.5
During a recent site redesign, the client required the site dynamically generate a unique promotional banner (in the sidebar) on certain high profile writers “about the author” page.
Before WordPress version 2.5.x, we had to rely on conditional tags such as is_page() or is_category() and numerous lines of code to accomplish it. For most parts it […]
Display Continuous List in Two Columns
Here’s a quick and easy way to present a continuous list in two or more columns without having to hard code it. A recent project required a list of authors across two columns; the author names and links were auto generated using a WP tag so listing them in 2 columns required some simple CSS […]
Baba The Storyteller Story: The Fool
I worked on a site a while ago for a famous West Coast Kora Musician and Master Teller of Tales, Baba. Yesterday, out of the blue he sent me a nice piece of story which I thought I should share with the world. With everything that is happening around us, the war and our economy, […]
May 2008 Reboot May Not Happen
I have 30 minutes to come up with a design, slice it, code and go live. So the May 2008 reboot is not happening. I will come up with something original and clean soon, in the mean time you will have to make do with “The Studio†mod.
View original post here: May 2008 Reboot May […]
Sliding JavaScript Dropdown Menu
This lightweight drop down menu script (~1.8kb) allows you to easily add smooth transitioning dropdowns to your website. This can be used for navigation, dropdown lists, info panels, etc.
View original post here: Sliding JavaScript Dropdown Menu
a2a_linkname=”Sliding JavaScript Dropdown Menu”;a2a_linkurl=”http://www.frenzygraphics.com/2008/04/29/sliding-javascript-dropdown-menu/”;
WordPress 2.5.1 and CVE 2008 1930
WordPress 2.5.1 is already out, so the blog you upgraded last month, is outdated and worse, could be vulnerable. A Common Vulnerabilities and Exposures (CVE 2008 1930) which reads as below is now known to be the reason for this hastened release:
An attacker, who is able to register a specially crafted username on a Wordpress […]
Anatomy of a Magazine Style Premium WordPress Theme - Part 3.2 “Conditional Navigation Menusâ€
As the tutorials run longer than we prefer, we have broken section 3 into 3 sub-sections, you can find sub-section 1 regarding second level menu here.
The navigational aspect of a site, especially one that is database driven, should have menus that are dynamically generated just like the rest of its content, but is seldom the […]
“The Future of WordPress Themes†Opinion Poll
A high level opinion poll concerning WordPress themes and its future is presented on Ian’s new site Theme Shaper. Highly recommended read for WordPress theme designers and enthusiasts alike. I have my 2 cents in there too!
Read the original here:


