2008 Latest Edition - Did You Know 3.0 - From Meeting in Rome this Year

March 12, 2009 · in Lifestyle · Comment 

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]
1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5 out of 5)
Loading ... Loading ...
 49 views

Enumeration in PHP

February 20, 2009 · in PHP · Comment 

An enumeration is a set of constant values, each of which is given a descriptive name.
Each value in an enumeration corresponds to a preset integer. In your code, however, you can refer to an enumerated value by name, which allows you to create more readable code and also simplify your coding experience.

Enumerations provide an alternative to the #define preprocessor directive with the advantages that the values can be generated for you and obey normal scoping rules.
Read more

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 66 views

Illustrator Tutorial: How to create a WordPress logo?

February 7, 2009 · in Web design · Comment 

The challenge of this tutorial is to use various design techniques to replicate the WordPess logo. This tutorial is a good exercise for a lot of beginners to learn and discover how the pathfinder palette can be such an important tool in combining and making more complex objects more quickly and efficiently than what they may otherwise do.
Read more

1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 4.5 out of 5)
Loading ... Loading ...
 160 views

PHP Basics: DataTypes

February 4, 2009 · in PHP · Comment 

In PHP, a variable’s datatype determines the values it may contain, plus the operations that may be performed upon it. for instance, It will make perfect sense to add variables whose values are numbers (2 + 3), but adding variables whose values are characters (x + y) wont make much sense.

PHP supports many different datatypes, but they are generally broken into three categories:
scalar, composite, and special.
Read more

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 45 views

PHP Basic: Operators

February 1, 2009 · in PHP · Comment 

If you have had previous programming experience in PHP or in any other programming language for that matter, you should be very familiar with the concept of operators. Operators allow you to manipulate data objects called operands in a number of ways. For instance you can use them to compare, assign, multiply, add, subtract, concatenate or do any mathematic functions.
Read more

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 34 views

PHP Basics: Variables

January 22, 2009 · in PHP · 1 Comment 

What’s a Variable?

A variable is a symbolic representation of a value such as integer, string, or function result. But as its name suggest, it can change over time or vary so that it can be used many times within a script.

Variables in PHP

In PHP, variable names are going to start with a “$” sign, then they are going to be followed by a letter or an underscore “_”. A variable name is case-sensitive and can contain letters, numbers, underscores, or dashes (a-z, A-Z, 0-9, _, or -), but no spaces otherwise PHP will think that it is a new entity.
Read more

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 60 views

PHP Basics: Syntax

January 16, 2009 · in PHP · 1 Comment 

About PHP:
PHP is a server side scripting language that does something in response to events unlike a programming language that can do things even when it’s not responding to events. JavaScript is an example of another popular scripting language but unlike JavaScript, PHP is going to run on the server side (Web Server) not on the client side (User Browser).
Read more

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 82 views

How to Install Apache, PHP, MySQL & phpMyAdmin for Vista

January 15, 2009 · in PHP, Web & Internet · Comment 

There is no doubt that PHP is one of the most popular web programming language, at least in the sense of being heavily used. The fact that it is so easy to code and deploy besides the natural attitude of its programmers who tend to be more open and pragmatic contributed a lot in its propagation unlike other programming languages witch have been (and continue to be) massively marketed.
Read more

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 139 views

Preparing for the Zend Certification

January 14, 2009 · in PHP · Comment 

I’ve been thinking about preparing for the Zend Certification since last year but never took it very seriously until yesterday when I decided that it’s time for me to make room for it. It seems like I’m having less and less time every single new day and If I don’t commit myself to it, It will never happen. Blogging about this experience is much better. I believe that when you share you goals & objectives with somebody, you’re more likely to accomplish them. if not I will be, may be, helping others doing it. that’s why I’m inviting everybody to share their knowledge, experiences and advices.
Read more

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 77 views

“Firefox is already running, but is not responding” Bug

January 2, 2009 · in Windows · Comment 

When trying to open Firefox, I often get a pretty alarming sounding error message titled “Close Firefox”. The full error message is: “Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process or restart your system”.

I can’t find any Firefox process running in order to close it. What’s going on?
Read more

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...
 91 views

Next Page »

  • Recent Posts