Loading External Data from an xml file

Posted in Html and CSS, Javascript on December 27th, 2008 by admin – Be the first to comment

Being a web developer is more then just knowing html and some server languages, problems solving is a big part of the over all job description. You have to be able to provide alternative solutions to the same problem the may arraise. I showed you how to load dynamic content from exteranl html pages but what if you are provideing content from an altenate source then from static web pages. What if your were provided data that has to be loaded dynamicly from another source. Say from a xml file or a database in this and the next tutorial I will be show you how you can load dynamic data from both a xml file and from a mysql database.

read more »

Easy grid style web sites without tables

Posted in Html and CSS on December 25th, 2008 by admin – Be the first to comment

Example Source files

goal: for the longest time i had trouble making grid style layouts just using css. using tables was easyer and faster then trying to figure out width, floats and padding.

a chanlenge some web devolpers have is when it comes to make a grid layout for a news site or online magazine; trying to fight with getting the divs in the site to behave. it isn’t always an easy task with more complicated websites. A solutions is to use a css framework

read more »

Ajax with Jquery

Posted in Html and CSS, Javascript, jquery on December 19th, 2008 by admin – Be the first to comment

ajax with jquery Src File

This isn’t really a tutorial its more of a snippet to add some extra code, I thought would be useful to those starting out web developers, add a little ajax to any static site. It was inspired by a video tutorial of quick and dirty ajax, seeing 15 Days Of jQuery.

read more »

Wordpress inspired php templating

Posted in PHP on December 19th, 2008 by admin – Be the first to comment

SRC Files

This tutorial was inspired by wordpress and ruby on rails DRY (Don’t Repeat Yourself) principle

Why would anyone not use a template system in web design in the first place. It cuts down on time of repeating arbatary tasks and increase your development productivity When is a template system not nessary? when a site consist of only a few pages where there is few to none changes based on a month to month updates.

Now i am an advicate of adobe products and dreamweaver is a turifice wyswyg editor but i’m not a fan of there template system few minor bugs and unessary nussances that aren’t required. So when i develop a mediam to large scale site i think about how to make the site scaleable for furture changes, one of the ways i do that is by cutting out time wasters. Time wasters like imputing the same menu on 10 to 100 pages that all look the same a template helps reduce my develpment time. So I use a modual template system, making all the repeatable parts into there own blocks and stacking them where i need them.

read more »

Photoshop brush resources

Posted in Photoshop, resources on September 30th, 2008 by admin – Be the first to comment

Here are a few Photoshop brush sets I think you will be interested in. I would like to say thanks to the people at deviant art and psdtuts for coming up with some great brush sets. Once or twice a month i will be adding in resources for developers and designers to use to increase there toolkits.

hyper_brushes Click to download

read more »