Billing Meter bit.ly link or Billing Meter tech0x20 link. This isn’t perfect. First of all, some connections are just too slow for a constant refresh rate of less than 20-30 seconds. Secondly, I think many mobile browsers have a refresh cut-off at which point they will ask you if you really want to keep refreshing. [...]
Archives for php
Two page mobile magic 8-ball
Two page mobile magic 8-ball Had to use random numbers to prevent caching of pages by mobile web browsers. It’s entirely possible that I made this workaround too complicated, as I had a file version problem on my local drive (I was updating the wrong file.) The first page uses a random number in a [...]
Mobile Web Browser Magic 8-Ball
Magic 8-Ball. I still want to be able to detect the whether mobile or not so that it will work (and be optimized) for where the user is coming from.
symfony | Web PHP Framework
Symfony an Open-Source PHP Web Framework. This would be a nice tool to use to set up a web site in. Maybe I can finally rebuild my accompanists.org website.
Tag Cloud for ftp blogger blogs
In the sidebar section for Blogger template, include: The following is a modified version of tag cloud source I found. define(‘PREFIX’, ‘labels/’); // for url define(‘SEARCH_DIR’, ‘/home/username/www/labels’); // server location of labels subdirectory define(‘THIS_FILE’, ‘labels.php’); // name of labels file (this file) if(file_exists(SEARCH_DIR.’_cloud_include_cache.php’) && filemtime(SEARCH_DIR.’_cloud_include_cache.php’)>(time()-(60*60))) { echo file_get_contents(SEARCH_DIR.’_cloud_include_cache.php’); } else { build_cloud(); } /** * [...]
Posts