Tinycon allows the addition of alert bubbles and changing the favicon image. Tinycon gracefully falls back to a number in title approach for browsers that don't support canvas or dynamic favicons.
jQuery.suggest, a simple inline autosuggest jQuery plugin. It takes an array of terms as haystack and suggests the user the first item that matches what has been typed to this point. The suggestion is updated with every keystroke. Tab or Enter will accept the suggestion and update the input field accordingly.
W3Clove is a free to use web service which crawls any given website to generate the sitemap of it (or accepts sitemaps directly) and validates each URL through the W3C's validator.
If an agent becomes disconnected for whatever reason, you can follow these steps to re-connect it:
ssh to the server that the disconnected agent is on.
go to the build agent's bin directory (i.e. /opt/teamcity/buildagent/buildagent01/bin/)
su to the user that the agent runs as (i.e. appBuilder)
run agent.sh start
That will start the agent, and after a few seconds or so, the next time you go to TeamCity, it will be connected.
Class library designers often must decide between implementing a class member as a property or a method. In general, methods represent actions and properties represent data. Use the following guidelines to help you choose between these options.
GaDotNet is an open source library designed to make it easy to log page views, events and transactions, through code, without using JavaScript or even needing to have a browser.
We want to design reusable components, but dependencies between the potentially reusable pieces demonstrates the "spaghetti code" phenomenon (trying to scoop a single serving results in an "all or nothing clump").
A special thing about the queries is that they can be handled either directly in the database on the data provider level or by the data manager tier. When the query is being resolved, the data manager tries to use its data providers first and resorts to a higher level (and slower) API in case of failure.
Are you running into this error on your ASP.NET AJAX enabled web site? Does it only happen on some machines or on some browsers? Here's how you can get to the bottom of it.
These documentation topics concern the jQuery Templates plugin (jquery-tmpl), which can be downloaded from: http://github.com/jquery/jquery-tmpl.
A template contains markup with binding expressions. The template is applied to data objects or arrays, and rendered into the HTML DOM.
Our famework is fast, flexible, and FREE. It's designed for people who edit map content. Find out more,
or try it out yourself with our online demo.
CartoView allows you to use Google maps, Google Earth Browser, Openlayers and other mapping APIs interchangeably.
CartoView offers an advanced plugin architecture for rendering plugins on many web mapping applications.
Use Cartoview to develop your mapping plugin once and use it in many different online mapping applications.
Today we will create a news previewer that let's you show your latest articles or news in a compact way. The news previewer will show some list of articles on the left side and the preview of the article with a longer description on the right. Once a news on the left is clicked, the preview will slide in.