Party In A Box - Bachelorette Party Ideas and Supplies

March 15, 2010 – 12:25 pm

Have a look at Party in a box for fun and exciting Bachelorette Party Ideas and Supplies. A wide variety of games, novelties and accessories for your Kitchen Tea or Stag Night Party Ideas and Supplies found under Special Occasions. .... (read more)

Party In A Box - Boys Party Ideas and Supplies

March 14, 2010 – 11:36 am

Have a look at Party In A Box adventurous range of boys birthday party supplies and ideas. Place 1st position with Lightning McQueen of Disney Cars party supplies or kick off the world cup with Disney's Mickey Soccer party supplies. Many other exciting characters like Spongebob Squarepants Party Supplies, Ben 10 Alien Force Party Supplies and Buzz Lightyear of Toy Story Party Supplies. Ben 10 Party Supplies Cars Supercharged Party Supplies Mickey Mouse Clubhouse Party Supplies Noddy Party Supplies Disney Pirates Party Supplies Handy Manny Party Supplies Super Power Rangers Party Supplies Bakugan Party Supplies Batman Party Supplies .... (read more)

Party In A Box - Girls Party Ideas and Supplies

March 13, 2010 – 10:57 pm

Party in a box is continually updating there website. In the girls section of Birthday Parties you will find a wide variety of party ideas and  supplies to choose from. Some of these ranges include: Hannah Montana Glitter Party Supplies The Little Mermaid Party Supplies Disney Princess Party Supplies Winnie The Pooh Party Supplies High School Musical 3 Camp Rock Party Supplies Tinkerbell Flowers Party Supplies Tinkerbell Party Supplies Mickey and Minnie Holiday Party Supplies Bratz Party Supplies Care Bears Party Supplies Barbie Dolled Up Party Supplies Ice Age Party Supplies My Little Pony Party Supplies Finding Nemo Party Supplies Hello Kitty Rainbow Party Supplies Madagascar 2 Party Supplies Minnie Mouse Party Supplies Scooby Doo Party Supplies Strawberry Shortcake Party Supplies Barbie Diamond Castle Party Supplies Barbie Fairytopia 3 Party Supplies Dora The Explorer Party Supplies Snow White Party Supplies .... (read more)

Party In A Box - New Website Preview

March 11, 2010 – 11:58 pm

Party In a Box is developing a new and very much improved website. Soon you'll be able to view all our products, get great ideas for your party theme and even order your party supplies and decor online. They are continually updating and adding products onto the site on a daily basis. But because they have so many products, it will still take a couple of weeks to display all of them. Have a sneak preview of the site by clicking "Birthday Parties". If you want to be notified as soon as the online ordering and shopping basket is available please fill in the form on their website Party Supplies. .... (read more)

How to create Pretty WordPress Permalinks on IIS WITHOUT using 404 redirects

March 11, 2010 – 11:45 pm

This is an easy step by step tutorial on how to create Pretty WordPress Permalinks on Internet Information Services (IIS) WITHOUT using 404 redirects. After many hours and hundreds of web searches later I managed to gather bits of info to finally get Pretty WordPress Permalinks to work perfectly on IIS without using IIS’ 404 redirects. As far as I know (from all the web searches), there is no other article on the web that describes the method I have used. So this is the first tutorial on the web that describes how to create Pretty WordPress Permalinks on Internet Information Services (IIS) WITHOUT using 404 redirects. During the tutorial, when I refer to paths or files for example "index.php", do not include the "" apostrophes when typing them in Let’s get started. Ionic’s ISAPI Rewrite Filter is like mod_rewrite however it was made as an add-on for IIS. Essentially, this ISAPI Rewrite Filter makes your IIS work as if it has mod_rewrite. And the best thing about it is that its small, really cheap (free) and easy to use. Download Ionic’s ISAPI Rewrite Filter at http://www.codeplex.com/IIRF/Release/ProjectReleases.aspx. Download the file "IonicIsapiRewriter-1.2.12c-bin.zip" After downloading the compressed file, extract the files and look for ....... (read more)

How to install Wordpress on Windows under IIS - Step by Step - Part 3

March 11, 2010 – 11:40 pm

This is Part 3 of an easy step by step tutorial on how to install Wordpress on a Windows Platform and run it under Internet Information Services (IIS). If you have not read Part 1 or Part 2 see below: How to install Wordpress on Windows under IIS - Part 1 . How to install Wordpress on Windows under IIS - Part 2. Let’s continue with Part 3. MySQL We now need to create the WordPress database in MySQL. If you have followed Part 1 and Part 2 step by step you should see the "index.php" site on "http://localhost/" Open a browser and type in "http://localhost/" - you should a page that looks like the image below. We have to create a database in MySQL using the phpmyadmin tool. The problem is that WampServer is installed to run under Apache as a default. This means that when you click on "phpmyadmin" under tools you will probably get "The page cannot be found" error. So we have to do a quick work around this problem. If it does open the "phpmyadmin" you can move onto step 6. Open the folder that WampServer creates when you install it. That is “C:\wamp\”. Now go into ....... (read more)

How to install Wordpress on Windows under IIS - Step by Step - Part 2

March 11, 2010 – 11:38 pm

This is Part 2 of an easy step by step tutorial on how to install Wordpress on a Windows Platform and run it under Internet Information Services (IIS). If you have not read Part 1 you can read it by clicking here -> How to install Wordpress on Windows under IIS - Step by Step - Part 1 . Let’s continue with Part 2. Configuring IIS Settings We now need to change some settings in IIS. Open IIS go to Control Panel -> Administrative Tools -> Internet Information Services Under web sites select you default or localhost site. Right click then -> properties. Click the Home Directory Tab and change the Local Path to “C:\wamp\www” (This is the default “localhost” path when you install WampServer) Then click Configuration and then click Add under Application Mappings In the executable -> Browse for the “php5isapi.dll” file in the php folder. The extension type “.php” Choose All Verbs Check Script Engine and Check That the file exists. Ok, Ok, back to site Properties and click on Documents. Click Add and enter “index.php” OK, OK back to the IIS window. Right Click Web Service Extension and Choose Add New…. (It appears that IIS in Windows XP does not have an Web Service Extensions or ....... (read more)

How to install Wordpress on Windows under IIS - Step by Step - Part 1

March 11, 2010 – 11:35 pm

This is an easy step by step tutorial on how to install Wordpress on a Windows Platform and run it under Internet Information Services (IIS). The first time I tried to get Wordpress running on Windows and IIS, I gave up after a few hours and installed Apache just because I wanted to see how it works. The problem was that all my other sites were already setup and running in IIS. I was even considering using another IP address so I could use port 80 for apache and the other IP port 80 for IIS. I decided to give it one last shot. I stopped the Apache service and started IIS services. And just like that WordPress was working under IIS. I was convinced that it was still running on Apache but after testing the port it said it was being used by IIS. I had indirectly fixed the IIS problem in the process of installing apache. I did this by installing WampServer. Before writing this tutorial I went through the step by step process on another machine and was up and running without a problem. I have insert a few screen captures - just click to enlarge them. Also when ....... (read more)