Forum: HTML and CSS May 27th, 2008 |
| Replies: 4 Views: 724 If your going to develop a browser, Can I recomend Visual studio? They have tools that you can drop into the designer form and wire up a browser pretty easily. |
Forum: HTML and CSS Feb 26th, 2008 |
| Replies: 21 Views: 3,533 Cheating with Visual Basic...
If you own a copy of Visual Basic... Steal the code from a page and copy /paste into VB. It will sort all of your tags so you can see where your lines begin and end... |
Forum: HTML and CSS Feb 26th, 2008 |
| Replies: 21 Views: 3,533 WYSIWYG development is a cool tool.... Learning to actually sit down and edit your code is essential to understanding and debugging problems that may arise in the future.
I created a whole series of... |
Forum: HTML and CSS Feb 26th, 2008 |
| Replies: 21 Views: 3,533 I use notepad as my editor and then keep a list of sites that have tags with them... So just google HTML Tags you can build whatever you want....
Keep your layout along the lines of
<html>
<head>... |