Browsing articles in "Web Development"

How to do a CSS Drop Shadow, you a web page.

May 31, 2013   //   by admin   //   Web Development  //  Comments Off

Here is a page explaining how to create a drop shadow:

http://phoenity.com/newtedge/drop_shadow/

Create a Static Front page on Word Press

May 31, 2013   //   by admin   //   Web Development  //  Comments Off

Firstly, create two new pages:

Pages -> Add New

Call one Home and one Blog or News

Go to Settings -> Reading:

In the ‘Front page displays’ section, select ‘A static page’. Now in the drop down labeled ‘Front Page’ select your new Home page, and in the drop down ‘Posts page’ select your Blog or News page.

Now in the Settings->permalinks section ensure that you select a link setting that ends in ‘/sample-post/’. So you can use the URL www.<yourdomainname>.co.uk/blog/ to get to your blog (assuming you callesd the page ‘blog’. Otherwise, there is little point in having static pages.

Good PHP Form example

Nov 29, 2011   //   by admin   //   Web Development  //  No Comments

Take a look here

Good Websites for examples and tips

Nov 29, 2011   //   by admin   //   Web Development  //  No Comments

>Here are some links to some good website for examples and tips:

A few good things on here:
http://www.appsamuck.com/

Excellent tutorials:
http://www.raywenderlich.com/

Note: I will keep adding to this.

Website integration with your Facebooks pages events

Nov 3, 2011   //   by admin   //   Facebook, Web Development  //  No Comments

>It is possible to integrate facebook with your website events using the facebook API’s, without having to provide a login etc.

A solution can be implemented using a combination of javascript for the connection and php for the management.

See http://www.whitemare.co.uk/whatson/index.html

All these events are from http://www.facebook.com/thewhitemare

So all the administration is carried out on the FB page, and a small amount on the website. If you want to know how to do this, feel free to send me an email.