Latest Posts
Copywriters can take the pain out of content creation
If writing is not your thing then we recommend hiring a copywriter to help you with the creation of your web site content. There are many great copywriters out there that can (with minimal input from you) turn those blank white pages into interesting and engaging content for your web site. You will still need to read it over and make some corrections, however, it is much easier to tweak than to come up with all the ideas yourself.
Read More
Dave
5/13/2009 6:56:00 PM
Comments(0)
Protect your website from SQL Injection Attacks
Is your website vulnerable? Very possible. You could do a few quick checks, but explaining how to write SQL Injection code is out of the scope of this blog. Websites written using Classic ASP language, PHP, AJAX, and other website languages are vulnerable, but that doesn't leave .NET websites in the clear. Any website that gives full access to the SQL database is vulnerable. That gives the hacker full range at manipulating the information in your database.So, what are some ways to protect agains...
Read More
Joanna
4/22/2009 12:03:00 PM
Comments(0)
Parsing data in C#
Parsing data in C# is a simple process, and can be done using some basic language syntax. Sub Strings provide this functionality, and when used properly can make data collection, or simple parsing operations a much easier task. First when parsing data from sources such as a web page, it is important to first remove all data at the beginning of the document which is unnecessary, in order to prevent the parsing utility from finding the wrong information. <?xml version="1.0" encoding="UTF-8"?>...
Read More
Levi
4/22/2009 11:02:00 AM
Comments(0)