FSO problem in ASP | Solution: Disable Script Blocking
While I am at the subject of server-sided languages, I thought I’d bring up a problem that I’m sure many web programmers (using ASP) have encountered. Have you every tried to run an ASP file that uses the File System Object (FSO) and the site just hangs there without displaying anything? Then, when you try ...
HTTP 500 – Internal server error
Have you ever tried to run an ASP or PHP script and sometimes you get a message saying ‘The page cannot be displayed’ and then it says ‘HTTP 500 – Internal server error’. Now, what the heck does that mean? Well, it just means that you have some kind of error in your script but ...
Database Design
view large I’ve just recently been doing some research and readings on database design. I must say that it really gave me a new insight on the complexity of database design and relational databases. I never realized how much planning and critical thinking, as well as programming logic was involved. To me, database design is ...
Drawing API for Flash MX
I’ve been experimenting on some of the new features in Flash MX, and what really caught my attention was the drawing API. To give you a brief overview, let’s me first talk about Flash 5. In the previous versions of flash, the only way you could draw on the screen was to create a movieclip ...
Flash 5 Tutorials
I’ve gathered most of my old flash tutorials, and decided to put a link to most of them. All of these tutorials are from Flash 5. From now on, my tutorials will focus mostly on Flash MX (actionScirpt, components, OOP, and XML) These tutorial are at a basic level, so if your familar with flash ...
