PUBLIC   marks

PUBLIC MARKS with search advantages

Sponsorised links

October 2009

Resources for Values | Jeni's Musings

by karlcow

There are two advantages of using a resource here rather than a literal value:You can associate other metadata with the term. You can more accurately and easily associate multiple documents that use the same term.

September 2009

LinuxPackages: Packages

by tadeufilippini
AQUI : carteiros Welcome to the new package central. We hope you enjoy it and find it easy to use. If you find a broken package or a link that does not work please email the contributor first then leave feedback if you still have no luck. You must register to get all the advantages of the site. If you posted comments or had an account on the other site your information has been moved. Look for more expansion in the future and also the ability to order the archive on CD

Sponsorised links

August 2009

April 2009

March 2009

February 2009

akuma: Embeddable daemonization library -

by night.kame & 1 other (via)

This is a Java library you can use in your application to support Unix daemonization. By taking advantages of POSIX API, this library lets you fork your process into background with proper daemonization steps.

January 2009

24 ways: Making Modular Layout Systems

by sbrothier
For all of the advantages the web has with distribution of content, I’ve always lamented the handiness of the WYSIWYG design tools from the print publishing world. When I set out to redesign my personal website, I wanted to have some of the same abilities that those tools have, laying out pages how I saw fit, and that meant a flexible system for dealing with imagery.

December 2008

Spicebird | Open Source Collaboration

by karlcow & 5 others
Spicebird is a collaboration client that provides integrated access to email, contacts, calendaring and instant messaging in a single application. It provides easy access to various web services while retaining all the advantages of a desktop application. The application is based on projects like Thunderbird, Lightning and Telepathy and adds more functionality and integration among its components. pas sur le mac

November 2008

Setting Up Master-Master Replication On Four Nodes With MySQL 5 On Debian Etch | HowtoForge - Linux Howtos and Tutorials

by camel & 1 other (via)
This tutorial explains how you can set up MySQL master-master replication on four MySQL nodes (running on Debian Etch). The difference to a two node master-master replication (which is explained here) is that if you have more than two nodes, the replication goes in a circle, i.e., with four nodes, the replication goes from node1 to node2, from node2 to node3, from node3 to node4, and from node4 to node1. Since version 5, MySQL comes with built-in support for master-master replication, solving the problem that can happen with self-generated keys. In former MySQL versions, the problem with master-master replication was that conflicts arose immediately if node A and node B both inserted an auto-incrementing key on the same table. The advantages of master-master replication over the traditional master-slave replication are that you don't have to modify your applications to make write accesses only to the master, and that it is easier to provide high-availability because if the master fails, you still have the other master.

Introduction to OSC | opensoundcontrol.org

by jpcaruana
Open Sound Control (OSC) is a protocol for communication among computers, sound synthesizers, and other multimedia devices that is optimized for modern networking technology. Bringing the benefits of modern networking technology to the world of electronic musical instruments, OSC's advantages include interoperability, accuracy, flexibility, and enhanced organization and documentation.

October 2008

Google Reader Preview Enhanced v1.07g – Userscripts.org

by decembre
Permet de visualiser pour chacun des liens des "Outils pour les webmasters", le PR, l'anchor text, etc...Adds a "Preview button" to Google Reader that allows you to view actual article in a frame. Clicking again on that button goes back to RSS view. Does work both in List view and expanded view. Here are some advantages of the script : - You can see and post comments right from Google Reader ! - You can read truncated rss feeds entirely. - You don't lose time opening a new window or tab in order to go on the website and see the article in its original context. Preview can be opened by clicking on article's title, preview button on typing Shift-V

10 Futuristic User Interfaces | Monday Inspiration | Smashing Magazine

by sbrothier & 1 other
Good user interfaces are crucial for good user experience. It doesn’t matter how good a technology is — if we, designers, don’t manage to make user interface as intuitive and attractive as possible, the technology will hardly reach a breakthrough. To gain the interest in a new product or technology, users need to understand its advantages or find themselves impressed or involved.

September 2008

Good folders to exclude from Time Machine backups :: Ryan Block

by xibe

It’s worth noting, though, that if your machine’s drive does fail, you won’t be able to execute a full restore without having some of these locations backed up. Then again, if you’re anything like me, you’re far more likely to just do a full reinstall and just restore your lost user data. (Doing a full restore from backup just doesn’t have many advantages compared to a full system reinstall, anyway.)

www-html@w3.org from August 1996: W3C's importance was Re: onMouseOver in Cougar. (fwd)

by karlcow

The W3C cannot force people to use what they produce. Only the marketplace can mandate what gets used. There is no way for anyone to force NS to obey the standard, and there are advantages to them in offering extras - so of course they do.

impressionnant. 12 ans plus tard et ce sont toujours les mêmes discussions

jquery-asmselect - Google Code

by camel & 2 others
A progressive enhancement to select multiple form elements. It provides a simpler alternative with the following advantages...

jquery-asmselect - Google Code

by damdec & 2 others
A progressive enhancement to select multiple form elements. It provides a simpler alternative with the following advantages...

May 2008

sfSyncClusterPlugin - symfony - Trac

by kasi77
The sfSyncClusterPlugin introduces a symfony sync-cluster task. The symfony sync-cluster task is intended as a replacement for the symfony sync task. While the plugin is backwards-compatible with symfony sync (they even use the same configuration files) this plugin offers several advantages over a traditional symfony sync. The symfony sync-cluster task: * Synchronizes a Symfony application across an unlimited number of servers. Symfony's sync only works for a single server. * Clears the Symfony cache on each server with a symfony cc. Doing this with sync requires an additional command. * Allows you to use ssh public/private keyfile authentication so you won't be prompted for a password during long deployments. * Allows you to deploy your web assets to a CDN without having to copy your entire site. The sfSyncCluster currently supports standard rsync transfer and transfer to Amazon S3. * Allows you to specify groups of servers to sync. If you have many servers, you can place them into logical groups and move them around quickly.

March 2008

Automating Xen VM deployment with SystemImager - SystemImager

by camel
One advantage of server virtualization is the ability to rapidly provision new production environments. Automatic virtual machine deployment can significantly speed up the time to instantiate new services or reallocate resources depending on the user needs. This article focuses on the integration of SystemImager and Xen to create a totally open source framework able to manage on-demand deployment of virtual machines, such as physical machines, using a single centralized point of management. This approach allows to strongly reduce IT costs and simplify administrative tasks for enterprise data centers, even with a complex and/or reduced set of hardware resources, exploiting the dynamic-provisioning functionalities of SystemImager and virtualization advantages of Xen.

Automating deployment and activation of virtual images

by camel
Virtualization offers advantages that include server consolidation, isolation, rapid provisioning, and improved change management processes. Since virtualization breaks the hardware dependency and isolates virtual machines from details about the physical servers on which they are hosted, virtual images can be moved from one hosting platform to another. They can also be cloned to create more virtual machines, as desired. One of the challenges with cloning virtual images is handling operating system, network, and application specific customization. This article provides a sample framework for automating virtual image activation on new host platforms. This article, along with a previous article on Using virtual image templates to deploy WebSphere Application Server, demonstrates an automated approach for quickly and easily provisioning new WebSphere Application Server environments. The sample deployment and activation code included with this article is independent of WebSphere Application Server and can be used in conjunction with other software inside a virtual image. The specific example provided here is for WebSphere Application Server V6 in VMware or XEN virtual images, using SUSE V10 as the guest operating system. The activation techniques described in this article can be used in conjunction with IBM Tivoli® Provisioning Manager as described in Using Tivoli Provisioning Manager to deploy composite virtual appliances.

February 2008

It's About the Product, Silly - Jay Pipes

by mbertier (via)
So, my point is that it is not the marketing of a product that counts — indeed, false marketing statements or tactics can backfire quickly. What counts is the product itself. Marketing should be the function of promoting the innovative advantages of a product in the above three categories.

November 2007

Tax Saver Fund vs Unit Linked Equity Schemes

by nag_sunny
According to the prevailing tax laws, one can save tax on the investments in noted mutual funds, insurance, ULIPs upto Rs. 1 Lakh. ULIPs are work as mutual funds exception, they provide insurance also. However linking the insurance with the investment is debatable. In my view insurance should be taken by everyone but at the same time it should not combined with investment. Investments are something different to the insurance. Another point to be noted here is all the ULIPs charge 20% to 40% of the investment as administration and other charges at the initial stages. So we cannot expect the high returns until and unless we continue investing atleast 5 years. For instance the ULIP companies charges 20% for the first year, around 12% in the next year, 4% afterwards (Applicable for some schemes only, may vary for each scheme). Coming to the mutual funds, the total charges must not cross 2.5% of the total investment. The investments may have to keep for 2-3 years. Tax saver funds provide the advantage of investing in equity apart from the tax benefit with much lesser administration charges. So I believe the tax saver funds beat the ULIPs. I believe the invester should make wise decision when starting his investment in the equity. Both have their own advantages and disadvantages.

October 2007

Mozilla Labs Blog » Blog Archive » Prism

by Neewok & 9 others (via)
Mozilla Labs is launching a series of experiments to bridge the divide in the user experience between web applications and desktop apps and to explore new usability models as the line between traditional desktop and new web applications continues to blur. Unlike Adobe AIR and Microsoft Silverlight, we’re not building a proprietary platform to replace the web. We think the web is a powerful and open platform for this sort of innovation, so our goal is to identify and facilitate the development of enhancements that bring the advantages of desktop apps to the web platform.

Setting Up Master-Master Replication With MySQL 5 On Debian Etch | HowtoForge - Linux Howtos and Tutorials

by camel
Since version 5, MySQL comes with built-in support for master-master replication, solving the problem that can happen with self-generated keys. In former MySQL versions, the problem with master-master replication was that conflicts arose immediately if node A and node B both inserted an auto-incrementing key on the same table. The advantages of master-master replication over the traditional master-slave replication are that you don't have to modify your applications to make write accesses only to the master, and that it is easier to provide high-availability because if the master fails, you still have the other master.

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