Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
Writing HTML Documents Entirely by Hand
How comfortable are you with writing HTML documents entirely by hand?
✍: FYIcenter
Very. I do not usually use WYSIWYG. The only occasions when I do use Dreamweaver are when I want to draw something to see what it looks like, and then I will usually either take that design and hand-modify it or build it all over again from scratch in code.
2007-03-03, 6163👍, 0💬
Popular Posts:
If client side validation is enabled in your Web page, does that mean server side code is not run? W...
Assuming that the structure of a table shows two columns like this: --------+------------+-- ----+---...
How do we access attributes using “XmlReader”? Below snippets shows the way to access attributes. Fi...
What will be printed as the result of the operation below: #define swap(a,b) a=a+b;b=a-b;a=a-b; void...
How you will enable front-end validation based on the xml in validation.xml? The <html:javascr...