Connecting to an imap server using imap_open Thumbnail

Connecting to an imap server using imap_open

php allows you to do a lot of things including reading your email! This IMAP series will show you how to use the built in imap functions that php has to offer. The first is imap_open

Read MoreView Comments (1)
04Jul2010
Author
Dave
Category
PHP
Tags
40 Invaluable PHP Tutorials and Resources Thumbnail

40 Invaluable PHP Tutorials and Resources

PHP is one of the most popular scripting languages on the internet today, and one of the easiest to get into. Whether you’re a PHP newbie, or an experienced code-slinger, there is always something new to discover. A function you’re unfamiliar with a killer timesaving tool, a technique that you forgot about

Read MoreLeave a Comment
04Jul2010
Author
Dave
Category
SEO
Tags
,
Seo Terms Definitions Thumbnail

Seo Terms Definitions

When creating a website with SEO in mind there are lots of factors to consider and lots of buzz words to help you along the way. A lot of these buzz words won't mean much to you in less you know what they mean. The following article shows an a-z of the most popular SEO related term definitions

Read MoreLeave a Comment
04Jul2010
Author
Dave
Category
Design
Tags
, , ,
Show off your Designs! Thumbnail

Show off your Designs!

You've finished your very cool design, the client is happy, now what? simple submit it to CSS Gallery sites, the aim of these sites is to have a gallery of creative work to help inspire designers. A side effect of this is it can boost traffic to your site very quickly.

Read MoreLeave a Comment
04Jul2010
Author
Dave
Category
Development
Tags
,
Snipplr Code Snippets Thumbnail

Snipplr Code Snippets

Snipplr is a public source code repository that gives you a place to store and organize all the little pieces of code that you use each day. Best of all, it lets you share your code snippets with other coders and designers.

Read MoreLeave a Comment
01Jul2010
Author
Dave
Category
CSS
Tags
,
Force Internet Explorer 8 to render IE 7 or 8 Thumbnail

Force Internet Explorer 8 to render IE 7 or 8

Avoid the headache's of compatibility problems when using Internet Explorer 8 by forcing it to render a particular version. To force internet explorer 8 to render your pages using it's 7 or 8 engine or even 9 once it's out is a simple matter of placing a meta tag in your header and specifying what version of internet explorer to render.

Read MoreLeave a Comment
03May2010
Author
Dave
Category
PHP
Tags
, , , , , , ,
How to ping search engines with curl Thumbnail

How to ping search engines with curl

when you add new story or update an existing one it may take a few weeks for search engine bots to re-index your site, I've noticed however that some sites get re-index very shortly after adding or updating content on their website, which got me thinking how did they do it? the answer they ping search engines when ever there's any changes which informs the search engine bots there's been a change and to read the site's sitemap again this process is usually done within a few minutes of sending the ping.

Read MoreView Comments (1)
08Apr2010
Author
Dave
Category
CSS
Tags
, ,
Create Pure CSS Tooltips Thumbnail

Create Pure CSS Tooltips

Through this code, you can have your own tooltips using just CSS!!

Read MoreLeave a Comment
25Mar2010
Author
Dave
Category
Flash
Tags
, , , ,
Sending dynamic data to server and back in flash Thumbnail

Sending dynamic data to server and back in flash

This tutorial shows you how to send data from flash to php then change the data and send back to flash using LoadVars.

Read MoreLeave a Comment
13Mar2010
Author
Dave
Category
PHP
Tags
, , ,
Create an RSS feed with PHP Thumbnail

Create an RSS feed with PHP

This tutorial will explain how to create an RSS feed, That is easy to setup but also validates as a valid feed.

Read MoreLeave a Comment