Pixelsdesign - pixelsdesign.com.au - Pixels Design

Latest News:

PHP String Replace 10 Oct 2011 | 12:40 am

To replace characters in an existing string: $new_string = str_replace (‘b’,'a’,$string); a = text you want to find b = text you want to replace $string = string you want to find Example: $string = ‘I...

Facebook ID & other information 24 Aug 2011 | 04:57 pm

http://graph.facebook.com/pagename

Increase website load speed with gzip compression 13 Jun 2011 | 01:43 pm

Insert the following code in .htacess file to enable gzip compression. {code} #Enable Caching Header set Cache-Control “max-age=2592000, public” Header set Cache-Control “max-age=604800, public” Heade...

Displaying content from SQL database in WordPress 13 May 2011 | 12:10 pm

This code get content from database fields and displays it Its ok if you don’t understand SQL Queries, all you have to do is access PHP My Admin and go to the table and it allows you to generate the …...

Populate images in a folder 28 Apr 2011 | 06:06 pm

This piece of code automatically get all images in a folder and output it to your site. This is very effective for image gallery with many images. Add and remove images from a gallery is simple withou...

CSS Round Corners 6 Apr 2011 | 05:18 pm

W3C Specification Mozilla Implementation border-radius -moz-border-radius border-top-left-radius -moz-border-radius-topleft border-top-right-radius -moz-border-radius-topright border-bottom-right-radi...

CSS Hacks for Firefox 31 Mar 2011 | 12:36 pm

Firefox CSS Hacks Usually IE give have display issues, but not all the time, Firefox have some issues too. I came across a site that displays fine on all browsers; IE, Chrome, Safari – but not Firefox...

.htaccess references 14 Jan 2011 | 03:30 pm

{code} RewriteEngine On ## Include www in url RewriteCond %{HTTP_HOST} ^yoursite\.com\.au$ RewriteRule (.*) http://www.yoursite.com.au/$1 [R=301,L] ## 301 redirect page Redirect 301 /oldpage.html http...

Numbered search results 10 Nov 2010 | 07:33 pm

So you want to track the current rankings for your keywords. If you manage your own campaign its ok to do it manually. But if you are and SEO company, doing ranking reports can be a time consuming tas...

Illustrator Artboard area 8 Nov 2010 | 03:37 pm

Illustrator is a great for vector graphic. But sometime you want to include some images or graphic in your design. But when you placed an photo/image and it goes outside the artboard and exporting the...

Recently parsed news:

Recent searches: