Tech2All | Gadgets, Web 2.0, Reviews

about web 2.0 | gadgets | reviews

Posts Tagged ‘ javascript ’


5pmPoker bringing the fun back into web 2.0 poker playing

Written by Ruhani Rabin on February 24, 2009.

Sponsored Links

5pmPoker Main Screen
When Alan Curtis requested me to take a look at the 5pmPoker.com which is a new free Ajax-based Texas Hold’em Poker playing site. Honestly, I was confused about myself for a moment. Sorry to say it but I don’t know how to play poker, I’ve only have the technical idea of the game. But the thrive to explore the technology behind it, I couldn’t resist to peek a look at it. Yes they have proven that a web based game can be fun and interactive even it is not using flash. I was surprised with the site features, application and graphics. The site is not about gambling, its about having fun and being able to play with family and friends using friendly-looking characters while learning the game. The browser-based game was developed using the Google Web Toolkit, while the illustrations and animation elements were drawn by one of the regular artists of MAD Magazine (DC Comics), Tom Richmond. You will get the feel of the graphic once you are there. Tom’s incredible work was matched by his professionalism and understanding of the requirements in the digital workspace.

The site features public tables with up to eight players and varying chip stakes. It also has the Internets only tournament-on-demand feature, where players can start heads-up tournaments at any time with different chip rewards for the top three finishers. There is a chat feature so players can communicate directly with each other, and a side panel shows the probability of your hand winning and the likelihood of hitting each of the possible poker hands. Why not we take a look the features this site is giving you for free. [More]

Milly’s Bookmarklets – Make your Browsing Easier

Written by Ruhani Rabin on April 26, 2006.

millys_bookmarklets.jpg

These Bookmarklets use the Google search engine, and a few others, to search for stuff. Including to search for MS Knowledge Base articles, or all the MS sites (because Google is often quicker than Microsoft's own).

N.B. some are adapted (and slightly improved because mine for the KB search restricts itself to the .support.microsoft.com site which houses the KB articles) from the cool tips given in the LangaList newsletter. Some are updated for better cross-browser support using Jesse Ruderman's terrific coding.

Sponsored Links

If you're not sure what a Bookmarklet is, please take a trip to The Bookmarklets site or Jesse Ruderman's site : you won't be sorry!

These should work for Internet Explorer 4 and above, and recent versions of Mozilla, Firefox, Netscape, and Opera, but you'll need javascript to be enabled (at least in whichever Security Zone you put this page[1]).

You can try each Bookmarklet first from here if you like: just left-click the links and and enter search word(s) in the dialog box that pops up. Or highlight (select) a word on this page first and then left-click the links (select+click won't work from here in Opera, but it will once you've added them to your Bookmarks or Personal Bar).

Then to save each Bookmarklet, right-click (or drag and drop[2]) and add it to your Favorites or Bookmarks (or Links or Personal Bar or Taskbar Toolbar or … ).

To use each Bookmarklet, left-click the Favorite/Bookmark and enter the search word(s) in the dialog box that pops up. Or most will search on any word(s) you've already selected on a web page.

Get those Bookmarklets  

AjaxAC: Open-source PHP framework for Ajax

Written by Ruhani Rabin on February 20, 2006.

The basic idea behind AjaxAC is that you create an AjaxAC application, which in itself contains a number of action handlers and event handlers. An application in this context might mean an entire web site powered by Ajax, or it could mean a subset of a form.

View the CountryRegionCity example, which uses Ajax to narrow down subselects.

Features

  • All application code is self-contained in a single class (plus any additional JavaScript libraries)
  • Calling PHP file / HTML page is very clean. All that is required is creating of the application class, then referencing the application JavaScript and attaching any required HTML elements to the application.
  • Built in functionality for easily handling JavaScript events
  • Built in functionality for creating subrequests and handling them
  • Allows for custom configuration values, so certain elements can be set at run time
  • No messy JavaScript code clogging up the calling HTML code – all events are dynamically attached
  • Easy to integrate with templating engine due two above 2 reasons
  • Easy to hook in to existing PHP classes or MySQL database for returning data from subrequests
  • Extensible widget structure to be able to easily create further JavaScript objects (this needs a bit of work though)

AjaxAC home page