Wednesday, July 30. 2008A List Apart 2k8 Survey
This is the second year for the A List Apart survey of web development professionals, and it helps us all learn more about who we are and how we work. It only takes a few minutes and there's no personally identifying questions.
![]() Hopefully next year there will be more questions around RIA development specifically and possibly something more around tech stacks and platforms. Wednesday, February 6. 2008Nearly done with Vista, and with SP 1 so close..
After Using Vista as my primary OS for just over a year I can say without a doubt that it has hindered my productivity and caused more heartache that any other OS I've ever used. I am running the 32-bit version of Vista Ultimate on a gateway laptop with Turion64 Processor and 2.5 gigs of RAM. The Vista I'm working with is the result of and upgrade install from XP Media Center 2005, which may be part of the problem, and it was probably stupid to do the upgrade rather than a clean install, but I was lazy and didn't want to have to reinstall all my progs.
I am going to enumerate all the problems:
The list could probably go on, but just those issues have made me want to move on. So yesterday I bought a Lenovo 3000 Y410 dual core 2G RAM laptop (which will come loaded with Vista Home Premium) and a 250GB laptop sata drive both on fire sale from compusa. I will be pulling the OEM drive, dropping in the 250GB drive and loading up Fedora 8. This will become my primary work computer, and I'm going to see if I can get away with not running windows at all, but I think I'm probably going to have to run XP under VMware because we use a lot of features from Office 2007 and I do use Visual Studio to create dtsx packages pretty often. Then there's Mapforce and Motorola phone tools and probably a bunch of other stuff. Oh and I'll have to somehow get 10 years worth of emails into mbox format somehow. That'll be ugly. Well, I've almost talked myself out of it - maybe SP1 will solve all my problems. Ohh the pain.
Posted by thaddeus
in Redhat Linux, Tools of the Trade, Vista
at
12:00
| Comments (2)
| Trackbacks (0)
Thursday, January 24. 2008Always know your DHCP Assigned IP Address whereever you are
I could use a static IP address for the broadband connection at my cabin because I have a webcam in place up there so that I can check in on the place when I'm not there. Well today I went to check the webcam and could not get a connection. That could mean a few things: the house burned down, the power went off, the computer bluescreened, or my router got assigned a new IP address.
I called comcast and yes, my router had gotten a new IP. So I asked about getting a static IP and that was about 3x the cost of my current service so instead I put together 10 lines of code in 2 files that, if you have curl installed on your system, will let you set up a scheduled task that generates a file called ip.html containing IP information and timestamp and uploads the file to an ftp server. Now I'll always know my IP. Unless the house burns down, the power goes off, or the computer bluescreened... Get the scripts here: ftpYourDHCPaddy.zip Wednesday, November 14. 2007Google limits search results when searching for resumes - WTF??
There was a thread on another blog a couple of weeks ago about someone being approached by google and encouraged to apply for a position. I too was contacted by a google recruiter last year and after some back and forth I determined that he found me by using google, (Duh!) So since then I have been using google to proactively seek out local talent by using an advanced query like this one:
![]() Unfortunately, I can't take credit for making up the query - I found it in the google analytics search refer terms for this blog. Now however, it appears that google doesn't really want people to use google for headhunting because today when I ran the query, google politely allowed me to browse results through the first 11 pages, then puked up the error here ("your query looks similar to automated requests from a computer virus or spyware application") and wouldn't let me proceed with the result set . There's no way the traffic pattern that I was generating could look like a bot, a virus, or spyware as I was clicking on a link in the result set, reading a resume, clicking back, next page, look a few more resumes, etc. Normal search result user pattern. So I tried changing the query to look for flex developers: again, trying to click through to the 12th page (without going through the pages in between) threw up the error. So, who knows why google is limiting result sets on this kind of query? Is it b/c recruitment firms have been running automated queries through google to collect resumes? Is that somehow outside of googles use agreement? It kind of makes me wonder: WTF? Monday, October 15. 2007Naming Directories Using Dots and IIS Security Lockdown
The other day one of our developers was migrating a client site to a new dedicated server that the hosting company had just built. The application being migrated was an instance of our Enterprise Site Manager application which runs under CFMX 8. It had been running fine, and we were just switching boxes so we were puzzled by the fact the implementation was severely broken on the new server. Our developer was able to trace the issue to the fact that certain CFCs seemed to be inaccessible, specifically, CFCs that lived in a directory that used version numbers with dots. (for example /sitemapeditor1.1/index.cfc, or /autocompleter1.2/index.cfc)
When trying to access these files directly via a web browser, the server was returning a 302 error, then a 404 error. Strange. Remove the dot from the directory name, and the CFCs came up fine. So at first I thought there was something up with our ISAPI_Rewrite configuration, which we use to provide clean URLs on the client site. But that checked out fine. So I did what I usually do when I'm completely stumped and fired up Mark Russinovich's great utility called Procmon, which shows which processes are accessing which files in realtime. So I noticed that when trying to pull up the URL, the w3 service was accessing a a file called UrlScan.101107.1916.log. When I looked at the file, I saw this line: Furthur down, lot's of entries like this: AHA! The hosting company must have installed the IISLockdown Tools! by opening up the urlscan.ini file and setting the following parameter, all was good with the application: Wednesday, August 29. 2007Blog Mirroring Tool
In the process of setting up blogs for the management at my company SpireMedia, I ran into a bit of a problem. That's that I really like my existing blog and tools, and I sure don't want to manage a second blog with similar content to this one. The solution I thought would be to mirror code-complete over to my shiny new SpireMedia blog.
We're using presstopia, for now and I considererd finding or writing a simple .NET component to grab the rss feed from this blog and just drop that into the presstopia template. I figured that would take an hour so, but there's a much simpler/faster solution to implement a blog mirror: The Javascript RSS Box Viewer had my blog mirrored in less than 5 minutes simply by generating the mirror script code and making a post to the presstopia blog with the following code in it: Tuesday, August 21. 2007Illustrator CS2 Corruption
For the second time in 6 months Illustrator cs2 shit the bed on one of my designers machines. The symptoms are that when starting up, Illustrator would pop a dialog box saying "Not enough memory (RAM)" - hit OK and the app continues to load. Once loaded no pallets are visible and the app will not open illustrator files (or will say it cannot open the illustration, then opens an empty version of the file. You are able to create a new file, but when you go to save the file all the menu items go gray, but you cannot see a save or save as dialog box.
The solution is that the dialog box is actually popping somewhere off-screen. To move it select save or save as then hit ALT+Spacebar hit enter then use your keyboard arrow keys to move the box onscreen. Next issue is that when closing the application, the app would through another memory error. By simply deleting the Documnets and Settings > UserName > Application Data > Adobe > Adobe Illustrator CS2 directory and letting Illustrator rebuild it, all the problems were solved. But for how long, I wonder... Thursday, April 19. 2007Vista + (Virtual Clone Drive * 2) = BSOD
Virtual Clone Drive from SlySoft.com is a great utility that allows you to mount .iso files directly as virtual drives. I like it and use it a lot. But, today I was bringing up a new vista developer workstation and got vista, SQL Server, Visual Studio, updates, and patches all installed. I was logged in under my account and Clone Drive worked great. When I rebooted and logged in under the developer (also an admin) account, i went to mount an .iso image by right clicking on it. Well, the Clone drive mount option was not available. So I reinstalled Virtual Clone Drive, but when I did, the machine Blue Screened. I restarted, it blue screened, i restarted into safe mode, it blue screened. I was not happy.
However, by booting up with the install dvd for vista and selecting the option to repair, the machine was able to revert to a restore point just before the 2nd VCD install, but after the Updates installed, so all was good again. Moral - don't install VCD twice! Wednesday, April 18. 2007Restarting CFMX via http remotely and automated
In working with an under-memoried server and a cfmx application that would hang JRUN periodically, I decided to come up with a way to remotely restart cfmx via a URL call. My first thought was to write a simple ASP page that made a system call to a restart bat file like Pete created a while ago (Batch files to restart cfmx). However, I soon remembered that the added security in ASP these days precluded that solution. So I went old school and fell back to perl. I wrote the following perl script to make a system call to the VBSscript file that follows:
Posted by thaddeus
in Coldfusion Server, Tools of the Trade
at
15:28
| Comments (2)
| Trackbacks (0)
(Page 1 of 1, totaling 9 entries)
|
About Me![]() Thaddeus Wakefield Batt blogging from: denver, co. blogging about: web technologies LinksTech Blogs
Fullasagoog - RIA John Wilker William .NET Graphex Links SpireMedia, Inc. The CMS Matrix ![]()
Lijit Search ArchivesCategoriesSyndicate This BlogBlog AdministrationThaddeus Batt |






