tihomir ivanov

Hi All,

I learned PHP in only 17 hours and it was absolutely enough to begin work as a PHP developer. Learn More how it can be done.

 

Honestly, I don't like asp.net, php, java, c++, javascript, ruby at all.

So, I Created My Own Powerful Programming Language for a few days.

Learn How it Can Be Done. It's really easy :)

Common PHP Programming Mistakes

Written on September 30, 2009 – 11:19 am | by admin |

1.Using double quotes when you want to output a basic string echo ‘it’s ok’; echo “it’s not”; When you surround a PHP string in double quotes, it is parsed by the PHP interpreter for variables & special characters, such as “n”. If you want to output a basic string, use single quotes! it’s a performance [...]

Tags:

8 Advantages of ASP.NET over PHP

Written on August 25, 2009 – 7:06 am | by admin |

1. The code-behind allows you easier to maintain the code when it comes to large websites. 2. You have the freedom of choosing from multiple languages (C#, VB.NET, C++, etc.) 3. SQL Server is also very fast, secure, and it can store extremely large amounts of data; actually, there’s no limit; 4. With ASP.NET you [...]

Tags: ,