Lunarpages - Great Linux hosting

Posted by Ali Colville in Hosting, Web Development on October 1st, 2008 |  No Comments »

Hi,

Came across a great web host recently… they do both Windows and Linux hosting… but there Linux hosting is the best deal. If you sign up for more than 12 months you get the following deal for $4.95 (£2.99) a month:

  • 1 FREE Domain Name
  • UNLIMITED Storage!
  • UNLIMITED Data Transfer!
  • Bonus Programs £394 Included
  • 24/7 Award Winning Support!
  • Unlimited Databases/Email/FTP Accounts
  • Blog, Forum & Photo Gallery
  • Fantastico (Over 35 Scripts)
  • JSP/ASP Available
  • Spam Protection- IMAP Support
  • Microsoft® Frontpage® Compatible
  • Dreamweaver Compatible
  • Unlimited Add-on Domains Included FREE!
  • Ruby on Rails, PostgreSQL
  • MySQL 4+, PHP 4+
  • MySQL 5 & PHP 5.2+ Available!
  • Free Web Design Templates
  • Webmail (Horde and Squirrel)

Visit them here:

Visit Lunarpages

Lunarpages.com Web Hosting

EasyGal .NET Version?

Posted by Ali Colville in EasyGal on September 22nd, 2008 |  No Comments »

I’ve had a few people recently contact me asking whether there’s a .NET version of EasyGal…

Well I did start one a while back, same features as the ASP but requires no 3rd party applications and of course looks a lot better! It also comes with some new features. Although I nearly finished it, I haven’t had time to test and fix any small bugs.

If there is a big enough demand, I’ll finish it. So, if you’re after the .NET copy, could you please add a comment to this post?

Cheers!

Download Easygal 1.0.2

Posted by Ali Colville in EasyGal on September 22nd, 2008 |  No Comments »

You can now download EasyGal 1.0.2 here:

Download EasyGal 1.0.2

(Thanks rlservices)

PNG Transparency in Windows IE

Posted by Ali Colville in Web Browsers, Web Development on August 13th, 2008 |  No Comments »

Hi,

Recently I’ve been having problems with PNGs that have transparent backgrounds… PNGs are new image formats that will replace GIFs in web development (well so I believe!). I have found recently though that older browsers like IE6 can not render a transparent background correctly! Instead, the background becomes gray spoiling the look of your design!

I have just come across a nifty little little bit of HTML / Javascript that fixes this…

Have a look and let me know how you get on!

PNG Transparency fix

Ali

Umbraco - ASP.NET Open Source CMS

Posted by Ali Colville in Web Applications on August 12th, 2008 |  2 Comments »

Recently I have been looking into an open source CMS to use for Site Mantra customers.

What is a CMS?

A Content Management System (CMS) is a tool (usually web based) that allows non technical people to maintain their websites. For example, the traditional way of adding a new page to a website would require some knowledge in HTML, CSS and other web technologies. A CMS saves all this hassle. Once it has been setup by someone more experienced, a novice web user can come along and publish their page quickly!

Umbraco

I just thought I would point this website out… a friend pointed me in their direction. Umbraco is an open source ASP.NET CMS. It has a friendly interface and it’s highly customisable… but the best thing of all… it’s FREE! Pay them a visit!

.htaccess login prompt appearing twice

Posted by Ali Colville in Security on August 12th, 2008 |  No Comments »

Recently I had an issue with a login prompt appearing twice on Linux hosting…

I had the normal setup of a .htaccess file within a directory. The .htaccess stated that for any web user to get access to that directory they will need a valid usrname / password in the .htpasswd file specified.

However, when I linked to the directory e.g.

www.something.com/securedirectory

I found that the Login prompt appeared twice. The user would enter their correct username password the first time and the prompt disappear. However, it would appear again! After the second time, the user would be logged in successfully and reach the directory…

After racking my brains, and checking, and re-checking paths, .htaccess files etc, I found the solution was very simple!

All I needed to do was add a forward slash to the end of the link I had used e.g.

www.something.com/securedirectory/

It’s always something simple!