Blogging Pro had an article last week regarding optimizing CSS files in order to achieve a faster page load. I know a lot of the time removing whitespace can kill a lot of the file size. Of course it makes it difficult to edit later but for production use there are several programs out there to reduce whitespace for you making a smaller file size.
More »
PHP Hacks has a tutorial using the PEAR SOAP module of PHP to pull data for use on your site. There are many other ways of doing similar things a lot of which deal with RSS feeds since they have become so popular, but this tutorial does a pretty good job of explaining how to use SOAP with Google’s web services.
More »
Howto forge has another tutorial on setting up LAMP on the latest version of Ubuntu Linux. Ubuntu is definitely my Linux flavor of choice probably because it’s the easiest for me to setup and somewhat resembles my favorite platform of choice Mac OS X. The LAMP stack runs well on Ubuntu and for the most part has gotten a lot easier to install. I no longer have weird issues where I ask myself why is it doing that, and have no explanation.
More »
There was a post on Adomas Paltanavicius website giving a tutorial about mouse wheel programming in JavaScript. It is a pretty clever idea and doing more and more AJAX-like applications I can see this tutorial becoming more and more useful. At this time I never really thought about implementing code for the mouse wheel but in upcoming projects I think I will find this tutorial very helpful.
More »
There was an article on .net magazine giving 20 pretty good tips for web designers out there. It’s always a good idea to have a plan of action when doing something. If you can learn from other’s that’s even better. It will save you time and in the end that saves money. I’ll go over the 20 tips they provide and give some insight and experience I have had with each situation.
More »
The Vitamin has an article on the importance of maintainable JavaScript. Since I have been doing more and more AJAX web applications for clients this has becoming such an important point especially as web applications become larger and larger and more dependent on JavaScript to create its function.
More »
There was a blog post on Blogger giving 10 tips for writing reusable code. For the most part I think that these tips can be applied to almost any coding language. If course some things might need to be varied.
More »
A lot of clients have been requesting edit in place editing for their Web 2.0 applications. It’s a simple but very useful feature. It makes editing documents on the web a lot faster than the traditional point and click. Now there are many ways to tackle the problem but there is some pretty good documentation on Joseph Scott’s blog. Now I wouldn’t say this is a perfect solution, no solution really is, but it does work and get the job done. I’m sure over time this code will evolve as all coding usually does.
More »
I recently blogged on “The Perfect Setup” for SuSE and Howto forge has another tutorial describing the perfect setup using Ubuntu 6.06 LTS Server (Dapper Drake). Since this is the Linux of choice for me, it’s a much better tutorial for me to follow when I create my server installations. I know many people like Ubuntu as well so this should help some. Most people that are doing installations like this already have a pretty good idea on what they are doing, but well written documentation to use as a guide never hurt.
More »
While my Linux platform of choice is still Ubuntu, there is a pretty good tutorial on Howto Forge on setting up services for an ISP such as web server, mail server, DNS server, FTP server, MySQL server, Quotas, and Firewall. The author of the article chooses SuSE Linux for his installation, but this tutorial with a little bit of modification could be used on any flavor of Linux. If you are looking to use SuSE this may be a good tutorial for you to use to setup your machine.
More »