Quantcast
Channel: Leon's Weblog » Software Dev
Browsing latest articles
Browse All 15 View Live

Transferring Linux Server to a 1&1 Shared Host

Recently, I was forced to relocate my Linux server so I decided to try out 1&1′s Shared Web Hosting package. This option was a lot cheaper then paying collocation fees at a server farm and provided...

View Article



PHP Authentication Over Unsecured Internet Connection

When I wrote my earlier article on Managing Users in a PHP Web Application, I neglected to mention that the authentication mechanism is only acceptable when users are connected over a secure connected...

View Article

Streaming media library to PS3 with MediaTomb

One of the goals that I had for my media center was to have the ability to directly play music and movies from my Linux Server. The PS3 provided half of this functionality by supporting wireless...

View Article

Storing parking restriction information in a SQL Server

Recently, I was working on a project that involved storing parking restriction information in a database. Here’s how I did it. Goal Efficiently store parking restriction details (e.g. No Parking Tues...

View Article

Template Design of an ASP.NET Search/Edit page

Whenever I am working on a simple ASP.NET web-page to allow a user to search and edit a specific database table I use the following design template to facilitate implementation. I find that it works...

View Article


Splash Screen for ASP.NET Site

ASP.NET can be used to create powerful and efficient web applications; however, there are times when users will experience a lag during the initial connection to the site. Even though subsequent page...

View Article

Encrypting Data in SQL Server Table

I was working on a project where I needed to store connection strings in a database table for use inside of a reporting engine. SQL Server offers many encryption options from encrypting entire...

View Article

SQL Server Full Text Summary

Microsoft SQL Server has a convenient Full-Text search capability which is powerful and fairly easy to setup. There is, however, one glaring feature which appears to be missing. SQL Server can rank the...

View Article


Document Indexer Library for .NET

I recently wrote about using the Full-Text search feature built into SQL Server to allow users to search through documents (and the challenge of displaying a summary of the search results). Configuring...

View Article


Multi-File Upload Using Plupload in ASP.NET

After a failed attempt at getting multi-file upload functionality on an intranet site using the AjaxFileUpload control from the Ajax Control Toolkit I was forced to look for alternatives. The...

View Article
Browsing latest articles
Browse All 15 View Live




Latest Images