Dr. Perl
This user hasn't shared any biographical information
Posts by Dr. Perl
Guess Gender ;-)
November 22, 2009 - 2:26 pm
Tags: Arrays, Basics, Functions, PHP, Variables, Web Programming
Posted in Basics | 1 Comment
VN:F [1.6.9_936]please wait…Rating: 5.0/10 (1 vote cast)Just a simple function to demonstrate the use of a few very simple but useful functions of PHP. This function simply accepts a parameter ($relation) and returns the “Gender (sex)” of the relationship.
Here’s the function:
function guessGender($relation)
{
$gen = “”;
$relation = ucwords(strtolower($relation));
$relations = array(
“Male” => array(”Husband”, “Son”, [...]
Simple File Browser with Pictures Explorer
November 6, 2009 - 2:05 am
Tags: Basics, Browser, Explorer, File System, Files, Files Management, Functions, PHP, Web Programming
Posted in Basics, File System | No Comments
VN:F [1.6.9_936]please wait…Rating: 10.0/10 (1 vote cast)This simple file browser, written in PHP, is a very useful library of functions. This library provides basic functionality of file and directory browsing along with many configurable options.
However this is a basic version, and I just wrote it to use at a client’s website. I will be extending [...]
JavaScript
November 4, 2009 - 12:36 am
Tags: CSS, HTML, JavaScript, PHP, Web 2.0, Web Design, Web Developer, Web Programming, XHTML
Posted in JavaScript | No Comments
VN:F [1.6.9_936]please wait…Rating: 0.0/10 (0 votes cast)All about JavaScript and related to PHP also.
Web Designs
November 4, 2009 - 12:32 am
Tags: CSS, HTML, Web 2.0, Web Design, Web Developer, XHTML
Posted in Web Designs | No Comments
VN:F [1.6.9_936]please wait…Rating: 9.0/10 (3 votes cast)Ready made designs, contributed from our members and from different volunteer resources. Information on good designs, techniques and many more…
Web 2.0
November 4, 2009 - 12:18 am
Tags: CSS, Developer, HTML, Introduction, PHP, Web 2.0, Web Design, Web Developer, Web Programming, XHTML
Posted in Web 2.0 | No Comments
VN:F [1.6.9_936]please wait…Rating: 0.0/10 (0 votes cast)All about Web 2.0 – Standards, Implementation, Uses and etc.
CSS & HTML
November 4, 2009 - 12:11 am
Tags: CSS, HTML, Web 2.0, XHTML
Posted in CSS & HTML | No Comments
VN:F [1.6.9_936]please wait…Rating: 10.0/10 (1 vote cast)All about CSS and HTML/XHTML will be posted under this category.
Embedding PHP inside HTML
November 3, 2009 - 6:19 pm
Tags: Basics, HTML, PHP, Video Tutorials, Web Programming, XHTML
Posted in Basics | 1 Comment
VN:F [1.6.9_936]please wait…Rating: 6.0/10 (1 vote cast)Embed PHP code inside HTML to add some dynamic functionality to your pages.
Common Errors (Part 3)
November 3, 2009 - 6:17 pm
Tags: Basics, Errors, PHP, Video Tutorials, Web Programming
Posted in Basics | No Comments
VN:F [1.6.9_936]please wait…Rating: 0.0/10 (0 votes cast)Common errors you may come across when programming, and the solutions.
Common Errors (Part 2)
November 3, 2009 - 6:16 pm
Tags: Basics, Errors, PHP, Video Tutorials, Web Programming
Posted in Basics | No Comments
VN:F [1.6.9_936]please wait…Rating: 0.0/10 (0 votes cast)Common errors you may come across when programming, and the solutions.
Common Errors (Part 1)
November 3, 2009 - 6:07 pm
Tags: Basics, Errors, PHP, Video Tutorials, Web Programming
Posted in Basics | No Comments
VN:F [1.6.9_936]please wait…Rating: 0.0/10 (0 votes cast)Common errors you may come across when programming, and the solutions.
Recent Comments