c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
esc
cancel

Latest Updates: php RSS

  • fritz Says -> scrabble goes online and is very addictive try it out
    11:39 pm on October 2, 2007 | 2 Permalink | Reply
    Tags: , , , , , , php, ,

    Well as children am sure most of us have played scrabble with our siblings and parents well if I certainly did and also with one of my uncle who used to cheat and make up words which were not there at all in the english dictionary.

    Well today came across scrabulous and online scrabble game developed by two indian brothers well first of all the game is highly addictive. I signed up for it the sign up process is a bit troublesome there is Ajax used but not to its web 2.0 potential but after that just entered a game and created a table and was soon joined by a fellow player for a game it was nice but then I wanted more but then again I had to get back to work so could not play but will head there anytime I want break from my work and some exercise to challenge my grey cells.

    Scrabulous is a venture undertaken by two brothers they are claiming that they have 5 million page views a month which is remarkable and the brothers do plan to launch the game in many international versions and also adding more games to their offering. well good luck to them it is a great offering and I think they are cool enough to pull off more success stories in online gaming space. the website is built on php and the actual game is built as a java applet this is what i didn’t like it was a flash widget then it would have been good but java applets now are considered to be irritating but then again am sure they must be making plans to migrate it to either a pure ajax app or a flash based one. The site also has a basic social networking features like buddy list etc but overall it is a great game and very innovative it is good to see young Indians like this keeping the innovation alive and now as they have released this as a facebook app they will be reaching a much bigger target audience which is good for them.

    Do try it out if you liked scrabble am sure you will like this online avatar of the game. am waiting to see what more good games the brothers can come up with one of them is still in college and is 21 years old.

     
  • fritz Says -> Is PHP Really Enterprise Ready?
    3:45 pm on July 18, 2006 | 0 Permalink | Reply
    Tags: , , php

    There is lot of talk nowadays about PHP being enterprise ready and suitable for critical
    business applications. Support from Industry biggies like IBM etc is fueling this idea.

    Reports by yahoo that it has ported most of its web properties to php has helped if you need more info on this go to Michael’s website he has a nice presentation on php at yahoo.
    If an industry leader like yahoo thinks that PHP has the requirements to meet its demands then i think other vendors who are using web applications developed in other scripting languages should
    definitely think about porting it to the LAMP (LINUX-APACHE-MYSQL-PHP) stack.

    I have had systems deployed on the LAMP stack and had the systems developed on the WAMP(WINDOWS-APACHE-MYSQL-PHP) stack have had no problems so far that is the beauty of AMP development platform if you dont depend on system specific functions then the system can be developed on LAMP or WAMP and deployed on WAMP or LAMP.

    LAMP stack is good for deployment because it is highly robust and can meet the demands of a growing business but WAMP is good for developement because many of the programmers who are starting out are familiar with windows and since PHP is easy for anyone who is coming from a computer background where you have to tackle the likes of c,c++ etc this Stack forms a great place for them to start and get used to the three core components apache,mysql and php and have noticed that people sharpen their core skills of web projects rather then struggling to study the
    concepts of linux and this people once they have appropriate skills can be just taught linux
    at user level and the entire development team shifted to the WAMP stack.

    Now with broadband being common place and all the talk about how ajax is going to replace most of the desktop applications i think PHP stands a very good chance on becoming the choice of many industry innovators in building and delivering cutting edge next generation web applications.