- 10 Steps to a Client Friendly WordPress CMS
- Speed Up Your WordPress Blog With PHP Speedy
- 10 Steps To Protect The Admin Area In WordPress
- 30 Amazingly Creative Social Bookmarks Icon Sets
- BloggersBase – A Community Blogging Magazine
- 15+ Tips to Speed Up Your Website, and Optimize Your Code!
- 10 Stunning Mac software websites
- SpeedBlogging: How To Write Better Posts In Less Time
- 10 Ways Journalists and Newsrooms Can Conquer SEO
- History of the browser user-agent string
- Minify (CSS and Javascript Optimizer) Review
- Starting Your First Blog? 29 Tips, Tutorials and Resources for New Bloggers
- 404 Error Pages, One More Time
- 15+ Incredibly Useful Mac Apps For Freelance Web Designers
Yearly Archives: 2009
BlogBuzz January 31, 2009
Jan 31, 2009 by Matt | Posted in BlogBuzz No CommentsWhy They’re Wrong: WordPress Plugins Shouldn’t Have to be GPL
Jan 29In the past year or so there has been a lot of talk about “premium” WordPress themes and plugins, and the GPL. There have been many arguments over whether or not plugins and themes should be able to be licensed under other, non-GPL, licenses.…
Google Responds to Criticism of FeedBurner Migration
Jan 28As you may already know, Google has set a deadline for you to migrate your feeds over to their new system tied to your Google Account. The move hasn’t been as smooth as it could have been so far, and there has been much…
PHP Tip: Prevent SQL Injection
Jan 27SQL Injection is one of the most common exploits. It’s a sneaky technique that takes advantage of unsafe database querying practices to gain access to the database. Suppose you have a input form that asks for an email address for a newsletter subscription. The…
Minify: Compress Your JavaScript and CSS
Jan 26If you’ve ever used a JavaSCript library such as jQuery or Prototype, you are probably familiar with minified scripts. They act like normal JS files, but they are a lot smaller, and they look like gibberish when you open them in a text editor.…
Transfer Your FeedBurner Feed
Jan 25If you remember a couple years ago, way back in the summer of 2007, Google bought the venerable feed mirror and statistics company FeedBurner. The Big G has since been slowly migrating everyone’s accounts over to their own servers, moving away from the old…
BlogBuzz January 24, 2009
Jan 24WordPress.tv
Jan 23Automattic’s latest site, WordPress.tv is quite interesting. The site, described as “Your Visual Resource for All Things WordPress,” is an attempt at putting together a central place to find quality WordPress-related videos. So far it’s mainly short beginner-oriented tutorials and clips from WordCamp, though…
Learn Object Oriented PHP
Jan 22PHP is the web programming language of choice (or scripting language, if you insist…) for many people, and my favorite as well. One thing I find interesting is when it’s taught, by many books and websites, they tend to not spend much time on…