TIME FOCUSTIME FOCUSTime Focus is owner by Luxplus.net, which is a UK limited company, specializing in business and individual web applications. The company is based in Cheltenham, Gloucestershire. Luxplus mission statement is, Articles
Ajax Indicators - Confused
2007-08-22 23:01:00 digg_url = 'http://luxplus.blogspot.com/2007/08/ajax -indicators-confused.html';digg_bgcolor = 'transparent';digg_skin = 'compact';Interesting conversation about ajax indicator:Jodie (my friend): what this means?Alex (me): AJAX indicator.Jodie what is an AJAX indicator?Alex: Telling you your browser is busy... (Actually, I should say some AJAX event is happening).After a while, Jodie showed me this page (http://www.napyfab.com/ajax-indicators/) , said her computer is murdered...============================== ==================However, what an AJAX indicator means to you? Telling you some AJAX events happening behind the screen? Or... telling you some AJAX stuff is about to happen? Or just for developer's sake? More About: Joke , Ajax , Indica , Cato
Amazon S3 Makes My Document Management System Easier
More articles from this author:2007-08-22 00:33:00 digg_url = 'http://luxplus.blogspot.com/2007/08/amaz on-s3-makes-my-document-management.html'; digg_bgcolor = 'transparent';digg_skin = 'compact';Amazon S3 helps me to focus on innovating with data, rather than figuring out how to store it. Each file is stored and retrieved via a unique key which is stored on a DB table, together with its folder name (or associated object id) which fitted well in the document store structure. I am totally free from worrying about where the uploaded files are going to be stored and the safety on the hard-disc level.Sample PHP code (Please contact me if you want a full copy):if($s3->createFile($bucket, $key, $filePath, $contentType, $contentLength, $acl, $metadataArray, $md5)) { if (!empty($focus->name)) { $sql = "INSERT INTO ......."; $dbh->query($sql); } header("Location: index.php"); } else { printError($s3->parsed_xml, $s3->responseCode); } More About: System , Management , Document , Stem 1, 2, 3 |



