-
Are you a great developer?
Categories
- agile (3)
- algorithms (19)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (139)
- micro tutorial (203)
- PHP (110)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (81)
Tag Archives: Software engineering
Object Cloning and Passing by Reference in PHP
In PHP everything’s a reference! I’ve heard it so many times in my practice. No, these words are too strong! Let’s see some examples. Passing Parameters by Reference Clearly when we pass parameters to a function it’s not by reference. … Continue reading
Posted in micro tutorial, PHP
Tagged C, Clone, Cloning, Comparison of programming languages, Computer programming, Computing, Curly bracket programming languages, Java programming language, PHP, PHP programming language, Procedural programming languages, Scripting languages, Software engineering
3 Comments
Does JavaScript undefined Equals undefined?
Weird JS As you know sometimes JavaScript can be weird. Let’s see the following example and let’s try to answer the question: does “undefined” equals “undefined”. What do I mean? First take a look at the following code. var a; … Continue reading
Some Notes on the Object-oriented Model of PHP
PHP 5 introduces interfaces and abstract classes. To become a little clearer, let us see their definitions. Interfaces Object interfaces allow you to create code which specifies which methods a class must implement, without having to define how these methods … Continue reading
Posted in PHP
Tagged abstract classes, Abstract type, C, Class, Computer programming, Computing, Education, experiment, how-to, iheritance, Interfaces, Java programming language, Method, micro tutorial, Object-oriented programming, PHP, php 5, php class definition, php experiment, php tutorial, php5, Polymorphism in object-oriented programming, Software design patterns, Software engineering, tutorial, Virtual function
5 Comments
Powerful PHP: Less Known String Manipulation
Yet another thing that’s great in PHP is the power you have when doing some string manipulation/operation. Here’s something that is really useful, but I think it remains a bit unknown. Let’s imagine you need to take the first (or … Continue reading
Posted in micro tutorial, PHP
Tagged C, Computer programming, Computing, Data types, Hello world program, Mathematics, PHP, Software engineering, String
5 Comments







