Posted in Site Design on Dec 28th, 2007
What is important to website design? Mostly the browser makes the biggest difference and can be a nightmare for a web designer. In a perfect world you would design a site and get to look just how you want it and that would be that. Every visitor would see exactly what you saw, but that […]
Read Full Post »
Posted in CSS on Dec 15th, 2007
So I designed my newest site while viewing it with firefox, thinking I would just have to do a few hack for IE.. Boy was I wrong! Internet explorer is horrible and then once you have finally created an entirely style sheet for IE. There is a new version out that ships with vista and […]
Read Full Post »
Posted in Site Design on Nov 18th, 2007
Sites are being designed much different now then a year or more ago! Your old text and table loaded sites are a thing of the past. People used to have the patients to site there a read through your site to find what they are looking for. Now if someone doesn’t find what they are […]
Read Full Post »
Posted in Site Design on Nov 4th, 2007
I have decided to start writing a business plan! I have written some before but really not too in depth like they are supposed to be. I planning on starting my own web design company that will also do many other things. I’m not going to rush into it. I plan to start with web […]
Read Full Post »
Posted in Site Design on Nov 1st, 2007
I have been doing some studies on website traffic and seeing how different designs have effected the traffic. I use google analytics to do all my tracking for all my websites. This offers a very detailed reports and also offerers an optimization tool. The tool is very useful but is really made for landing pages […]
Read Full Post »
Posted in HTML, CSS, Site Design on Sep 14th, 2007
For about the last year I have been studying OOP programming among other things. I can’t remember the last time I looked at an xHTML or CSS book. I have decided to go back through and brush on my CSS skills. I find myself writing PHP more than anything these days. I do like coding, […]
Read Full Post »
Posted in Blogging, Site Design on Aug 29th, 2007
I just finished integrating vBulletin into my site. Well I am almost done. There are couple more things that I am going to do but it’s almost that time of the day. I will be populating the forums with all the old threads and posts tomorrow. I was using the wordpress forum plugin but I […]
Read Full Post »
Posted in Site Design on Aug 23rd, 2007
I am currently in the process of design a new theme. So, if you are browsing and somethings look funny don’t be alarmed I am probably just working on it. I will try to do as much as I can on my dev server but there are usually a few things that have to be […]
Read Full Post »
Posted in CSS on Aug 4th, 2007
.wp_def {
font-size:10px;
color:#000000;
}
.wp_def_li {
margin-top:-3px;
}
CSS “Cascading Style Sheets” is a way to design a style websites. it was designed to enhance the look and layout options availible for website1. Also reducing the code by hacing a style sheet that defines your websites layout2 and styles. This eliminates redundant code on each one of your websites pages. Having […]
Read Full Post »
Posted in Site Design on Jul 6th, 2007
I like to use wordpress for any small website I am doing. I think it is coded well and has a ton of additional features that can be added to fit your every need. It is also easy to code for once you understand how it works.
Wordpress is also set up really nice for you […]
Read Full Post »