Computer programming tutorials
Fix for ASP Pages That Will Not Display an ADO Recordset based on a #Temp Table
Contributed by shamanstears on January 22, 2008 under Web application programmingHere’s the problem: your asp page is designed to display the data contained in an SQL generated #temp table. When you run the page, you get an error that states that the operation is not allowed when the object is closed. If you execute the SQL command in a query window though, the data is displayed as expected.
Comments
Symfony: Add log message manually
Contributed by qmchenry on September 17, 2007 under SymfonyWhen troubleshooting a complex web application (or a simple one), there are times that sending a message to a log file will help. Two command syntaxes are required depending on if you are in an action or a template. When using the development environment of an application in Symfony, the log message will show up in the development toolbar which will make your life even easier.
Comments
Symfony: Troubleshooting file uploads
Contributed by qmchenry on August 6, 2007 under SymfonyThe Symfony framework is an amazing project which brings many best practices to the hands of mortal coders. It’s also a dauntingly vast system with many subdirectories and classes. While trekking your way up the learning curve, you may run into hurdles which seem daunting. One possible gotcha involves adding file uploading to an existing Symfony form.
CommentsVisual Web Developer: Enable AutoRecover and Set Save Interval
Contributed by shamanstears on July 16, 2007 under Web application programmingUsing AutoRecover can be a real lifesaver, especially if disaster strikes and you lose all of that great coding that you were working on. By default, Visual Web Developer has AutoRecover disabled. To enable AutoRecover and set the save and retention intervals, follow these steps:
CommentsAS3 switch/case statement syntax
Contributed by davak on May 15, 2007 under Computer programmingThis howto describes the basic usage of switch/case statements in actionscript.
CommentsAS3: How to Convert Number to String
Contributed by davak on May 6, 2007 under Computer programmingFrequently, it is nice to convert numbers to strings in actionscript 3. For example, this will correct the error — 1067: Implicit coercion of a value of type Number to an unrelated type String.
CommentsA simple script that waits for a process to complete and then executes a command
Contributed by bxj on April 12, 2007 under Bourne shell scriptingIt is often necessary under unix/linux to wait for certain processes to complete before running other processes. At best this can cause needless delays and wasted time, while in the worst cases someone may actually forget to run some final processing.
CommentsPOPULAR RECIPES
- Windows Batch File (.bat) to get current date in MMDDYYYY format.
- AS3: How to Convert Number to String
- AS3 switch/case statement syntax
- Flash/Actionscript Basics: If - Then - Else Statement Syntax
- Flash / Actionscript: Create an Array of Objects from a Unique Class
- C++: Differences between C++ and C#
- Assembly: arrays
- Assembly: mov statment (MASM/TASM)
- View our Top Tens
TECH-RECIPES BLOGS
- you're doing it wrong! (rant)
- thoughts of a launch psp owner (post 4 1/2 years)
- Facebook FishVille Cheat: Send Multiple Free Gifts to Your Neighbors
- post release: Windows 7, homegroups and me
- fall 2009 and some geek thoughts, reflections
- Facebook Cafe World Cheat: Close Your Cafe When You are Away for Long Periods of Time (to preserve your Buzz Rating)
- Facebook Cafe World Cheat: Serve Your Customers Instantly
- Facebook Cafe World Cheat: Send Multiple Free Gifts to Your Neighbors








