Simple Logging in PHP (File based & one-liner)April 8th, 2006 Often we (php developers) need to log certain messages in order to debug our script. Here I will describe the default syslog method and a much simpler (and better) way to log your messages quickly and painlessly.
Warning: Google Chrome Browser Has Serious Memory & CPU IssuesSeptember 3rd, 2008 The test machine runs on Core 2 Duo E6600 2.4 Ghz (x2) with 2GB RAM. I tried loading single page PHP manual (16.5 MB) on Windows Vista from our local server with 100Mbps LAN connecting it.
Other causes of failing DNS lookup on WindowsNovember 1st, 2004 After 8 months I restarted by old faithful PC with a new internet provider (Reliance). I found that I can access websites using their IP address, yet cannot access them using their name like www.yahoo.com.
iPhone Activation for DummiesJuly 24th, 2007 iActivator is a nice Mac OS X application which allows activating your iPhone without a contract. It provides a nice graphical user interface and is very well suited for the non-technical people.
Java EE 6 HighlightsMay 6th, 2008 The key features of Java EE 6 (Java Enterprise Edition version 6) are:
Modular Platform - Java EE 6 introduces profiles targeted for particular segment of users like web developers or mobile developers. Java Profiles allows you to select Java EE 6 features to be included in a profile.
PHP Encapsulation SurprisesSeptember 15th, 2005 In PHP, unlike Java or C++, $this has to be explicitly used to refer to variables within a class. The value of $this is determined by the context in which it is called.
Using Photoshop's Extract Filter EffectivelyFebruary 21st, 2006 James Huff (MacManx) points to comprehensive set of resources on how to effectively use Photoshop's Extract filter and Photoshop in general.
How To Run Artweaver (A Photoshop Alternative) on Linux - A 5-Step Guide October 27th, 2008 I first saw Artweaver in one of my friends' house. He is still fond of that bug-prone and stubborn Windows.
Tips on Configuring (A)DSL ModemsOctober 20th, 2007 Modern DSL modems by default allows you to establish a DSL link through them to provide internet connectivity. The actual connection is handled by software running on your computer.
How To Append File Using SSHOctober 12th, 2008 Have you ever searched scp manual for ways to append a file using it? scp is an excellent command to rapidly copy files and directories to / from a remote location. Unfortunately it is of no help when you just want to append a file over ssh connection.
Massive web trawl nets spammersMarch 12th, 2005 A 'comprehensive' sweep of the net by 70 law enforcement organisations from 26 countries should help authorities combat phishers, spammers and scammers, says a leading consumer protection agency. It sounds too good to be true and effective.
WordPress 2.x Filter List for Plugin and Theme DevelopersApril 11th, 2006 WordPress Filters are functions through which data flows or is changed. They're good for making on-the-fly changes to data (like adding acronyms to certain words).
Google Making Reasonable Effort To Control Click-Fraud: ReportJuly 24th, 2006 As part of the settlement in the click-fraud case - Lane’s Gifts v. Google, Google had agreed to have an independent expert examine click-fraud detection methods, policies, practices, and procedures and make a determination of whether or not Google have implemented reasonable measures to protect their advertisers.
SimpleXML doesn't Work with PHP 5.x: Problem & SolutionNovember 16th, 2005 SimpleXML is PHP 5.x way to handle XML. It is simpler than DOMXML (which incidentally is very poorly documented in manual or elsewhere) which is available on PHP 4.x and much simpler than SAX solutions.
WordPress Plugin: AdRotator - Ad Rotating Solution for your Ads (including AdSense, Clicksor, Chitika etc.)May 16th, 2005 Contents
Overview
Requirements
Usage
Configuration
Download
User Manual
Example
Installation
Uninstallation
Overview
Displays an advertisement (which is randomly selected from a group of advertisements specified in a text file) at your chosen location. Tested on WordPress 1.5 & 2.x.