<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2" -->
<rss version="0.92">
<channel>
	<title>Worcester Web Site Development Blog</title>
	<link>http://worcesterwideweb.com</link>
	<description>Worcester Web Site Development Blog</description>
	<lastBuildDate>Sun, 13 Jul 2008 18:30:02 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Cubecart Auto Complete - Live Search Mod</title>
		<description>I developed another mod which allows you to have a live search or autocomplete on your cubecart page. This mod puts autocomplete into cubecart search, basicly when you search for an item a list of all items will show up below the search box matching what the user typed in. ...</description>
		<link>http://worcesterwideweb.com/2008/07/13/cubecart-auto-complete-live-search-mod/</link>
			</item>
	<item>
		<title>Cubecart catalog pdf mod</title>
		<description>I developed a mod which converts your whole shopping cart into a PDF file. The mod handles the following within the PDF

	Home Page Content
	Site Docs (1 per page)
	Products sorted by name

A Demo of the mod can be found here Just click "Download Catalog"

This mod requires php5 but there is a ...</description>
		<link>http://worcesterwideweb.com/2008/05/02/cubecart-catalog-pdf-mod/</link>
			</item>
	<item>
		<title>New Website Woosta Pizza</title>
		<description>Launched a new website, this one is for Woosta Pizza located in the hear of Worcester Massachusetts. The client has a basic static website with an online menu system they can update through an administration panel. To view this website click the link below

http://www.woostapizza.com </description>
		<link>http://worcesterwideweb.com/2008/03/30/new-website-woosta-pizza/</link>
			</item>
	<item>
		<title>php 5 and imagecreatefromjpeg()  recoverable error: Premature end of JPEG file</title>
		<description>Ok I recently came up with a problem creating thumbnails for a project I am working on. I was stumped for hours, it seems that some files that were saved from a mac or certain photo editing programs would cause php to not recognize it a jpg thus giving the ...</description>
		<link>http://worcesterwideweb.com/2008/03/17/php-5-and-imagecreatefromjpeg-recoverable-error-premature-end-of-jpeg-file/</link>
			</item>
	<item>
		<title>Cubecart google sitemap - SEO MOD Friendly</title>
		<description>I recently added on to the google sitemap mod I made awhile back, It is now SEO mod friendly. I tested this with the latest version of cubecart and latest version of SEO mod. May need to tweak it out for other versions of SEO mod.

Google sitemap mod </description>
		<link>http://worcesterwideweb.com/2008/01/05/cubecart-google-sitemap-seo-mod-friendly/</link>
			</item>
	<item>
		<title>show div on check for checkbox</title>
		<description>Sometimes you need to show a div when you click a checkbox, here is how yo do it. You need jquery to establish this.
Check me


&#160;
Put some content here
Basicly the paragraph container named checked is hidden untill one presses the checkbox.

Click here for a demo </description>
		<link>http://worcesterwideweb.com/2007/12/11/show-div-on-check-for-checkbox/</link>
			</item>
	<item>
		<title>New Website modernvikingkegsupply.com</title>
		<description>I Launched a new website http://modernvikingkegsupply.com/, Modern viking beer supply website is for sale. The client I made a deal with has fell through on his payment so I am putting the web site up for sale. This website is powered by the Cubecart back-end. It comes with PSD Files, ...</description>
		<link>http://worcesterwideweb.com/2007/11/15/new-website-modernvikingkegsupplycom/</link>
			</item>
	<item>
		<title>Cubecart custom category order</title>
		<description>So I developed another new mod for cubecart, this one allows you to sort out your categories in cubecart the way you want without staying with the normal sort by name or id as seen in other mods. This mod only modifies 3 files and installs one column “pos” to ...</description>
		<link>http://worcesterwideweb.com/2007/08/05/cubecart-custom-category-order/</link>
			</item>
	<item>
		<title>Cubecart multiple delete and re categorize admin hack</title>
		<description>I am developing a new shopping cart using the cubecart system, the client has about 2500 parts in the database. After importing these products into the database I noticed that a good 500 were mis categorized and about 100 were out of date and had to be removed. Cubecart didnt ...</description>
		<link>http://worcesterwideweb.com/2007/07/15/cubecart-multiple-delete-and-re-categorize-admin-hack/</link>
			</item>
	<item>
		<title>mysql update from another table</title>
		<description>Recently I needed to update a bunch of rows in mysql with information from another table. I will explain how to do this simple process.

	Open up phpmyadmin or similar database editor
	view the sql query below


UPDATE updatefrom p, updateto pp 
SET pp.last_name = p.last_name 
WHERE pp.visid = p.id
Lets say we have ...</description>
		<link>http://worcesterwideweb.com/2007/07/03/mysql-update-from-another-table/</link>
			</item>
</channel>
</rss>
