Podcasting Meets the Elevator Pitch#
Podcasting Meets the Elevator Pitch - A new way to pitch your business idea? This has some promise. Who wants to read a long and boring business plan or executive summary when you can have it pitched to you via audio? Or better yet, why not some of these VC's buy the new iPod and start taking Video pitches via vodcasting.

10/31/2005 1:09:35 AM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

Reset IIS From VBScript#
Reset IIS if Server Does NOT Retrun 200 Status
Occasionally I have experienced a 500 server error or some other weird error in IIS when it has becomes unstable. This always seems to happen when I am not near my laptop or on the road. A simple reset of IIS always seems to do the trick, but it has always required my manual input. So, I decided to schedule a task to help with the rare occurence.

A quick search of Google did not turn up exactly what I was looking for so I wrote a quick and dirty VBScript:

On Error Resume Next
'Need a .bat file with "IISRESET" in it without quotes
ResetIIS = "c:\batches\ResetIIS.bat"
strDomain = "www.domain.com"
wscript.echo "Checking: " & strDomain
Set xml = CreateObject("Microsoft.XMLHTTP")
xml.Open "GET", "http://" & strDomain, False
xml.Send
If xml.status <> "200" Then
wscript.echo strDomain & " is throwing at server error..."
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run(ResetIIS)
Set WshShell = Nothing
Else
wscript.echo "All is well..."
End If
Set xml = Nothing


So, this VBScript is set to run every 3 minutes using the Schedule Tasks. It uses XMLHTTP to do a GET for the domain. If the status returned is not a 200 status, the batch file is kicked off to reset IIS. I added a few other things to check many domains and to also send me email and SMS alerts, but the script above is a good start for any scenario.

IIS
10/30/2005 12:08:39 AM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

WiFi Nation? #
WiFi Nation? I stumbled accross a very interesting website called FON. It is based in Spain, but has a global mission and is supposedly launching in a couple of weeks. Basically, they are about to release an application that works on the Linksys WRT54G that will enable it to "share" your WiFi connection.

From their FAQ's:
What are the advantages of joining FON?
If you are a Linus, then you have free access to the whole FON network, where besides surfing the Internet you will very soon be able to make phone calls at a very low price. If you are a Bill then you make money out of your Internet access.

But, what will WiMax do to this idea. A single device could cover 30 miles. Why would I want to use spotty wifi connections when for a small monthly fee I can hook into a very fast WiMax connection? Of course everything will still rely on whatever WiMax device's real "wired" backbone network it is tied into. And, all the big carriers will undoubtedly cap upload/download speeds. I am sure carrier User Agreements will make it unauthorized to "share" your internet access. I just can't imagine a grassroots "Unified WiFi Network" will fly here in the U.S. It would defintely be cool, but the big carriers will seek to abolish such applications I am sure.

10/28/2005 12:05:56 AM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

Podcasting and Vodcasting#
Podcasting and Vodcasting White Paper: The Univeristy of Missouri released a very educational paper explaining exactly what podcasting and vodcasting really is and how it can be used in simplified terms.

10/27/2005 12:04:45 AM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

SQL Server 2005 Reporting Services #
A couple of good links about SQL Server 2005 Reporting Services for my reference...SQL Server 2005 Reporting Services (SSRS): Microsoft TechNet SQL Server TechCenter.

Dundas Chart looks sweet. I hope to have a chance to try the beta out shortly.
Dundas Chart for Reporting Services

10/27/2005 12:03:56 AM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

The Future and Vodcasting#
Apple's new video iPod, Vod, or "Video on Demand"
10/27/2005 12:02:37 AM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

Podcast Search Engines and Directories#
Looking for podcast?
10/26/2005 12:01:29 AM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

SQL Server Studio Tools Slow on 64 bit Server#
Microsoft SQL Server 2005 (64 bit Itanium Edition) comes with 32 bit SQL Server Studio Tools...SLOW!
10/26/2005 12:00:39 AM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

Atom API#
Using the Atom API
10/25/2005 11:58:23 PM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

Latent Semantic Indexing#
I was looking for more information on Latent Semantic Indexing since I am approaching the point in my newsfeed search project where I need to augment search results with similar keywords. While doing a google-search I stumbled across this great article that really defines LSI and how it is helping search engines become smarter. This is an easy read and breaks down LSI into layman terms for the uninitiated...The Need For Smater Search Engines

10/25/2005 11:57:21 PM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

Checking and Changing Identity Seed using DBCC CHECKIDENT#
DBCC CHECKIDENT
10/23/2005 11:56:09 PM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

Google Insider#
Google Search Engine Optimization
10/23/2005 11:54:05 PM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

Wi-Fi on steroids#
WiMax Information
10/17/2005 11:52:43 PM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

Dell PowerEdge 7150#
Quad Itanium Processors with 12 Gb RAM...Oh My!
10/17/2005 11:47:08 PM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

More AJAX Hype#
More on AJAX
10/17/2005 11:45:34 PM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

Pick a Freakin Name Already#
Why not "Web Feeds"???
10/9/2005 11:44:03 PM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

Podcasting for the Masses?#
Podcasting has not caught on with the mass public...yet.
10/9/2005 11:42:10 PM (Eastern Standard Time, UTC-05:00) #    Comments [0]  |  Trackback

 

All content © 2008, Xfernal
On this page
This site
Calendar
<October 2008>
SunMonTueWedThuFriSat
2829301234
567891011
12131415161718
19202122232425
2627282930311
2345678
Archives
Sitemap
Blogroll OPML
Scott Schecter
Entropy Expounded
Venexus DotNetNuke Blog
Articles, Code Snippits, and News from the DNN frontline.
Disclaimer

Powered by: newtelligence dasBlog 1.8.5223.1

The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

Send mail to the author(s) E-mail

Theme design by Jelle Druyts


Pick a theme: