found 15 posts tagged php
start blog post

Multiple cURL Requests with PHP

feb
21

2010

Learn how to make more than one cURL request at a time in PHP.

var tags = [, ];

read(this.post); // 2 Comments

end blog post
start blog post

Easy CSS Minification on Client and Server

feb
05

2010

Learn how to easily minify your CSS stylesheets. Examples in JavaScript and PHP for client and server.

var tags = [, , ];

read(this.post); // 0 Comments

end blog post
start blog post

Basic Server Authentication with PHP

nov
11

2009

Quick and easy way to secure individual webpages with a username and password. Use HTTP's built in authentication.

var tags = [];

read(this.post); // 2 Comments

end blog post
start blog post

Quick Query String Parsing with JavaScript

oct
28

2009

Used to PHP's $_GET variables? Here's a simple method to add that functionality to JavaScript.

var tags = [, ];

read(this.post); // 0 Comments

end blog post
start blog post

The Three Cs of Fast CSS and JavaScript

oct
12

2009

Drastically speed up your website by using PHP to combine and compress your CSS and JavaScript files on the fly, then automatically cache the result.

var tags = [, , , ];

read(this.post); // 5 Comments

end blog post
start blog post

Wampserver 2 and AMFPHP Service Browser

sep
05

2009

Getting an eregi_replace is deprecated error when using AMFPHP in Wampserver 2? Here's the fix!

var tags = [, , ];

read(this.post); // 3 Comments

end blog post
start blog post

Introduction to AMFPHP Web Services

aug
24

2009

PHP introduction to writing AMFPHP web services.

var tags = [, ];

read(this.post); // 0 Comments

end blog post
start blog post

Pad Strings in PHP and JavaScript

may
27

2009

Convert PHP's native str_pad function to JavaScript and pad strings with ease.

var tags = [, ];

read(this.post); // 1 Comment

end blog post
start blog post

HTTP, HTTPS, and SSL via PHP

feb
10

2009

How to transport data via HTTP, HTTPS, and direct SSL using PHP. Socket and non-socket methods.

var tags = [];

read(this.post); // 0 Comments

end blog post
start blog post

AJAX Phrasebook

dec
21

2008

AJAX Phrasebook of ready-to-use JavaScript and PHP code. Learn the basics of AJAX and XMLHttpRequest.

var tags = [, , ];

read(this.post); // 4 Comments

end blog post
start blog post

.htaccess: Cache Rules Everything Around Me

nov
17

2008

How to control visitor cache for your webpages, JavaScript and CSS stylesheets, images and other content. Examples in .htaccess and PHP.

var tags = [, , ];

read(this.post); // 0 Comments

end blog post
start blog post

Exceptional Performance: Image Optimization

nov
13

2008

Drastically improve your website response time by optimizing your images. Here's how.

var tags = [, , ];

read(this.post); // 0 Comments

end blog post
start blog post

Generate Social Bookmarks with PHP

nov
04

2008

Automatically populate social bookmarking links using PHP and CSS sprites.

var tags = [, ];

read(this.post); // 0 Comments

end blog post
start blog post

Exceptional Performance: Styles Up, Scripts Down

oct
29

2008

A tip about placing stylesheets and scripts. Related to Yahoo's Exceptional Performance tips.

var tags = [, , ];

read(this.post); // 0 Comments

end blog post
start blog post

Zapping Trailing Commas Using Regular Expressions

oct
28

2008

Use regular expressions to eliminate trailing commas from your lists.

var tags = [, ];

read(this.post); // 0 Comments

end blog post