Latest Blogs In "Tutorials" On DeVSeO
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 interesting ideas. Thought I'd try out a couple of them here, so to start with here's some blurry text: Blurry Title Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed dapibus arcu sit amet erat feugiat accumsan. Morbi rutrum dui a lacus sollicitudin in accumsan quam vestibulum. In hac habitasse platea dictumst. Donec sed sapien mi, ut bl...

Posted Fri 24th Sep @ 14:02 by ahallicks | Comments 2
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 read the whole post for yourself as it's very intuitive. The Complete Guide to Commenting on Web Design Blogs Read the Whole Article :-) If you've posted comments on blog posts before have you always read the whole post before commenting? I will admit that I have not always done so, and generally had good reason....

Posted Wed 7th Jul @ 14:19 by ahallicks | Comments 3
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...

Posted Fri 18th Jun @ 08:42 by ahallicks | Comments 2
Simple CSS Debugging Methods
Firebug, Firebug, Firebug!If you are a web developer and you haven't heard of Firebug you need to get it now! It is a free Firefox addon that lets you traverse the contents of any web page, view the CSS, view the javascript, debug your scripts and edit them live. Basically, everything you could want from a development tool. And the best part is that it's free!All you need to do to use it is download it/install it (if you are not using Firefox you can download the Lite version (installation instr...

Posted Tue 15th Jun @ 10:37 by ahallicks | Comments 4
YUITip - Simple JavaScript Tooltip For YUI
Demo I wanted to create a simple tooltip for a project I was working on and have seen plenty of jQuery examples, but as you may know by now I prefer to use the YUI library for all of my javascript. So I took this opportunity to write myself a nice little script that would do exactly what I wanted with the greatest of ease.I also thought I would share the finished result with you, in case you are looking for the same sort of thing. It is configurable by changing a couple of the options at the to...

Posted Thu 22nd Apr @ 23:14 by ahallicks | Comments 9
YUILight - Spotlight Your Page Elements With YUI
YUILight is a customisable YUI Script that will highlight an element on your page simply by applying a class of 'yuilight' to that element. When that element is clicked and focused on, everything else on the page will be covered by a mask and that single element will stand out from the rest.It is a very simple script to implement only requiring two javascript files and no CSS! The options for customising the script can be found at the top of the javascript file (which is fully commented for you)...

Posted Fri 26th Mar @ 13:38 by ahallicks | Comments 7
Pure CSS Speech Bubbles
I love CSS3. If you're viewing this in a decent modern browser (not Internet Explorer) then you can probably see that because of the amount I use. I do, however, always try to use progressive enhancement in my projects so that anything that looks great in the good browsers still looks presentable in other browsers. What I love most about CSS3 is how easy it is to do some of the things that used to be an absolute chore for us web developers. Simple things such as creating rounded corners for e...

Posted Mon 8th Mar @ 10:09 by ahallicks | Comments 2
The Universal Selector - A CSS Must Have?
During the creation of web pages the most difficult task set forth before any web developer is that of cross-browser compatibility. Internet Explorer, Mozilla Firefox, Opera, Safari and so forth, have their own default margins and padding for certain elements on the page, and the page itself. This means that when building a web site there are going to be differences between browsers in terms of display and layout. The Universal Selector is not as widely known as many of the CSS selectors beca...

Posted Fri 5th Mar @ 14:20 by ahallicks | Comments 5
Unfollow Your Twitter Followers On DeVSeO
Have you somehow managed to amass a great following of people you just don't know on Twitter? It happens. You probably don't realise it, especially if you have one of those tools that automatically follows anyone that is following you. All too easily you may find that you have a great number of followers that you simply don't want! I have seen quite a number of tools on the Internet that say they can mass remove or delete all of your Twitter followers but I have found almost none of those to...

Posted Sat 30th Jan @ 20:13 by ahallicks | Comments 4
Tweetywall - YUI Plug-In To Put Twitter Live On Your Website
Demo Have you ever seen those sites that have Twitter posts sprinkled all over the place? Would you like to have access to this same functionality without having to do anything? Here at DeVSeO we use Twitter for a number of things and in a number of places. I decided to help you guys out by turning one of ours scripts that we use here into a fully customisable release so that you, too, can have Twitter on your own site with absolutely no coding ability whatsoever. It couldn't be easier. All y...

Posted Mon 11th Jan @ 14:20 by ahallicks | Comments 9
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...

Posted Mon 17th Aug @ 15:28 by ahallicks | Comments 8
New Tools Coming To DeVSeO
We have a number of tools that are currently in development and a few that have been completed and will be a available for use by our members for free very shortly! What Tools Will We Have? A few of the tools you will be able to use include: A sitemap generator that will produce downloadable versions of a sitemap for any given domain in XML and HTML format with the ability to download the whole lot as a zip file An SEO Tool that you can use to see how well your site is looking in ter...

Posted Mon 17th Aug @ 15:22 by ahallicks | Comments 0
- Page 1
- Page 1
Add Us To Twitter
This Months Most Viewed Articles
- Star Rating Script Php And Mysql Tutorial5182
- Star Rating Script With Yui2893
- Get The Distance Between Two Addresses2569
- Yuilight Spotlight Your Page Elements With Yui1126
- Tweetywall Yui Plug In To Put Twitter Live On Your Website1075
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 moreThoughts 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 moreFind 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 moreBlurry 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 moreHTML5 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
