I made this simple ajax star rating for my latest poject. And now i want to share it to you. Let’s start it :D.
Step 1 : CSS Star Rater
First thing is the star rater. I got this cool ‘css star rater’ from http://www.komodomedia.com/ . I assumed that we already understood how to use it, so we will not talk too much about this ‘css star rater’.
Step 2 : Create MySQL table
Next is create table (using MySQL) to store the data. You can copy the script below
CREATE TABLE IF NOT EXISTS `vote` ( `counter` int(8) NOT NULL default '0', `value` int(8) NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
Step 3 : PHP
After finished create table, then we can start create some php code to handle input, update and retrieve data from the database, here is the code. I added some important comment in it
Continue reading ‘jQuery Tutorial : Simple ajax star rating with php’
Here comes the new era of blogging. They called it Flutter and Zak Ryman CEO of Flutter says that flutter is nanoblogging services with maximum 26 characters, wheew, for sure it will spend less time than microblogging to update your message. Watch the video below
Of course it is a fiction.. lOl!!…
Here i released new free wordpress theme. Since i released it in march then i named it ‘March’. This is fix 2 columns with ready widget in sidebar.
You can download here Free Wordpress Theme : March (56)
You can check the demo here.
All you have to do just add new key ‘thumbnail’ in custom fields..
Enjoy
Have you try songbirdv1.0 ? here is the screenshot the main window of songbird
I’m not explore whole features yet. But there are some of its feature make me in love with this player at first sight :p. First i love it coz it have addons ‘great!’. Second, righ after you fill the artis name in metadata of the file you’ll immediately receive info about the artist in bottom tabs. Third, it have integrated web browser, so you can find information easily without have to open any browser Yay!. Fourth, when you play a song, it can fetch lyric automatically. But you have to install LyricMaster first to make it possible doing this.
I dunno whether there are other player already did features above or not, and actually i don’t care either :p.. coz i already like this player alot. hehe.
Oh, i almost forget to mention one more important thing… IT IS FREE!! and OPEN SOURCE !!
Happy try this player :D..
This animation really cool.. speechles..
You can find the video here http://www.youtube.com/watch?v=uuGaqLT-gO4
This is my 4th submission and i named it DarkMagz! similar to my first concept. This concept is for magazine website with left aligned main container.














Recent Comments