-
Archive
- Home
- /
- Posts
- /
- Author: Eric Muyser (Page 2)
Tip: Fix AjaxQueue (jQuery Plugin)
As noted by Mark Gibson in the .queue() docs, and the AjaxQueue tickets, the functionality of fn.queue changed and AjaxQueue is not working by default.
- By: Eric Muyser
- On: August 28, 2010
- In: Programming
- With no comments
- Leave a comment
- Read more
- Tags: AjaxQueue, Bug, jQuery
New Class: Process
Here's another quick release. I remember working on this a few years ago. The idea is instead of forking processes, or calling blocking processes (with system, exec, passthru), we spawn children processes.
- By: Eric Muyser
- On: August 2, 2010
- In: Programming
- With no comments
- Leave a comment
- Read more
- Tags: ASIO, PHP
New Class: Lambda
At the moment PHP doesn't allow serializing closures. I needed a unobtrusive solution to passing closures to child processes, which are invoked later when the child process has completed the task.
- By: Eric Muyser
- On: May 23, 2010
- In: Programming
- With no comments
- Leave a comment
- Read more
- Tags: Class, Lambda, PHP
New Class: cURL
Here's a quick release. I've been doing a lot of scraping work lately and of course use a cURL class. There's plenty of cURL classes out there, and here's another. I plan on evolving the class (joining multicurl into curl) and taking advantage of PHP 5.3 lambdas.
- By: Eric Muyser
- On: May 7, 2009
- In: Programming
- With no comments
- Leave a comment
- Read more
- Tags: Class, cURL, PHP
New Website: Battle.net Database
As I've grown tired of Battle.net's game list feature, I've developed a web-based replacement. It only shows a fraction of the current games (at least, if there's more than 10 or so). It's very limited, and game's which you know exist either will not show up or will disappear from the list within a few seconds. To my surprise no one had come up with an improved game search.
- By: Eric Muyser
- On: February 18, 2008
- In: Gaming, Programming
- With no comments
- Leave a comment
- Read more
- Tags: Diablo, JavaScript, Web Application
New Script: jDrawer
This jQuery plugin is based on the JavaScript "drawer" module that appeared on Apple and YooTheme. I figured it deserved a jQuery equivalent.
- By: Eric Muyser
- On: February 18, 2008
- In: Programming
- With no comments
- Leave a comment
- Read more
- Tags: jQuery, Plugin, UI