Tag: Web Development

CSS Serenity Now! Web Development

Keep It Simple!

I am currently working on a big project which includes wrangling over 12k lines of CSS. Tonight it took me an hour to create a very simple form when it would normally take me 5 minutes. Why? Overcomplicated CSS. At this point I am using so many default values (like vertical-align: baseline; and float:none;) that […]

CSS Hints HOWTOs Web Development

CSS and z-index.

I have been busy working on an excited project that uses some pretty complicated layouts. I was originally hired to optimize and clean up the XHTML/CSS so it would work in IE 6, IE 7, Safari, and Firefox, but now am busy working on producing the clean XHTML/CSS from the start. I needed to brush […]

Business Web Development

First Days Working From Home

Well, the first two days of working at home have gone great. I have gotten more stuff done before 8am than I can usually do by the time 8pm comes around. I am able to get up, spend some time with my son, workout, shower, and then start working all in the time it would […]

Web Development

google's my maps.

Google just announced “My Maps which is a great way to add your personal routes, landmarks, etc on a Google Map. This would be awesome to plot out a trip using placemarks with photos/videos taken at specific places. I am excited to play around with this!

CSS Hints Web Development

cross check your css.

If you do not have a lot of time or experience with CSS, here are some quick ways to save yourself headaches down the road. If you have read my blog before, this is nothing new, but I cannot stress these points enough. Validate your code. By simply validating your code, you can learn a […]

CSS Serenity Now! Web Development

Internet Explorer Pickiness With CSS

For a browser that is hardly standards compliant, Internet Explorer still infuriates me and acts as my arch enemy when debugging CSS. How about an example? This code works in Safari, FireFox, Opera but not IE: .heading { background: url(“images/heading-bg.gif”)repeat-x; color:#fff; font-size:1em; margin:5px 0 5px 5px; border:1px solid #292929; padding-left:3px; line-height:21px; } The result: The […]

CSS HOWTOs Javascript Web Development WordPress

Dropdown CSS/Javascript Menus

If you ever need to implement drop down menus and want to use clean CSS/javascript code, check out: Son of Suckerfish Dropdown menus. I have implemented these on a few web sites now for my clients and have been very happy with the results. If you are using WordPress, you can also use to dynamically […]

Apache HOWTOs Web Development

Fun with mod_rewrite

Apache’s mod_rewrite is very powerful. You can prevent hot-linking to your site’s graphics to prevent others from stealing them, redirect your from your old URL to a new URL, re-write URLs, as well as about 500 other really cool things…but today I wanted to share the syntax needed to redirect every incoming URL for a […]

Web Development

php live training.

I just finished a four day live training session on PHP. I have to say – our instructor was very informative and patient. I learned quite a bit about PHP, object oriented programming, and most importantly – security. If you are ever looking for some PHP training, definitely consider PHP Architect training.

Web Development

writing php with komodo ide.

My online PHP training is now complete. I feel like I learned quite a bit and am ready to start tackling some exciting projects I have in my queue. Not only did I learn about some good practices, I also finally made time to look at some development environments. After some comparisons, I have choosen […]