Got .NET?
I asked that question a couple of months back and now we can say "yes we do" here at randompsycho.org. So get ready for a whole bunch of posts about ASP.NET and C#. So lets dive into the Top 5 .NET Newbie Questions and Answers.
January 29, 2003
January 28, 2003
Fine tune your Server
So, you've set up your first web server with IIS. What next? Here's some tips: ASP 101 - Ten Ways to Make the Most of IIS
So, you've set up your first web server with IIS. What next? Here's some tips: ASP 101 - Ten Ways to Make the Most of IIS
January 26, 2003
Actually, tweeking this spiffy little feedback form has been educational. After gettting the basics to work, I wanted to validate the form to check for empty fields (don't you just hate those e-mail with nothing in them?).
As one would expect, there's lots of tutorials on that subject, using either JavaScript or VBScript. Here's one using the VBS:
ASP Form validation
As one would expect, there's lots of tutorials on that subject, using either JavaScript or VBScript. Here's one using the VBS:
ASP Form validation
Since I mentioned the e-mail form that I added to this site, here's a tutorial on how to use the free JMail component with IIS:
How to send email using JMail from Active Server Pages (ASP)
How to send email using JMail from Active Server Pages (ASP)
January 25, 2003
Build it and they will (not) come?
As the randompsycho.org web server gets upgraded to the .NET framework this weekend, I ponder the question: "Is the web design world ready for .NET?" I personally will be making an attempt at learning asp.NET and C# and therefore will be blogging more posts on the topic.
Your comments are welcome. I even stuck in a spiffy feedback form in the lower right-hand corner.
Poll results: Not yet for .NET?
As the randompsycho.org web server gets upgraded to the .NET framework this weekend, I ponder the question: "Is the web design world ready for .NET?" I personally will be making an attempt at learning asp.NET and C# and therefore will be blogging more posts on the topic.
Your comments are welcome. I even stuck in a spiffy feedback form in the lower right-hand corner.
Poll results: Not yet for .NET?
Cool web tricks
Ever see one of those pages with the cool popup box when you mouse-over a link? Not just the little trick that Internet Explorer does if you include the "title" attribute to an "a" anchor tag, but a real popup box with a caption and colors, etc. I tried searching Google for it, but never got the right combination of keywords to find such a creature.
Well, I finally tracked it down and it's a free JavaScript anyone can use: overLIB
Ever see one of those pages with the cool popup box when you mouse-over a link? Not just the little trick that Internet Explorer does if you include the "title" attribute to an "a" anchor tag, but a real popup box with a caption and colors, etc. I tried searching Google for it, but never got the right combination of keywords to find such a creature.
Well, I finally tracked it down and it's a free JavaScript anyone can use: overLIB
January 22, 2003
OOP: The web of the future?
Things have come a long way from simply learning some HTML and then using FTP to upload files on a Unix server. This article is part of a series on how to get up to speed with the new big thing, ASP.NET:
Object Oriented C# for ASP.NET Developers
Things have come a long way from simply learning some HTML and then using FTP to upload files on a Unix server. This article is part of a series on how to get up to speed with the new big thing, ASP.NET:
Object Oriented C# for ASP.NET Developers
January 15, 2003
If you're a web developer working on a government contract, you've had to heard of Section 508 by now. Here's some some good reading on the topic:
Tips for managing Section 508 testing
Tips for managing Section 508 testing
Hosting your own with Linux? The latest version of Red Hat offers a new GUI interface:
Easily configure Red Hat 8 and Apache
Easily configure Red Hat 8 and Apache
Newbie 101
I stumbled on this site quite by accident. Includes a "free" area that covers the basics and they sell a companion book and CD-ROM.
PageTutor.com: HTML Tutorials & Javascript
Everyone needs a program for making thumbnails of their favorite photos, right? The bonus here is this one is free:
Easy Thumbnails Software
I stumbled on this site quite by accident. Includes a "free" area that covers the basics and they sell a companion book and CD-ROM.
PageTutor.com: HTML Tutorials & Javascript
Everyone needs a program for making thumbnails of their favorite photos, right? The bonus here is this one is free:
Easy Thumbnails Software
January 08, 2003
More JavaScript Tricks
Anyone with feedback or a guestbook as part of their web site could benefit from client side form validation. The article is also a good introduction to using this in passing form values to your function:
Form Validation on the Client Side
Anyone with feedback or a guestbook as part of their web site could benefit from client side form validation. The article is also a good introduction to using this in passing form values to your function:
Form Validation on the Client Side
December 18, 2002
Pros and cons of .Net
There are two sides of every story, especially in the case of .Net and adopting web servers into your enterprise. This articles makes some good points as to why or *why not* to jump on this bandwagon:
.NET My Services. Gone but not forgotten? - The Register
There are two sides of every story, especially in the case of .Net and adopting web servers into your enterprise. This articles makes some good points as to why or *why not* to jump on this bandwagon:
.NET My Services. Gone but not forgotten? - The Register
November 20, 2002
Add borders and margins to your pages
Nothings more dull than a plain old web page. These tips on using CSS can make your pages more attractive and readable:
Fancy Paragraphs With CSS
Nothings more dull than a plain old web page. These tips on using CSS can make your pages more attractive and readable:
Fancy Paragraphs With CSS
November 07, 2002
Usability, revisited
SitePoint Editor Kevin Yanks interviews usability guru Jakob Nielsen, discussing topics such as design, Flash and accessibility:
Interview - Jakob Nielsen, Ph.D.
SitePoint Editor Kevin Yanks interviews usability guru Jakob Nielsen, discussing topics such as design, Flash and accessibility:
Interview - Jakob Nielsen, Ph.D.
October 30, 2002
Know your DOCTYPE
Version 6 of both Internet Explorer and Netscape are moving closer to the W3C HTML standards. But for those using depreciated tags and attributes, this could spell trouble. Declaring your Document Type can mean the difference between a broken page and one that works the way you intended as discussed in this article:
HTML Tip: New Headaches with IE 6
Version 6 of both Internet Explorer and Netscape are moving closer to the W3C HTML standards. But for those using depreciated tags and attributes, this could spell trouble. Declaring your Document Type can mean the difference between a broken page and one that works the way you intended as discussed in this article:
HTML Tip: New Headaches with IE 6
October 23, 2002
Some things in life are still free...
Take text editors for example. In addition to EditPad and HTML-Kit, Crimson Editor is a good replacement for Notepad. One of the more useful features is syntax highlighting for several programming languages such as C,C++,C#, Perl and Java. It's also a great HTML editor with macros, spell checker and a FTP client built in.
Crimson Editor - Free Text Editor for Windows
Take text editors for example. In addition to EditPad and HTML-Kit, Crimson Editor is a good replacement for Notepad. One of the more useful features is syntax highlighting for several programming languages such as C,C++,C#, Perl and Java. It's also a great HTML editor with macros, spell checker and a FTP client built in.
Crimson Editor - Free Text Editor for Windows
September 26, 2002
The Dom-father, Part 2
Just in case you didn't get enough from the first article, here's a link to the next installment:
Rough Guide to the DOM - Part 2
Just in case you didn't get enough from the first article, here's a link to the next installment:
Rough Guide to the DOM - Part 2
Subscribe to:
Posts (Atom)