<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/client</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 14:14:43 GMT</pubDate>
<item>
<title>(HTML) Simple SVG Streaming Client - weilawei</title>
<link>http://snipplr.com/view/64803/simple-svg-streaming-client/</link>
<description><![CDATA[ <p>This is a simple SVG streaming client, which displays the output on an HTML5 canvas element. The server can be (almost) transparently restarted (output freezes). The client allows for adjusting the FPS and changing the input stream.

The server is at http://snipplr.com/view/64802/simple-svg-streaming-server/.</p> ]]></description>
<pubDate>Mon, 07 May 2012 00:43:53 GMT</pubDate>
<guid>http://snipplr.com/view/64803/simple-svg-streaming-client/</guid>
</item>
<item>
<title>(PHP) EE March Lab Cart Hide - ryarwood</title>
<link>http://snipplr.com/view/62879/ee-march-lab-cart-hide/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:36 GMT</pubDate>
<guid>http://snipplr.com/view/62879/ee-march-lab-cart-hide/</guid>
</item>
<item>
<title>(HTML) Tt Front Page - ryarwood</title>
<link>http://snipplr.com/view/62877/tt-front-page/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:35 GMT</pubDate>
<guid>http://snipplr.com/view/62877/tt-front-page/</guid>
</item>
<item>
<title>(HTML) Travis Mathew Store Starter - ryarwood</title>
<link>http://snipplr.com/view/62874/travis-mathew-store-starter/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:32 GMT</pubDate>
<guid>http://snipplr.com/view/62874/travis-mathew-store-starter/</guid>
</item>
<item>
<title>(JavaScript) jQuery onRollOver / onRollOut on div - ryarwood</title>
<link>http://snipplr.com/view/62867/jquery-onrollover--onrollout-on-div/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 30 Jan 2012 08:47:26 GMT</pubDate>
<guid>http://snipplr.com/view/62867/jquery-onrollover--onrollout-on-div/</guid>
</item>
<item>
<title>(Ruby) Own DynDns Service, clientside script. - madc</title>
<link>http://snipplr.com/view/55484/own-dyndns-service-clientside-script/</link>
<description><![CDATA[ <p>Clientside script for a personal DynDNS service. Works together with a server-side script written in php [ http://snipplr.com/view/55482/own-dyndns-service-serverside-script ] .

You may want to set up a cron jop to run this script every x minutes.</p> ]]></description>
<pubDate>Sun, 19 Jun 2011 21:28:48 GMT</pubDate>
<guid>http://snipplr.com/view/55484/own-dyndns-service-clientside-script/</guid>
</item>
<item>
<title>(JavaScript) Get Sub Webs - scholli</title>
<link>http://snipplr.com/view/49671/get-sub-webs/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 25 Feb 2011 23:51:18 GMT</pubDate>
<guid>http://snipplr.com/view/49671/get-sub-webs/</guid>
</item>
<item>
<title>(PHP) Simple PHP Rest Cient using curl - wnasich</title>
<link>http://snipplr.com/view/44760/simple-php-rest-cient-using-curl/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 24 Nov 2010 07:46:57 GMT</pubDate>
<guid>http://snipplr.com/view/44760/simple-php-rest-cient-using-curl/</guid>
</item>
<item>
<title>(PHP) Better Client/Remote IP function. - YPY</title>
<link>http://snipplr.com/view/42092/better-clientremote-ip-function/</link>
<description><![CDATA[ <p>Better Client/Remote IP function</p> ]]></description>
<pubDate>Tue, 12 Oct 2010 06:54:59 GMT</pubDate>
<guid>http://snipplr.com/view/42092/better-clientremote-ip-function/</guid>
</item>
<item>
<title>(JavaScript) SHAREPOINT 2010 READ FROM LIST USING ECMASCRIPT - rumremix</title>
<link>http://snipplr.com/view/37785/sharepoint-2010-read-from-list-using-ecmascript/</link>
<description><![CDATA[ <p>This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery. If needing to perform this process more than once on a page, make sure namedListItem variable is unique for each case (use different names for that page-scoped variable in each case).

For caml queries, wrap Query tag in View tag.

For lookup fields use .get_lookupValue() property syntax. For example...

topNavSection[enm] = oListItem.get_item('Section').get_lookupValue();</p> ]]></description>
<pubDate>Fri, 23 Jul 2010 07:56:45 GMT</pubDate>
<guid>http://snipplr.com/view/37785/sharepoint-2010-read-from-list-using-ecmascript/</guid>
</item>
<item>
<title>(JavaScript) sharepoint 2010 write to list using ecmascript - rumremix</title>
<link>http://snipplr.com/view/37784/sharepoint-2010-write-to-list-using-ecmascript/</link>
<description><![CDATA[ <p>This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery.</p> ]]></description>
<pubDate>Fri, 23 Jul 2010 07:52:30 GMT</pubDate>
<guid>http://snipplr.com/view/37784/sharepoint-2010-write-to-list-using-ecmascript/</guid>
</item>
<item>
<title>(JavaScript) JAVASCRIPT : Récupérer date en javascript (date du client) - alexandrepayet</title>
<link>http://snipplr.com/view/31622/javascript--rcuprer-date-en-javascript-date-du-client/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 13 Apr 2010 08:46:56 GMT</pubDate>
<guid>http://snipplr.com/view/31622/javascript--rcuprer-date-en-javascript-date-du-client/</guid>
</item>
<item>
<title>(Bash) setting up vnc debian way - narkisr</title>
<link>http://snipplr.com/view/26136/setting-up-vnc-debian-way/</link>
<description><![CDATA[ <p>This is based upon a debian guide, it seems to work well for ubuntu as well, all these steps can be performed via remote ssh (no need to access the machine).</p> ]]></description>
<pubDate>Fri, 08 Jan 2010 08:11:43 GMT</pubDate>
<guid>http://snipplr.com/view/26136/setting-up-vnc-debian-way/</guid>
</item>
<item>
<title>(Python) Sockets on Python - vas3k</title>
<link>http://snipplr.com/view/26086/sockets-on-python/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 07 Jan 2010 12:00:48 GMT</pubDate>
<guid>http://snipplr.com/view/26086/sockets-on-python/</guid>
</item>
<item>
<title>(Other) How to configure the output format of the W3 CSS Validator - noah</title>
<link>http://snipplr.com/view/19817/how-to-configure-the-output-format-of-the-w3-css-validator/</link>
<description><![CDATA[ <p>The W3 CSS validator is pretty simple to [install locally for use behind the firewall](http://www.emacswiki.org/emacs/FlymakeCSS).

However, by default the validator spits out the whole CSS file after validation, which is inconvenient if your stylesheet is more than a few lines long.

Unfortunately it's not so obvious how to configure the validator to give pretty-printed, human-readable output.  In fact, all there is to it, is to choose a different output format from the several that are supported :)

By default the validator .jar file gives you "text" output, which includes the stylesheet.  To choose a different format, invoke the validator .jar file with an -output argument, like this:

    java -jar css-validator.jar -output  local-file:foo.css

where `` is any of xhtml, xml, text, soap12, json, ucn or gnu

If you just want the errors as (html-escaped) plain text, but without the CSS included, use `gnu`</p> ]]></description>
<pubDate>Wed, 16 Sep 2009 11:53:08 GMT</pubDate>
<guid>http://snipplr.com/view/19817/how-to-configure-the-output-format-of-the-w3-css-validator/</guid>
</item>
<item>
<title>(JavaScript) ASP.net: Page Validation on Client Side. - jink</title>
<link>http://snipplr.com/view/18915/aspnet-page-validation-on-client-side/</link>
<description><![CDATA[ <p>Page_ClientValidate is a global function.  When called this will return true/false if the validator group provided is valid or not.</p> ]]></description>
<pubDate>Thu, 27 Aug 2009 15:04:18 GMT</pubDate>
<guid>http://snipplr.com/view/18915/aspnet-page-validation-on-client-side/</guid>
</item>
<item>
<title>(Ruby) Waiting for events with the Selenium-Client Ruby driver - noah</title>
<link>http://snipplr.com/view/16557/waiting-for-events-with-the-seleniumclient-ruby-driver/</link>
<description><![CDATA[ <p>## List of commonly used `wait_for` commands

For convenience, here are direct links to the documentation of the Selenium-Ruby `wait_for` commands that are most often used.   The [documentation of WaitFor commands in Selenium Core](http://release.seleniumhq.org/selenium-core/1.0.1/reference.html#waitForCondition "WaitForCondition entry in the docs for Selenium Core 1.0.1") may also be of interest.

0. [`wait_for_condition`](http://selenium-client.rubyforge.org/classes/Selenium/Client/Idiomatic.html#M000088)
0. [`wait_for_element`](http://selenium-client.rubyforge.org/classes/Selenium/Client/Extensions.html#M000257)
0. [`wait_for_field_value`](http://selenium-client.rubyforge.org/classes/Selenium/Client/Extensions.html#M000261)
0. [`wait_for_frame_to_load`](http://selenium-client.rubyforge.org/classes/Selenium/Client/GeneratedDriver.html#M000221)
0. [`wait_for_no_element`](http://selenium-client.rubyforge.org/classes/Selenium/Client/Extensions.html#M000258)
0. [`wait_for_no_field_value `](http://selenium-client.rubyforge.org/classes/Selenium/Client/Extensions.html#M000262)
0. [`wait_for_no_text `](http://selenium-client.rubyforge.org/classes/Selenium/Client/Extensions.html#M000260)
0. [`wait_for_page `](http://selenium-client.rubyforge.org/classes/Selenium/Client/Idiomatic.html#M000067)
0. [`wait_for_page_to_load `](http://selenium-client.rubyforge.org/classes/Selenium/Client/Idiomatic.html#M000068)
0. [`wait_for_popup `](http://selenium-client.rubyforge.org/classes/Selenium/Client/Idiomatic.html#M000069)
0. [`wait_for_text `](http://selenium-client.rubyforge.org/classes/Selenium/Client/Extensions.html#M000259)

## Where to find the documentation

More information on`wait_for` with the Ruby client, including a complete list of the `wait_for` commands available in the Ruby client, is to be found in the [documentation for the Selenium-Client Ruby Gem.](http://selenium-client.rubyforge.org/ "selenium-client is the official Ruby driver for Selenium RC")  As Selenium-Client defines many "idiomatic" Ruby aliases for built-in Selenium methods, it will probably be especially helpful to become familiar with the [Selenium Ruby driver command set](http://selenium-client.rubyforge.org/classes/Selenium/Client/GeneratedDriver.html) as well as Selenium-Client's [Idiomatic Ruby command set.](http://selenium-client.rubyforge.org/classes/Selenium/Client/Idiomatic.html)

It may also be helpful to refer to the [documentation for Selenium Core](http://release.seleniumhq.org/selenium-core/1.0.1/reference.html#waitForCondition "WaitForCondition entry in the docs for Selenium Core 1.0.1") with regard to `WaitForCondition` and related commands.  In general the **Selenium Core documentation** tends to provide more insight into how commands work, than does the documentation for any of the drivers.

## Examples

Below are a couple of examples of using Selenium's `wait_for` family of commands with the [Ruby driver (Selenium-Client).](http://rubyforge.org/projects/selenium-client/ "Selenium Client Ruby Gem at RubyForge")

One item of note is that , within `wait_for_condition`, one does *not* need to use `this.browserbot.getCurrentWindow()` to access the DOM of the AUT</p> ]]></description>
<pubDate>Wed, 01 Jul 2009 10:57:06 GMT</pubDate>
<guid>http://snipplr.com/view/16557/waiting-for-events-with-the-seleniumclient-ruby-driver/</guid>
</item>
<item>
<title>(VB.NET) Client Code - mcgraf</title>
<link>http://snipplr.com/view/12930/client-code/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 09 Mar 2009 08:20:30 GMT</pubDate>
<guid>http://snipplr.com/view/12930/client-code/</guid>
</item>
<item>
<title>(Python) client example [ function: chat] - cirio</title>
<link>http://snipplr.com/view/6133/client-example--function-chat/</link>
<description><![CDATA[ <p>http://lineguides.netsons.org</p> ]]></description>
<pubDate>Tue, 06 May 2008 12:07:09 GMT</pubDate>
<guid>http://snipplr.com/view/6133/client-example--function-chat/</guid>
</item>
<item>
<title>(PHP) Php Socket Client - miziomon</title>
<link>http://snipplr.com/view/1677/php-socket-client/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Fri, 17 Nov 2006 13:08:57 GMT</pubDate>
<guid>http://snipplr.com/view/1677/php-socket-client/</guid>
</item>
</channel>
</rss>