jQuery 1.6.3 Released

Soon after the jQuery 1.6.3 RC1 was made available to web developers, the official finished library was released. I guess testing went well! This is still pretty new so the jQuery crew need you to report any bugs! Notable Changes Fixed a cross site scripting attack vector: Script injection used to be possible when using… Continue reading jQuery 1.6.3 Released

jQuery 1.6.3 RC1 Released

The new jQuery Javascript library, jQuery 1.6.3 Release Candidate 1, was made publicly available two days ago from the jQuery website. Notable Changes Fixed a cross site scripting attack vector: Script injection used to be possible when using location.hash to select elements. The new release disallows the use of html tags and, therefore scripts, in… Continue reading jQuery 1.6.3 RC1 Released

How To Set Up a Photoblog

I was looking around at different photoblog CMSs. Currently my favorite is pixelpost. It has some great templates as well it has a a lot of great addons for social networking. For this we are going to assume that you have ftp access to a web server. This guide will go over setting up a… Continue reading How To Set Up a Photoblog

WordPress SEO | 10 Steps to The Top

This guide explains in very simple terms, and exception WordPress Search Engine Optimization strategy. Here’s how a new website can push itself to the top of the search engine results in 10 simple steps that anyone can follow. 1. Your Page Layout A lot of how you score depends on the sites that link to… Continue reading WordPress SEO | 10 Steps to The Top

Add A Facebook Connect Comments Box to Your WordPress Site | Facebook Comments into Arthemia

This guide explains how to insert a FaceBook comments section onto your WordPress Site. The guide puts a little more emphasis on users of the Arthemia theme, but also explains things for the general WordPress user. Get your Facebook Connect API Key Head over to http://facebook.com/developers Click the Set Up New Application button Type in… Continue reading Add A Facebook Connect Comments Box to Your WordPress Site | Facebook Comments into Arthemia

CGI Scripts on JustHost Hosting | Make Them Work

This guide explains how to get CGI scripts working with your JustHost hosting account. Getting Your Script Working You’d think they would just work off right away.. but there are a few things you have to do: Make sure that your script begins with the line: #!/usr/bin/perl -w Then enter any of the use statements… Continue reading CGI Scripts on JustHost Hosting | Make Them Work