How To Setup Virtual Hosts in XAMPP

Introduction Setup Virtual hosts in XAMPP is very easy. Typically, developers utilize their local environments for development, but upon completion, they often employ a staging URL to test their code. Occasionally, compatibility issues may arise between the local environment and third-party APIs. In these cases, virtual hosts must be configured to ensure smooth operation. This … Read more

General mixed stuff about CakePHP, Delta Search

Q1 : how to print query of find cakephp? ans: $log = $this->getDataSource()->getLog(false, false); debug($log); Q2: Socket transport “ssl” in PHP not enabled? ans: Rename php.ini-production to php.ini (in C:\xampp\php\ folder) Edit php.ini and uncomment extension_dir=ext. Also uncomment extension=php_openssl.dll. Q3. how to close current tab ans: window.open(”,’_self’).close();   Q4: How to remove Delta search: I have … Read more

Simple viewer flickr

This site automatically publishes the images of this set in my Flickr album, without any manual intervention on my part. Ready to create your own? Here we go: 1 ° / Find a host To host your site, you need a server. If you want to use a free hosting, you can opt for Free, … Read more

Add Lumis Gallery to your site

The advantage of Lumis Gallery, is to propose a solution: – All your Flickr sets are taken into account – Comments are displayed directly on your site – You also get a “blog” automatic, which displays the descriptions of your Flickr account you choose – You have a page with a map of the world … Read more

Get Lat Long on google map

You can get the latitude and longitude of any location on google map by just clicking on that location. Check this out: But please make sure you have your own google api.. <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”> <html xmlns=”http://www.w3.org/1999/xhtml”> <head> <meta http-equiv=”content-type” content=”text/html; charset=utf-8″/> <title> Google Visualization API Sample </title> <!–<script type=”text/javascript” … Read more

[solved] Mailer Error: Could not instantiate mail function

Error is: Test emails work fine and so do small batches, but full lists (50+ users) report the following error in the eventlog shortly after queueing a batch: Quote: Mailer Error: Could not instantiate mail function The Reason: Bluehost limits email to 50 messages per hour by default. Once this limit has been exceeded, the … Read more

Change Text on XP Start Button

I’ve read a number of articles on the internet about changing the text on the Start button in XP. On more than one occasion I’ve seen references to a five (5) letter limitation when the button is renamed. I always wondered if this was true or just an assumption someone made because the default ‘start’ … Read more