![The Complete Guide to Successful Landing Pages [INFOGRAPHIC] - Pardot Infographic](http://www.pardot.com/blog-move/wp-content/uploads/2012/04/Landing-Page-Infographic-Final.jpg)
Embedded from the Pardot Blog
Haven't posted on here in a while.... Oops, been quite busy trying to design my website which I'm finally happy with, plan to have all the HTML and CSS done by the end of half term, then I can go onto the PHP, MYSQL and jQuery of it all. Should be all ready by the middle of November hopefully so I can test it ready for it's hopeful launch (30th November.) Might even do a Christmas background to give the site a more Christmas feel.
Thinking of different functionalities that I will one day have to add to the site and there's a fair bit. I'm going to need a PHP or jQuery which detects the date, if the date is December 1st - Jan 5th then I want to give it a Christmassy type background, if the date is Feb 1st - Feb 15th it'll have a valentines day theme to the site.
Another functionality I will eventually want to add to the site will be a checkout as guest feature. At the moment I'm unsure how I'd do that so I'll stick to having to register for now. The users won't get spammed with emails but some users don't like the fact that they have to give out information to a site which they may only use one time.
A way I thought up of having people maybe wanting to join up is their final input to site functionality. Should we be wanting to release a new feature to the site but are unsure on what we may put a survey asking what people would like most of all. This should give the users a better feeling of interactivity to the people who run the site.
The company is also going to have several social media platforms that people may contact us on should they wish to, we're planning on using Twitter, Facebook, Tumblr and Blogger.
I didn't really like how my site looked when I first designed it so I decided I'd redesign it before I actually launch it. All the back end coding will most probably be the nearly the same but I've done some changes to some of the pages.
This is what the home page of my site is going to look like. The large image at the top of the page is going to be an image slider which will automatically slide to the next image every 10 seconds, there will be 5 images for it to cycle through. The news section will have stories about what is happening, deals that we have or updates that are coming for the site. The 3 images at the bottom will also be on a slider of maybe 10 items. These will be the top selling items that are displayed here. I'm not really focusing as much on the design now and how good it looks I'll build on that as time goes on.
This is a video that explains why the user experience is so important to Websites or potentially any other project that you can do. This is a topic I need to learn more about to improve my web design skills and continuously strive to improve upon
Finally solved the problem I was having with my site. For the life of me I couldn't figure out how to make a category and subcategory system so I'm kind of cheating in a way. I decided I'm going to use the URL to help me using the 'GET' method in PHP. Only thing is though SQL injections are possible so I'll have to find a way to fix that. Maybe an if statement like:
if($cat == necklace || $cat == bracelet){
do code;
}
I'll think of something I suppose. It's all falling together slowly should be done in a few weeks.