Avatar for replyarya2u
replyarya2u
Rating: 74
Member since: 2008-10-07
Feeds: 1
Share |
Subscribe: Arya Weblog
Arya Weblog http://webarya.wordpress.com/feed/
Sponsored Links:
Preview: Arya Weblog
Arya Weblog

Arya Weblog



Color your imagination with my tools.



Last Build Date: Tue, 16 Aug 2011 08:28:15 +0000

 



My new site – Talent Visionz(www.talentvisionz.com)replyarya2u

Tue, 16 Aug 2011 08:28:13 +0000

Dear Friends, After several months of hard work, I am launch my wordpress site(www.talentvisionz.com). Please review my website and let me know what you think. It is still a work in progress, but I hope to officially launch it in less than two weeks. The most challenging thing for me so far has been the [...](image)


Media Files:
http://0.gravatar.com/avatar/e567ec1be894ae78a9a33ced7c1faa62?s=96&d=




SDLC Techniquesreplyarya2u

Thu, 05 May 2011 13:03:13 +0000

Software Development Life Cycle or SDLC is a model that suggests a person how to create, develop & implement software. This is in fact a complete plan of the software’s entire life, right from its birth to its retirement. Yes, software does get retired as nothing is divine – human, machine & even software. It is [...](image)


Media Files:
http://0.gravatar.com/avatar/e567ec1be894ae78a9a33ced7c1faa62?s=96&d=




PHP 5.3 New Functionsreplyarya2u

Mon, 07 Feb 2011 22:17:59 +0000

array_replace() – Replaces elements from passed arrays into one array. array_replace_recursive() – Recursively replaces elements from passed arrays into one array. class_alias() – Creates an alias for a user defined class. forward_static_call() – Call a user function from a method context. forward_static_call_array() – Call a user function from a method context, with the arguments contained [...](image)


Media Files:
http://0.gravatar.com/avatar/e567ec1be894ae78a9a33ced7c1faa62?s=96&d=




2010 in reviewreplyarya2uHealthy blog!Featured image

Mon, 03 Jan 2011 05:34:37 +0000

The stats helper monkeys at WordPress.com mulled over how this blog did in 2010, and here’s a high level summary of its overall blog health: The Blog-Health-o-Meter™ reads This blog is doing awesome!. Crunchy numbers A helper monkey made this abstract painting, inspired by your stats. A Boeing 747-400 passenger jet can hold 416 passengers. [...](image)


Media Files:
http://s0.wp.com/i/annual-recap/abstract-stats-2.png




Using Classes in JavaScriptreplyarya2u

Fri, 30 Jul 2010 09:43:49 +0000

We can create and use classes in javascript also. Following code shows the example: Hello