PUBLIC   marks

PUBLIC MARKS with search plugin

Sponsorised links

13 November 2009

10 November 2009

09 November 2009

A jQuery Plugin for Zoomable, Interactive Maps - New Media Campaigns

by vrossign
asic css file is included with the demo zip. Here is some rough minimal css: view sourceprint? 1.#map { position: relative; width: 700px; height: 470px; overflow: hidden; } 2.#returnlink { display: block; position: absolute; bottom: 0; right: 0; } 3.#map a.bullet { display: block; position: absolute; width: 10px; height: 10px; background: yellow; } 4.#map img.zoomable { } 5.#map div.popup{ display: none; position: absolute; width: 200px; height: 300px; } 6.#map div.popup a.close{ display: block; position: absolute; bottom: 0; right: 0; } The code above will work just fine as a starting point. Obviously a lot of embellishment can be added to make the map look as g

Sponsorised links

05 November 2009

ListMenu Plugin

by jakamos
jQuery listmenu plugin - javascript list navigation menu control

Zoomable, Interactive Maps

by jakamos
A jQuery Plugin for Zoomable, Interactive Maps - New Media Campaigns

04 November 2009

03 November 2009

WordPress › Enhanced Categories « WordPress Plugins

by mozkart (via)
This plugin allows you to get better control on how your categories are listed. It provides a widget which lets you get more options than the default WordPress category widget (show RSS, hide empty categories, etc.). Furthermore, it allows to hide the children categories and use clickable buttons to expand them. The plugin requires jQuery to be included in your theme. It degrades nicely when javascript is not available to the usual WordPress category list.

WordPress › Post Templates « WordPress Plugins

by mozkart (via)
It happens quite often that a blogger publishes posts or static pages on a regular basis which have the same structure. Think about for example a "picture of the day" daily post. With current wordpress state, we need to spend a lot of time doing copy/paste between posts instead of actually writing content. All the instructions for installation, the support forums, etc. can be found on the plugin home page. IMPORTANT: LICENSE CHANGE Since version 4.0.0, the plugin has become a commercial plugin. It can be ordered (for cheap) on the plugin home page. Version 3.4.x will remain available for download for free on the WordPress plugin repository. No further development will be made on this version.

WordPress › More Fields « WordPress Plugins

by mozkart & 1 other (via)
More Fields is a WordPress plugin that adds boxes to the Write/Edit page. These boxes contains input fields, so that additional (more) fields can be added to a post. For example, if you write about books, you can add a box where you can enter title and author, etc. The boxes can be placed either to the right or to the left on the Write/Edit page. In addition, the new version of More Fields enables you to define post types, which are custom Write/Edit pages that contains a pre-defined set of boxes. For example, you write about books and you write about your holidays, then you can define a post type 'Book' and a post type 'Holiday' each containing the input boxes relevant to each type of text. You can also set pre-defined categories, tags and templates for each post type.

02 November 2009

Traffic Server is finally here | Ogre.com

by karlcow

# A scalable threaded asynchronous state machine model. On a typical setup, 2 or 3 threads per core is enough to drive a large amount of traffic.

# Feature-rich HTTP/1.0 and HTTP/1.1 support. We fair well in various tests like CoAdvisor.

# Plugin architecture, making it easy (well, easier) to extend and customize your server.

# Well documented.

30 October 2009

29 October 2009

LibX - browser plugin for Libraries

by parmentierf & 2 others
LibX is a browser plugin for Firefox and Internet Explorer that provides direct access to your library's resources. LibX is an open source framework from which editions for specific libraries can be built. Currently, 667 academic and public libraries have created public LibX editions.

28 October 2009

27 October 2009

Utilisation SPIP - JpGraph

by eledo34
Pour utiliser le plugin JpGraph, je vous conseille de lire tout d’abord la documentation à l’adresse http://www.spip-contrib.net/plugin-… Avant de tester le plugin, pensez à : - activer le plugin ; - sélectionner GD2 dans l’interface privée (Configuration puis Fonctions avancées). Ensuite, vous pourrez créer des graphiques en quelques secondes comme le montrent les exemples ci-dessous.

26 October 2009

Creating Offline Web Applicat...

by oseres
Creating Offline Web Applications With Dojo Offline by Brad Neuberg (SitePen), September 23rd, 2007 This tutorial steps you through creating offline web applications using Dojo Offline. What is Dojo Offline? Dojo Offline is an open-source toolkit that makes it easy to create sophisticated, offline web applications. It sits on top of Google Gears, a plugin from Google that helps extend web browsers with new functionality. Dojo Offline makes working with Google Gears easier; extends it with important functionality; creates a higher-level API than Google Gears provides; and exposes developer productivity features. In particular, Dojo Offline provides the following functionality: An offline widget that you can easily embed in your web page with just a few lines of code, automatically providing the user with network feedback, sync messages, offline instructions, and more A sync framework to help you store actions done while offline and sync them with a server once back on the network Automatic network and application-availability detection to determine when your application is on- or off-line so that you can take appropriate action A slurp() method that automatically scans the page and figures out all the resources that you need offline, including images, stylesheets, scripts, etc.; this is much easier than having to manually maintain which resources should be available offline, especially during development. Dojo Storage, an easy to use hashtable abstraction for storing offline data for when you don't need the heaviness of Google Gear's SQL abstraction; under the covers Dojo Storage saves its data into Google Gears Dojo SQL, an easy to use SQL layer that executes SQL statements and returns them as ordinary JavaScript objects New ENCRYPT() and DECRYPT() SQL keywords that you can mix in when using Dojo SQL, to get transparent cryptography for columns of data. Cryptography is done on a Google Worker Pool thread, so that the browser UI is responsive. Integration with the rest of Dojo, such as the Dojo Event system

Linux para Todos

by tadeufilippini (via)
26 Oct 09 Solucionando Problemas com o Teclado Virtual do Banco do Brasil no Ubuntu * Home * Enviar Noticias * Artigos * Distribuições * Do Windows para o Linux Linux para Todos - O maior portal sobre Linux do Brasil! msgbartop msgbarbottom 26 Oct 09 Solucionando Problemas com o Teclado Virtual do Banco do Brasil no Ubuntu Caso você esteja utilizando uma versão diferente da provida pela Sun do Java e utilize o Banco do Brasil, você ja deve ter tido dificuldades com o site do mesmo, visto que o teclado virtual apenas funciona na versão do Java da Sun. Porém, isso pode ser resolvido de um jeito muito fácil em apenas 3 comandos! Os mesmos devem ser rodados no Terminal que pode ser encontrado em “Aplicativos -> Acessórios -> Terminal” sudo aptitude install sun-java6-bin sun-java6-fonts sun-java6-jre sun-java6-plugin Isso irá instalar a Maquina Virtual Java da Sun. Logo após isso rode o comando: update-java-alternatives -l O terminal irá imprimir algo parecido com isso: java-6-openjdk 1061 /usr/lib/jvm/java-6-openjdk java-6-sun 63 /usr/lib/jvm/java-6-sun Execute o comando à seguir. sudo update-java-alternatives -s java-6-sun Qualquer problema, verifique se o nome no comando acima é o mesmo que aparece ao rodar o comando update-java-alternatives -l Este guia foi baseado em uma pagina de ajuda do Ubuntu. O link pode ser encontrado aqui para maiores detalhes: Ubuntu Help Java

25 October 2009

WordPress › BuddyPress Events Calendar « WordPress Plugins

by mozkart (via)
the bp-events plugin will add an option to the user menu called "Events". From this menu users can create events and invite friends to join. - the plugin will add an "Events" option to tne main menu system for the events directory view - add the "Events" widget to list the upcoming/newest/active/popular events on your front page

PUBLIC TAGS

ajax   apple   art   audio   blog   blogging   blogs   book   bookmarks   books   business   car   community   computer   css   culture   design   download   dvd   education   email   finance   firefox   flash   flickr   food   forum   free   fun   funny   game   games   google   guide   health   history   home   hosting   html   humor   image   images   information   internet   ipod   java   javascript   life   links   linux   mac   magazine   marketing   media   microsoft   mobile   money   movie   movies   mp3   music   news   online   phone   photo   photography   photos   photoshop   php   podcast   programming   radio   reference   rss   science   search   security   seo   service   shopping   site   social   software   sports   technology   tips   tool   tools   travel   tutorial   tv   video   videos   web   web2.0   webdesign   wiki   windows   wordpress   yahoo  

Sponsorised links