If you ever created a site layout in Photoshop or purchased a PSD template file from one of the template sites, getting your PSD to a nice XHTML/CSS Template can sometimes seem impossible. I recently found this article that should help you learn how to analyze either a new template, or even your current layout to find …
[Read more...]
PSD to HTML/CSS Template
Rapid Web Development & Testing Using Mozilla Firefox
Here is a great CSS slide show that shows off some very useful extensions and features for Firefox. I use about half of them, so I was glad to learn of some new ones, like MeasureIT and Screen Grab
The slide show is perfectly named Rapid Web Development and Testing with Mozilla Firefox. The ones I use really help save …
[Read more...]
Web Development Cheat Sheets, Must Haves
Today I found a site that offers great web development cheat sheets!
There is MySQL, mod_rewrite, CSS, PHP and RGB Hex color chart. All great to have, I hope to print them out on the nice color laserjet at work!
I know the MySQL one will be helpful for reminding me the MySQL data types, the PHP one will be great …
[Read more...]
A New Approach to Web Applications
I have mentioned AJAX before, still have not learned much more. As much as I understand is that it is a concoction of your web language, PHP/ASP, java script and CSS to create a web app that acts more like a desktop app. Less page refreshing mostly.
That is really what separates web apps from desktop apps. More time …
[Read more...]
New Lines to Paragraphs PHP Function
This is a great php function, written by Matthew Mullenweg, that will format text that has been pulled from a MySQL database so that it is displayed with HTML paragraph tags.
The function will replace new lines/carriage returns or even HTML line breaks with the paragraph tags, within the given string.
I have used …
[Read more...]
