1and1.com – Web Hosting Review
Purchasing web hosting service is extremely easy; however, purchasing great web service is extremely difficult. Some of the web hosts pretty much…
Purchasing web hosting service is extremely easy; however, purchasing great web service is extremely difficult. Some of the web hosts pretty much…
What is the Skype API? The Skype API is an easy way to create plugins that can dramatically change the way Skype…
The easiest method of checking whether Skype is installed is actually to check for a Registry Key. We, of course, can’t check…
In general, we never should have embed JavaScript inside the same file as the HTML markup and should instead place the JavaScript…
JavaScript and the respective frameworks have really began to gain traction over the last couple of years. I would argue that most of the JavaScript frameworks are excellent, and truly are great for the user experience and for the programmer experience.
Sadly, I still think there are a lot of companies that still just think,code, guess, code, guess some more and maybe eventually…
I am having problems getting mozilla firefox to display my website correctly. It works fine on Internet Explorer. So I was thinking…
How do you test browsers? I don't usually try for perfect pixel positioning in every browser, but if the client asks I won't complain!
Always make sure that you modify the session.save_path to somewhere meaningful and ensure the directory has the correct file permissions.
I am so excited to say that I finally booked everything I need to attend the Toronto Open Source Week. In a…
Sometimes, when I have applied for full time employment in the past I have seen job ads or received responses from companies…
Emails are incredibly easy to send from .NET especially your typical <a href="http://www.mail-list.com/list_owner/plain_text_email.html" target="_blank">plaintext</a> email. We will be making use of the <a href="http://msdn.microsoft.com/en-us/library/system.net.mail.aspx">System.Net.Mail namespace</a> along with an <a href="http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol">smtp server </a>you should already have setup or you could use a free one like Gmail.
At work, I’ve been working on an auto html emailer. I’ve been receiving files from our Latin American office that are completely…
How to stop a form from closing in the .NET Framework
Have you ever wanted to have the ability for the colour of a row to change when your user moves the mouse…
RSS is an acronym for Really Simple Syndication and is an XML specification published by the W3C. RSS became a standardized specification…
Microsoft provides the ability to programmatically created spreadsheets using Excel. The process isn’t overly complex, but the twist is that the intelisense…