If you use C# or VB.NET through the ASP.NET stack (or just as a desktop application) to connect to a SQL database, you’ll have a few options. There’s the new entity data model from Microsoft, there’s also last year’s notion of LINQ. They both do a reasonably good job, but are sometimes on the over-kill […]
View PostHome» Articles posted by matt (Page 47)
How to Safely Display Your Email Address Online Without Getting Spammed
If you have a website or blog, one of your motivating factors is that you’d like to promote yourself, your services or your ideas. Typically most bloggers don’t want to be writing anonymously and would like to provider their readership an easy way to contact them. Unfortunately, it’s a really bad idea to let your […]
View PostBuilding a Simple Image Rotator with JQuery
I was recently working on a new website for an adult fellowship group at my church and one of the tasks I had was to create an image rotator that had various bible verses on it that would transition every few seconds. Since the site was Joomla-based, I initially searched for a free plugin that […]
View Post