Web Design and Web Development Tutorials
How to Output Images using PHP?
Recently Jason posed a question in the PHP Forum which stated:
What I want to do is use a stylesheet to link to a php file.
background:url(images/layout/pic.php);
/images/layout/pic.php
What the pic.php has to do is identify all png/gif/jpg files in the layout directory, create an array of file names, then randomly output one of these images. I am pretty sure I can identify the files in the directory, create an array and randomly select one. It’s the final part which I don’t know how to do. How do I output the image?
Oh and can CSS actually do this? Continue reading …
From Photoshop to Wordpress - Part I - Design
Continue reading …
Over the coming weeks (months depending on time), we will be releasing a series of tutorials on how to create a website in Wordpress starting from the very beginning: the design phase in Photoshop. This first part will show you how to create a grunge-style blog in Adobe Photoshop. Then a second part will follow that will show you how to slice the site in HTML/CSS. The third and final part will show you how to implement that code in Wordpress.
Introduction to ASP.NET
Where to begin ASP.NET development? What is Visual Studio? Do I need IIS? What is IIS? How do I get started with ASP.NET?
These are the questions I hear a lot from people who are interested in getting started with ASP.NET development but don’t know just where to begin. This introduction tutorial should provide you with enough information to get you started with ASP.NET development. Continue reading …




