SiteKickr is a free online application designed specifically for webmasters, developers, business owners and other professionals who manage one or many websites. It's purpose is to combine many popular web related tools into one application with the one, and only goal of helping to improve and promote websites.
Our short-term goals are to integrate the following into SiteKickr:
- Project management tool, geared towards web projects
- Improved dashboard capabilites (exporting to various formats, sharing) and portlets (twitter, broken links, custom portlets)
We plan to roll out these various tools gradually, based on community feedback. Initially, a site dashboard will be available to display many popular analytic/monitoring/social statistics on one page, for comparison.
Screen Shot
- JavaScript and self-invoking anonymous functions
-
May 19
That title is a mouthful, but I wanted to make sure to identify this syntax properly as we've all seen them, but probably didn't understand what they were. You might notice these self-invoking functions in 3rd party functions or jQuery … more
- Client-side data storage – Web SQL or IndexedDB
-
May 18
This was probably the most difficult decision I've ever had to make as far as mobile development goes, do I go with Web SQL or Indexed DB? One of my latest projects demands a little more sophisticated data storage than … more
- SQL safe query functions are smart, but not that smart
-
May 15
After you've been coding for a few months, one of the more important lessons you learn is how to avoid SQL-injection attacks. Generally, this is done with the help of a language-specific function, which strips/escapes/wraps characters appropriately. Using this ColdFusion … more
