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 1

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


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 5

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 8


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

Get The Distance Between Two Addresses

Find The Distance Between Two Addresses After having a lot of fun working on the "Find Your Nearest ATM" script I decided to have a go at something...

read more

Thoughts About Google+

It's everywhere at the moment. Everyone is talking about it. Not so many have managed to use it yet. I am one of the fortunate ones that has had a f...

read more

Find Your Nearest ATM

Find Your Nearest ATM I have been working on a few scripts recently a little different to the normal ones you might find on DeVSeO. Partly this is...

read more

Blurry Text & Simple Snapshots With HTML & CSS3

I was reading the latest post on Ajaxian and found Marcin Wichary (the creator of the Google Pacman Logo) to be an absolute genius with some very in...

read more

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