Aug
14
Ajax example
Filed Under coding | Comments Off
I don’t know what my fascination with ajax is. I have only used it commercially once. I think it’s just all the great possibilities for web development that it creates. For that reason there can definitely be a better default function then the one I’d published earlier. While functional it certainly wasn’t very elegant.
I’d like [...]
May
28
So far I’m a complete newbie at this. This page will serve as a record of the things I tried, and will hopefully have reports on wether or not they did or didn’t work. A lot of people will tell you how to do seo, but there is a lot of filth to wade through [...]
May
28
How to write HTML like it’s XHTML
Filed Under coding | Comments Off
There is no arguing that xhtml 1.0 is a lot cleaner, easier to read, and follows logic a little better then HTML 4.01. This article will help you write your HTML like it’s XHTML coutnerpart. As an added bonus if you ever want to switch to xhtml later it will be a lot easier to [...]
May
28
A Beginners Guide: Do I use XHTML or HTML?
Filed Under coding | Comments Off
I try to be impartial, but I’m only human, so I guess you’ll have to take this as just my opinion. That being said I will do my best to provide the facts, and from that fact hopefully you can come to a decision as to what you truly want to use. This is obviously [...]
May
28
Web Tutorials
HTML vs. XHTML - A Beginers Dilemma - A guide for the newbie on the pitfals of the XHTML/HTML debate.
How to Write HTML like it’s XHTML - Write cleaner HTML code. (makes converting to XHTML later easier)
Increasing SERPS of Santas-depot.com - A step by step analasys of what I’ve done right and wrong with [...]
Jan
31
xhtml section added
Filed Under coding | Comments Off
I’ve added an xhtml playground, and to view the site you need a proper browser. (Safari, Firefox, Opera, or Konqueror) Ie6-7 cannot interpret the xhtml mime type and you get a download prompt. So get a real browser and lets try to finally move to xhtml. Even though we’re about 5 years behind schedule on [...]
Jan
30
New tutorials + php
Filed Under coding | Comments Off
Two new articles up in the tutorials section, both aimed at beginners; “How to write HTML like XHTML” and “How to decide on XHTML or HTML”. For the latter article I tried to take an impartial side to the debate, but that’s only so possible as XHTML has some major flaws that have to be [...]
Jan
29
AJAX source
Filed Under coding | Comments Off
I’ve decided that with my new interest in this site and web standards I’d write an article based on web standards for the beginner. A simplified version of the xhtml vs. html argument , doc types, and writing valid code. Which should become available in the coming weeks.
The topic has required a lot [...]
Jan
26
AJAX because I Can!
Filed Under coding | Comments Off
I’m at a record pace this week, with two whole posts. The reason of this post is I added some superflous technology to the site and wanted to share with you. I’ve been reading up on AJAX lately and implemented it in my site. If you don’t know what AJAX is, you will notice [...]