PUBLIC   marks

PUBLIC MARKS with search decrease

Sponsorised links

This year

Second law of thermodynamics - CreationWiki, the encyclopedia of creation science

by ericpaul
In simple terms, the Second Law of Thermodynamics states that the entropy of a closed system will always increase, and a local decrease in entropy in an open system always results in a larger increase in external entropy.

2008

Bluetack Filters ----The Paraniod filters (psplist.zip and the pipfilter.dat.gz)

by decembre
The Paraniod filters (psplist.zip and the pipfilter.dat.gz) are all our lists combined. Please do not use these unless you know what you are doing. Please read the FAQ page as to what is all in these lists. Note: allow about 30 minutes from the time specified above for the cache servers to cache the lists. This will increase your chances of getting a new list and decrease the chance of a corrupt download.

Javascript equivalent for PHP's utf8_decode

by camel
This article is part of the 'Porting PHP to Javascript' Project, which aims to decrease the gap between developing for PHP & Javascript. A lot of people are familiar with PHP's functions, and though Javascript functions are often quite similar, some functions may be missing or addressed differently. The Javascript implementations should be as compliant with the PHP versions as possible, a good indication is that the PHP function manual could also apply to the Javascript version. Porting crucial PHP functions to Javascript can be fun & useful. Currently some PHP functions have been added, but readers are encouraged to contribute and improve functions by adding comments. Eventually the goal is to save all the functions in one php.js file and make it publicly available for your coding pleasure.

Greylisting: The Next Step in the Spam Control War

by camel & 1 other
Greylisting is a new method of blocking significant amounts of spam at the mailserver level, but without resorting to heavyweight statistical analysis or other heuristical (and error-prone) approaches. Consequently, implementations are fairly lightweight, and may even decrease network traffic and processor load on your mailserver. Greylisting relies on the fact that most spam sources do not behave in the same way as "normal" mail systems. Although it is currently very effective by itself, it will perform best when it is used in conjunction with other forms of spam prevention. For a detailed description of the method, see the Whitepaper. The term Greylisting is meant to describe a general method of blocking spam based on the behavior of the sending server, rather than the content of the messages. Greylisting does not refer to any particular implementation of these methods. Consequently, there is no single Greylisting product. Instead, there are many products that incorporate some or all of the methods described here.

Hitwise Intelligence - Robin Goad - UK: What happens if your site gets 'blacklisted' by Google?

by kuroyagi (via)
"GoCompare received only 2.31% of all search term traffic from the term ‘car insurance’ during the week ending 9th February, which is an 87% decrease from week ending 26th Jan when it held the #1 natural position on Google."

Sponsorised links

2007

Stefan’s Blog » Blog Archive » JQuery FontSizer Plugin

by srcmax & 3 others
a jQuery plugin that alows you to increase and decrease the size of the text on a page. The only requirement for your pages is that they use fontsizes in either em or percent values

Stefan’s Blog » Blog Archive » JQuery FontSizer Plugin

by Krome & 3 others
a jQuery plugin that alows you to increase and decrease the size of the text on a page. The only requirement for your pages is that they use fontsizes in either em or percent values

Optimize Tortoise SVN Cache Disk I/O

by ms_michel (via)
An excellent explanation of how to optimize the TortoiseSVN icon cache so it caches only your working directories and not the entire drive, allowing you to keep the icon overlays and decrease the amount of disk I/O.

KulaByte ::

by cyberien
Kulabyte represents the next evolution in video encoding technology. It is a leading developer of advanced video optimization technologies that can significantly decrease encoding times, increase quality and reduce the required bandwidth for video file transmission. The company's innovative techniques enable the video encoding process to be accelerated by factors of 8, 16, 32, or more. Live, real-time video can be transmitted "at full SD and HD quality" on a massive multichannel level at DSL speeds. Kulabyte solutions are designed for the second generation of digital video encoding. The breadth of solutions and improvements offered by Kulabyte can deliver tremendous efficiencies and quality improvements for customers in virtually any industry that requires digital video transfer, storage, or transmission.

minify - Google Code

by camel & 8 others
Minify attempts to fix this problem by combining multiple CSS or JavaScript files into one download. By default, it also removes comments and unnecessary whitespace to decrease the amount of data that must be sent to the browser. Most importantly, it does all of this on the fly and requires only a few simple changes to your existing web pages.

minify - Google Code

by jpcaruana & 8 others
Minify attempts to fix this problem by combining multiple CSS or JavaScript files into one download. By default, it also removes comments and unnecessary whitespace to decrease the amount of data that must be sent to the browser. Most importantly, it does all of this on the fly and requires only a few simple changes to your existing web pages.

minify - Google Code

by mbertier & 8 others (via)
Minify attempts to fix this problem by combining multiple CSS or JavaScript files into one download. By default, it also removes comments and unnecessary whitespace to decrease the amount of data that must be sent to the browser. Most importantly, it does all of this on the fly and requires only a few simple changes to your existing web pages.

Developing Integration Solutions with BizTalk Server 2004

by nhoizey (via)
This guide contains examples of team approaches for developing with BizTalk Server 2004, and illustrates techniques that can increase development efficiency. It also provides hints and tips that can decrease the time and effort spent debugging and testing. It emphasizes the team development process and team development setup.

Stefan’s Blog » Blog Archive » JQuery FontSizer Plugin

by nhoizey & 3 others (via)
a jQuery plugin that alows you to increase and decrease the size of the text on a page. The only requirement for your pages is that they use fontsizes in either em or percent values

The Add2it Go-To System has been developed for online entrepreneurs that want better results.

by iberbiz
According to Frank Bauer, it will take 4 1/2 minutes to show online marketers, how they can earn multiple times of what they spend on online marketing as well as how to decrease their marketing costs by up to 90%.

Natural Vitamin Supplements

by harry123
Fresh fruit and vegetables grown organically have proven to be the best sources of natural vitamins. Vitamins in this form are assimilated synergistically in conjunction with other nutrients. Natural vitamin supplements are made from food sources, and they contain a natural blend of vitamins and nutrients from real sources such as Brewer's yeast, maize, liver, alfalfa, sprouted foods, spirulina, chlorella, and more. Vitamin B Complex Supplementation with Vitamin B6 has been found to decrease PMS symptoms and can provide relief for pregnant women who suffer from morning sickness...

Ajax and REST, Part 1

by pvergain
The more that server-side Web applications become immersive by following rich-application models and delivering personalized content, the more their architectures violate Representational State Transfer (REST), the Web's architectural style. These violations can decrease application scalability and increase system complexity. By achieving harmony with REST, Ajax architecture lets immersive Web applications eliminate these negative effects and enjoy REST's desirable properties. In just 15 years, the World Wide Web has grown from a researcher's experiment to one of the technological pillars of the modern world. Originally invented to let people easily publish and link to information, the Web has also grown into a viable platform for software applications. But as applications have become more immersive by using rich application models and generating personalized content, their architectures have increasingly violated Representational State Transfer (REST), the Web's architectural style. These violations tend to decrease application scalability and increase system complexity. The emerging Ajax Web client architectural style lets immersive Web applications achieve harmony with the REST architectural style. They can enjoy REST's desirable properties while eliminating the undesirable properties experienced when an application violates REST's principles. This article explains how and why Ajax and REST succeed together for immersive Web applications.

Use Inversion of Control in method signatures

by BlueVoodoo
This article describes how to use the pattern on method signatures to decrease the coupling between components and improve performance. IoC isn't just for components.

Does Exercise Truly Make You Happy?

by hans1602
Does engaging in sport decrease depression and anxiety? Many psychologists and health buffs argue it does. This easy-to-read article critically re-examines this notion with perhaps surprising results.

Online Midi Editor, Free online software for your ringtones

by jasonb
Free online MIDI Editor for creating polyphonic ringtones from scratch,increase,decrease,change ringtone volume,edit the desired portion of a midi file,converting from polyphonic ringtone to truetone and truetone to polyphonic ringtone formats,transpose octave,change tempo of MIDI etc

2006

Temp email for free - dontreg.com

by bboldi & 1 other
The basic role of DontReg.com is to help decrease the number of spam mails in your mailbox by enabling the use of a temporary email address, and by offering a public editable database, which contains login information to sites which force users to register.

Bush: 'Our Long National Nightmare Of Peace And Prosperity Is Finally Over' | The Onion - America's Finest News Source

by sorin_postelnicu
"My fellow Americans," Bush said, "at long last, we have reached the end of the dark period in American history that will come to be known as the Clinton Era, eight long years characterized by unprecedented economic expansion, a sharp decrease in crime, and sustained peace overseas. The time has come to put all of that behind us."

Human Growth Hormone (hGH) – History, Side-Effects, Use in Baseball

by elron
Human growth hormone (hGH) is a polypeptide hormone synthesized and secreted by the anterior pituitary gland which stimulates growth and cell reproduction in humans and other vertebrate animals. In the liver, hGH converts to insulin-like growth factor-1 promoting growth. Secretion levels are highest during puberty and decrease during adulthood and are directly related to aging.

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