Latest Blogs In "Php" On DeVSeO

Star Rating Script PHP And MySQL Tutorial

If you have been to this blog before you may know that I have released a script written in JavaScript that allows you to easily add star ratings to anything you require. You can find that blog here.However, in that blog I didn't go through the steps required to actually save the rating. After being contacted asking for help on the matter and wanting to write an nice introduction to PHP and MySQL I felt that this would be a good time to kill two birds with one stone. So, read on to learn how to w...

Read more...

Blog Has A Rating Of 5

Posted Fri 18th Jun @ 08:42 by ahallicks | Comments 3


Star Rating Script With YUI

I really needed a nice little star rating system with YUI for this blog (which can been at the bottom) and after a single search in Google I found Ville Saavuori's Star Rating Script for YUI, which is perfect for the job I needed (so you will see a direct implementation of it used here at the bottom of this blog!). However, for a new project I am undertaking I realised that his implementation was not going to work for multiple rating systems on the same page because it is based on ID's, and a...

Read more...

Blog Has A Rating Of 3

Posted Mon 17th Aug @ 15:32 by ahallicks | Comments 1


How To Use The Twitter API

How To Use The Twitter APIThere are a few examples on the web about using the Twitter API, but I've noticed that more and more often they refer to using exec() commands in PHP which a lot of web hosts deny to their users automatically. This makes using the API a little tricky as the only other good method for using the service is with cURL.cURL is a PHP library written by Daniel Stenberg, that allows you to connect and communicate to many different types of servers with many different types of p...

Read more...

Blog Has A Rating Of 5

Posted Mon 17th Aug @ 15:28 by ahallicks | Comments 0


Add Us To Twitter

Add Us To Twitter

This site, and any site connected with this site will not know or use the details provided here by you. Or add us manually

This Months Most Viewed Articles

News/Blogs/Articles

HTML5 Search Inputs - Tips and Tricks

HTML5 has some great new tags and attributes allowing you to do some neat stuff without having to resort to HTML/JavaScript/CSS hacks. Today I learn...

read more

The Decline Of Internet Explorer 6?

Recently I've been looking at some new sites made by various designers and developers and I've begun to notice a trend. The obvious use of CSS3 and HT...

read more

Microsoft Could Support IE6 For Longer!

I know it's the most depressing news you've probably heard for a long time, but Microsoft are talking about extending the life of Windows XP based on...

read more

CSS3 Rounded Images Without Clipping

Have you ever tried to style an image in CSS3 with a border radius of anything except 0? If you have you may have noticed that the image clips outside...

read more

The Complete Guide To Commenting On Any Blog

I read this post this morning and it cannot be closer to the thruth of it. I'll sum it up below but you should really go ahead and check it out and re...

read more