Archive for May, 2006
Wednesday, May 31st, 2006
Posted in Links | No Comments »
Tuesday, May 30th, 2006
-
MathML demo
-
): Translating ASCII math notation to Presentation MathML (HTML version)
-
PHP has a new interactive application to brag about folks. The Broth, “the Global Mosaic”, is a massively multiplayer Web 2.0 application based on Php, Ajax and Mysql. The Global Mosaic is made of 1,000 colorful tiles that are shared by everyone.
-
In the midst of all the wonderful AJAX libraries in the wild, many today still don’t understand the underlying technologies of AJAX that make it so powerful. In this article php|architect’s publisher Marco Tabini covers JSON, the magic format that makes
Posted in Links | No Comments »
Tuesday, May 30th, 2006
In the midst of all the wonderful AJAX libraries in the wild, many today still don’t understand the underlying technologies of AJAX that make it so powerful. In this article php|architect’s publisher Marco Tabini covers JSON, the magic format that makes serializing data between Javascript and other languages (often server-side) a breeze. Simplicity, velocity and power are the gifts of JSON.
Link: JSON and PHP: More Than Web Services — a/r/t by php|architect
Posted in Ajax, Javascript | No Comments »
Monday, May 29th, 2006
-
How variables are retreived and used in an operation. More specifically, how they provide a small, yet cumulative, speedup to applications in a way that’s transparent to the end-user
-
We already know everything about input validation, code and SQL injection attacks, error logging, vulnerability scanning, etc., don’t we?

So, let’s focus on securing our PHP server, thus barring most of the attacks from the start.
-
This brief tutorial focuses on FTP-based file uploads using the PHP-FTP protocol to upload in a two-step process: from your local disk to a Web server and then to an FTP server.
-
LDAP authentication for PHPBB
-
Ruby is a programming language from Japan (available at ruby-lang.org) which is revolutionizing the web. The beauty of Ruby is found in its balance between simplicity and power.
-
-
Posted in Links | No Comments »
Monday, May 29th, 2006
Did you ever want to create your own HTML tags and have them displayed in a certain way, or make that tag perform some action? Here’s a tutorial which shows you how to do that by creating HTML widgets in PHP.
In this tutorial you’ll learn how to create your own HTML widgets, using nothing more than PHP. You’ll be shown how to use an output buffer to create your own HTML tags, and then replacing them with dynamic content. The tutorial will finish by showing you how to create a Repeater Control.
PHPit - Totally PHP » Create your own HTML widgets with PHP
Posted in PHP, Techniques | No Comments »
Monday, May 29th, 2006
We had our very first Bangalore PHP meetup on Friday. We had a bunch of PHP people join up at our company terrace, to get the momentum going on meeting up PHP professionals around Bangalore.
One of the key points at the discussion was to start a PHP user group in Bangalore, since there wasn’t one existing already (yep, the IT city doesn’t yet have a PHP user group). As a first step, we’ve setup a mailing list over at Yahoo groups to enable communication between the users.
If you’re interested in joining the group, click on the Join Now button provided below. This is still a new group so we’re still getting the momentum going with discussions and memberships, so do contribute to the discussions over at the group.

Click to join bang-phpug
Posted in PHP | No Comments »
Friday, May 26th, 2006
-
Luckily, CSS was not written with just Web pages in mind, and with just a few extra codes you can create a printer style sheet that removes all the non-friendly options on your page and even takes into account issues such as typography and readability. An
-
Posted in Links | No Comments »
Friday, May 26th, 2006
Do you find that creating htaccess files are too complex for you? Well here’s something just for you. A htaccess generator, which provides you with options to fill up on a form. When you submit the form, you get your own htaccess file generated based on your selected options.
Link: htaccess Generator
Posted in Uncategorized | 2 Comments »
Thursday, May 25th, 2006
-
Cool Hover Effects using just CSS and no Javascript
-
-
-
-
At this time the iPod can handle 1,000 separate text files. Each file cannot be larger than 4k (4096 characters). So, when you’re installing the files for really large ebooks, take note at how many files there are. You might need to load them in, and re
Posted in Links | No Comments »
Thursday, May 25th, 2006
A cool image gallery implemented purely in CSS. The images pop out when you hover over them. There is no Javascript used in this at all.
Link: Hoverbox Image Gallery
If you’d like to know how this is done, you can go through a mini-tutorial over here:
http://sonspring.com/journal/hoverbox-image-gallery
Here’s another example of the same CSS method being used to create a menu system:
Link: Hoverbox Menu
Posted in CSS, Sites | No Comments »