 retrowebdev.blogspot.com
                                            retrowebdev.blogspot.com
                                        
                                        Retro Web Development: August 2012
                                        http://retrowebdev.blogspot.com/2012_08_01_archive.html
                                        Some Classic ASP in VBScript and SQL Server tips, flavored with rhetorical rants, commentary and other useless blather. Wednesday, August 15, 2012. Change Schema assigned to a User in SQL Server 2008 R2. Yeah, I needed to do this the other day. When I restored a database, the users who came along with it came with their own schemas. I wanted them to be under the dbo schema. Pretty easy to do. Open Query Analyzer and type:. With Default Schema =. Database name = name of the database (duh). Mant people oft...
                                     
                                    
                                        
                                             retrowebdev.blogspot.com
                                            retrowebdev.blogspot.com
                                        
                                        Retro Web Development: November 2012
                                        http://retrowebdev.blogspot.com/2012_11_01_archive.html
                                        Some Classic ASP in VBScript and SQL Server tips, flavored with rhetorical rants, commentary and other useless blather. Wednesday, November 14, 2012. If Programming Languages were Transportation. Old school, still pretty awesome. Get EXACTLY where you want to be. Like C , but the landing is easier. Whip this out anywhere. Fast, comfortable and convenient. Amazingly futurist, and yet strangely outdated. A curiosity not fit for practical use. Your grandparents thought it was obsolete. Python for cool kids. 
                                     
                                    
                                        
                                             retrowebdev.blogspot.com
                                            retrowebdev.blogspot.com
                                        
                                        Newest Website Launched | Retro Web Development
                                        http://retrowebdev.blogspot.com/2013/08/newest-website-launched.html
                                        Some Classic ASP in VBScript and SQL Server tips, flavored with rhetorical rants, commentary and other useless blather. Tuesday, August 27, 2013. Yeah, I just completed a new website for aficionados of tactical tomahawks, hand axes and hatchets. Labels: new web sites. Subscribe to: Post Comments (Atom). Add text to image. Noise word strip function. Prohormones and Bodybuilding Supplements. Science Fiction Book Reviews. Simple template. Template images by gaffera. 
                                     
                                    
                                        
                                             retrowebdev.blogspot.com
                                            retrowebdev.blogspot.com
                                        
                                        If Programming Languages were Transportation | Retro Web Development
                                        http://retrowebdev.blogspot.com/2012/11/if-programming-languages-were.html
                                        Some Classic ASP in VBScript and SQL Server tips, flavored with rhetorical rants, commentary and other useless blather. Wednesday, November 14, 2012. If Programming Languages were Transportation. Old school, still pretty awesome. Get EXACTLY where you want to be. Like C , but the landing is easier. Whip this out anywhere. Fast, comfortable and convenient. Amazingly futurist, and yet strangely outdated. A curiosity not fit for practical use. Your grandparents thought it was obsolete. Python for cool kids. 
                                     
                                    
                                        
                                             retrowebdev.blogspot.com
                                            retrowebdev.blogspot.com
                                        
                                        Good Single Player PC RPG Games | Retro Web Development
                                        http://retrowebdev.blogspot.com/2012/10/good-single-player-pc-rpg-games.html
                                        Some Classic ASP in VBScript and SQL Server tips, flavored with rhetorical rants, commentary and other useless blather. Sunday, October 07, 2012. Good Single Player PC RPG Games. Some are new, some are old. All are good and/or great. I will leave it up to you to choose which ones you are willing to try. NOTE: Placement does not indicate which one is better/worse, just the general time period the game is set in, when I remembered the game name and wrote it. Set in some futuristic world. Rage of Mages 1. 
                                     
                                    
                                        
                                             retrowebdev.blogspot.com
                                            retrowebdev.blogspot.com
                                        
                                        Retro Web Development: November 2013
                                        http://retrowebdev.blogspot.com/2013_11_01_archive.html
                                        Some Classic ASP in VBScript and SQL Server tips, flavored with rhetorical rants, commentary and other useless blather. Friday, November 01, 2013. Showing Detailed Errors with Classic ASP. So you FTP your site up, go and get the 500 Internal error, with no clue as to what it is. Here's how to get those detailed error messages back so you can debug. Create a web.config file. In that file enter:. Xml version="1.0" encoding="UTF-8"? Save the file and upload it to the web server. Viola! Links to this post. 
                                     
                                    
                                        
                                             retrowebdev.blogspot.com
                                            retrowebdev.blogspot.com
                                        
                                        Retro Web Development: June 2013
                                        http://retrowebdev.blogspot.com/2013_06_01_archive.html
                                        Some Classic ASP in VBScript and SQL Server tips, flavored with rhetorical rants, commentary and other useless blather. Wednesday, June 05, 2013. Using SQL to Replace Smart Quotes and Other Special Characters. UPDATE [table name] SET [column name] = REPLACE( [column name], '’', ' ' ). UPDATE [table name] SET [column name] = REPLACE( [column name], '–', '- '). UPDATE [table name] SET [column name] = REPLACE( [column name], '“', '"'). Links to this post. Subscribe to: Posts (Atom). Add text to image. 
                                     
                                    
                                        
                                             retrowebdev.blogspot.com
                                            retrowebdev.blogspot.com
                                        
                                        Retro Web Development: May 2012
                                        http://retrowebdev.blogspot.com/2012_05_01_archive.html
                                        Some Classic ASP in VBScript and SQL Server tips, flavored with rhetorical rants, commentary and other useless blather. Tuesday, May 29, 2012. Poor People and Ridiculous Fashion Statements. Most baseball caps get the tags ripped off, the stickers removed, and people bend the bill to make it fit more naturally. What does that mean? The hat is worn-in. It's used, even if only used by you. A hat that still has the manufacturer sticker and a perfectly level bill? Because he was poor as shit growing up and he...
                                     
                                    
                                        
                                             retrowebdev.blogspot.com
                                            retrowebdev.blogspot.com
                                        
                                        Home Made Icepack, Home Made Heatpack | Retro Web Development
                                        http://retrowebdev.blogspot.com/2012/08/home-made-icepack-home-made-heatpack.html
                                        Some Classic ASP in VBScript and SQL Server tips, flavored with rhetorical rants, commentary and other useless blather. Wednesday, August 15, 2012. Home Made Icepack, Home Made Heatpack. For those weekend warriors out there who might have overdone it. Home Made Ice Pack. Got a boo-boo and need to ice it? We've all seen those gel cold packs you put in the freezer. Easier than ice becasue it stays pliable. Instead of buying one, make your own. Fill a ziplock bag with dish soap and freeze it! 
                                     
                                    
                                        
                                             retrowebdev.blogspot.com
                                            retrowebdev.blogspot.com
                                        
                                        Using SQL to Replace Smart Quotes and Other Special Characters | Retro Web Development
                                        http://retrowebdev.blogspot.com/2013/06/using-sql-to-replace-smart-quotes-and.html
                                        Some Classic ASP in VBScript and SQL Server tips, flavored with rhetorical rants, commentary and other useless blather. Wednesday, June 05, 2013. Using SQL to Replace Smart Quotes and Other Special Characters. UPDATE [table name] SET [column name] = REPLACE( [column name], '’', ' ' ). UPDATE [table name] SET [column name] = REPLACE( [column name], '–', '- '). UPDATE [table name] SET [column name] = REPLACE( [column name], '“', '"'). Subscribe to: Post Comments (Atom). Add text to image.