browser lang:en
The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a method for limiting the number of instances of an object to…
26/11/2009 - by admin - 0 commentsWith this script we can limit the download speed // local file that should be send to the client $local_file = 'test-file.zip'; // filename that the user gets as default $download_file = 'your-download-name.zip'; // set…
20/10/2009 - by admin - 0 commentsBecause of the near-spherical shape of the Earth, calculating an accurate distance between two points requires the use of spherical geometry [1], and trigonometric math functions. For many applications, an…
20/10/2009 - by admin - 0 commentsSome hosts disabled the ini setting allow_url_fopen. This also means that the ability to easily grab images by calling imagecreatefromjpeg($img) where $img is a url for an external…
12/10/2009 - by admin - 0 commentsWorking in XSLT and PHP integration, one of the most necessary needs a developer necesitates, after XML-XSL integration, is how to pass variable or data inside the XSL script. …
11/06/2009 - by admin - 0 commentsThe act to verify if a file exists, is one of more important tasks related to files operations, and luckily the file_exists() function makes this operation really easy for us.…
11/06/2009 - by admin - 0 commentsYou’re in the middle of a project, and need to get everything done as soon as possible. To keep the deadline and still have a life, you would better to…
12/05/2009 - by admin - 0 commentsModel view controller architecture has been a staple of desktop application development for a hell of a long time, with the increasing complexity of these newfangled web applications and websites…
11/04/2009 - by admin - 0 commentsAfter a while of search i found this easy way to import in my site JSON datas from external domains. All is made in javascript and it don't needs…
17/12/2008 - by admin - 2 commentsThe following libraries are available to assist with the implementation of an OpenID Identity Server and Consumer. The libraries in this section are intended to help with handling all of…
03/12/2008 - by admin - 0 commentswriting html content to div tag with javascript the code: function WriteLayer(ID,parentID,URL) { if (document.layers) { var oLayer; if(parentID){ oLayer = eval('document.' + parentID +…
22/10/2008 - by admin - 0 commentsThis is the first in a series of posts covering some of the useful things you can find out with Google Analytics, starting with the Visitors Map Overlay. Building up…
21/10/2008 - by admin - 0 commentsGoogle has updated their Google Analytics service, adding back in their Site Overlay feature. Unlike the overlay features from other vendors, it operates within a frame of the reporting UI.…
21/10/2008 - by admin - 0 commentsAn array is a data structure that stores one or more values in a single value. For experienced programmers it is important to note that PHP's arrays are actually maps…
20/10/2008 - by admin - 0 commentsgetLink() is a function that will make creating URLs much easier. This function expects two arguments - the first argument is the URL and the second one is an array…
09/10/2008 - by admin - 1 commentsApache Rewrite Module The mod_rewrite Apache module is one of the best tools you can have on your server to help prevent unauthorized sites "hotlinking" your images or other files. Providing…
16/05/2008 - by admin - 0 commentsHave you ever had to develop something yourself only to find out that there had already been…
in:JQuery (0 comments)The situation begins with your blog or website and you need to post some code on a particular…
in:The Holy Faq's (0 comments)So. Google just recently announced Google Buzz. I’m not sure about you, but I…
in:Blog (0 comments)There's lots of clever scripts around to tell you how to get images in and out of…
in:PHP scripts (0 comments)Spherical Law of Cosines Suppose that we want to find the five nearest places to (47.470779, -87.890699) using Spherical…
in:MySql (0 comments)I have always used Dreamweaver, and love it. But, I have been thinking, what are the FREE CSS…
in:Free Software (0 comments)Advanced Linux Sound Architecture (known by the acronym ALSA) is a Linux kernel component intended to replace the…
in:Blog (0 comments)The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a…
in:Scripts and tutorials (0 comments)
