A fence provides a good framework to insert a series of cups or other material to create a message or drawing. Above is an example of this in front of Windwood Presbyterian Church on Spring Cypress. What are some examples that you have seen?
You can find a few scattered examples looking for “fence art†in Google images.
Needlebase allows for you to create online databases and import local data as well as data from websites. The video above will give you a good idea on the capabilities. They have some job openings for Semantic Database Curator and Tester.
PHP Code Editor is a web based interface to edit your code.
This way you can work on your project now matter where in the world you are, or on wich computer you are sitting at.
Speed Tracer is a tool to help you identify and fix performance problems in your web applications. It visualizes metrics that are taken from low level instrumentation points inside of the browser and analyzes them as your application runs.
Using Speed Tracer you are able to get a better picture of where time is being spent in your application. This includes problems caused by:
* Javascript parsing and execution
* Layout
* CSS style recalculation and selector matching
* DOM Event handling
* Network resource loading
* Timer fires
* XMLHttpRequest callbacks
* Painting
* and more ...
nspired by the Firefox Extension CSSViewer, this Chrome extension allows you to easily scan an element's basic CSS properties without having to delve into the inspector window.
The extension adds a button to the toolbar. Clicking this button will enable the extension; you can then continue using the page, with the difference that a quick overview of CSS properties for the element your mouse cursor is hovering is displayed. To disable the CSS scanner, simply click the icon again.
Elements being scanned are highlighted with a red outline so the user can easily see the structure of the page. Most CSS properties are supported; however, feel free to leave a comment if you feel like there's any missing.
NOTE: For some reason the extension does not work on this page (or any other in the chrome extension gallery)! It seems to work fine on any other page.
Displays the Google PageRank, Alexa rank and other SEO parameters of any webpage, highlights nofollow links, text density, check and compare urls.
Full list of SEO parameters:
Google PageRank
Google Index
Yahoo links
Yahoo linkdomain
Bing index
Alexa Rank
Webarchive age
Delicious index
Whois link
Page source
SEMRush rank
Nofollow links
A coworker of mine had created a new template for ISpeakHindi.com. I got most of the site updated last night. I had actually taken several pieces from various places and updating the look of the entire site was some what of a challenge.  First their were static pages for the front page, about us, and the dictionary (which was just over 20 pages). Then there was a PHP script to manage the links directory. That was straight forward. Then there was creating a wordpress theme.
I’ve never created a wordpress theme, so I spent several minutes making changes to an existing theme. Then I decided that I really should try this when I am more awake. So, that will be tonight’s activity to update the wordpress theme to match the rest of the site.