Here’s an example of a PHP script that generates a link directory web page for all .html files in a directory and its subdirectories. The table is sortable by file creation date. The script uses Bootstrap for styling and Ajax for dynamic sorting.
Google Offers Glimpse of Google Apps Script
Google announced this week that it has launched a limited test of a new feature, which lets people add customization and automation to Google Apps, starting with spreadsheets in Google Docs. They call this Google Apps Script.
Google Apps Script lets users automate spreadsheet actions, like reading and changing values in cells and ranges, changing formats and formulas, and creating custom functions. It also allows users to send email or create calendar entries outside of spreadsheets.
Convert a MySQL Injection Script for Use in Microsoft SQL Server
MySQL Server is the most widely used database management system in the world, primarily because it is open source and free.
Guide to Building Server-Side AJAX Suggestions
A comprehensive guide on building server-side AJAX suggestions to enhance user experience and improve website functionality.
Removing The Technorati Greasemonkey Script
In response to my previous post about unlimited API queries, I was urged by David Sifry, CEO of Technorati, to contact the Technorati developers and work out a way to get my script working through the API.
Help, My Script Isn’t Working!
Here’s a list of tips and tricks to consult at two a.m. when you’re trying to put your site to bed and that d*mn script just won’t work.
GreaseMonkey Develops Gmail Delete Button Script
The absence of a delete button from Gmail’s available action buttons can be puzzling to some. However, Google does not want people to delete their emails and this is made known by the claim “Don’t throw anything away. 2297.829967 megabytes (and counting) of free storage so you’ll never need to delete another message.”
Testing for Network Connectivity in a Script
Sometimes a script needs to know if it has network or internet connectivity before it continues, or perhaps its whole purpose is the report a loss of connectivity or inability to reach specific services.
Create a Bookmarking/favorites Script
With so many sites on the web, it’s challenging to gain the attention of visitors for more than 60 seconds – and even more challenging to get them to return.
Injecting Client-Side Script from an ASP.NET Server Control
While, technically, all of a Microsoft ASP.NET server control’s functionality can be performed on the server-side, often the usability of a server control can be greatly enhanced by adding client-side script. For example, the ASP.NET validation Web controls perform all validation checks on the server-side. However, for uplevel browsers, the validation Web controls also emit client-side script so that validation can be performed on the client-side as well. This means that users of those browsers get a more responsive, dynamic experience.