Showing posts with label PHP. Show all posts
Showing posts with label PHP. Show all posts

Thursday, 9 January 2014

Webslam.me! a new way to online social networking

I have built a new social networking website called Webslam (webslam.me). The unique feature of the website is that it enables users to create virtual slam books online.



It helps users to maintain slam books online. Users can create slam books online with the questions of their choice and ask their friends to write in their slam book which is quite different from other online slam books site.



It also helps users to share their thoughts, photos and videos with their friends. It has full support for social news feed system which brings the users the latest updated from the people whom he/she follows. It also has so many other options like messaging, social connections and much more options coming soon.

Users can use either their google or facebook account to sign up with the website.

Read the help for any further information.

Here are some screenshots of the website:








The technologies used to builds the website are:
Codeigniter 2.1.4 ( An MVC framework for PHP )
MySQL ( Most popular open source relational database system )
Twitter Bootstrap ( CSS tool )
JQuery
HTML 5

Tuesday, 6 August 2013

Editable Countdown timer for online events


The script  allows you to create a countdown timer for any events. In order to use this file in any of the application just edit the start and end dates of the event.

The code is written in JavaScript and PHP.

The timer counts down till the beginning of the event and again from the beginning till the end of the event.




Both start and end time are editable.

The code can be used in any online sites where one has to keep track of the time ( time constrained online events ). The code can also be used to show remaining days for a particular event for the visitors.

The event to be triggered when the countdown reaches zero can be edited.

Download the script   View Demo