I’ll try and cut your development time in half by providing a pretty good list of the most useful Javascripts. Usually, these will all be included in all pages to create state-of-the-art websites. Loading time can be optimized by browser cache-ing if compressed versions of these files aren’t used.
Archive Page 2
Web Designer’s Javascript Arsenal - Set 1
Published August 15th, 2007 in Resources and Web Design. 1 CommentLike most novice, or college students, Adobe Suite is short from ridiculously expensive… My Solution is to “Open Source” it. This is what I call “dpiNYC CS3″
Valid XHTML Conditional Commenting
Published July 21st, 2007 in Code Bank and Web Design. 0 CommentsIt's sometimes nessasary to write conditional commenting in (X)HTML or in CSS, especially with the current browser wars. Here, i describe how to write conditional commenting enabling/diabling IE from rendering. With some witty programming you can make IE/Win work in somewhat standards.
Before you begin to use mod_rewrite (RewriteRule, RewriteBase, and RewriteCond) code, keep in mind that each rule applied is executed on each and every HTTP request that accesses a file in or below the directory where the code resides.
The best way to support Transparent PNG in IE6
Published June 21st, 2007 in Code Bank and Web Design. 3 CommentsThere are many way to support transparent .png images in IE browsers. However, this method seems the simplest and most “transparent to work with. It uses CSS compliant JavaScript .htc files and can be easily called thought the
behavior: url(iepngfix.htc);
How to implement:
A tip so you can apply filters to layers with effects
If you apply layer style effects to text or shapes and then rasterize the layer, only the text or shape content is rasterized. The layer effects stay separate and editable. Usually, this is a good thing, but if you then apply a filter, it only gets applied to the text or shape and not the effects. To rasterize and flatten the entire layer contents, create a new, empty layer below the layer with your effects and merge down (Ctrl+E on Windows/Command+E on Mac).Setting up .htaccess and .htpasswd (Godaddy Hosted)
Published June 6th, 2007 in Code Bank. 0 Comments
A Simple approach for a password protect folder called /private
Open notepad and start typing… (When ready to save make sure the ext .txt is not there)
File: .htaccess
AuthUserFile /home/content/u/s/e/username/html/private/.htpasswd AuthGroupFile /dev/null AuthName "Secure Directory" AuthType Basic <limit GET POST> require valid-user </limit>
Using Stored Procedures (MySql and PHP) in 3 Steps
Published June 5th, 2007 in Code Bank. 0 Comments1. Create the database and table (test | user)
2. Create the procedure. “new_proc” (I used EMS SQL Manager 2005)
CREATE PROCEDURE `new_proc`() NOT DETERMINISTIC CONTAINS SQL SQL SECURITY INVOKER COMMENT '' SELECT * FROM `user`;
3. Setup your PHP code as follows:
Web design theory calls for a website to appear seamless to every user. The problem, of course, is that every user’s different.
Tackling website dimensions has been a rather simple decision. You can decide to design a static template and then choose one of the typical dimensions: 640 x 480, 800 x 600 or 1024 x 768.
If used properly, alert messages guide a user to make the proper descicions on your site. Let it be the purchasing of a product or the task of enabling Javascript for full functionality. The problem is that most "styled" messages cause validation errors.

