Welcome To Snipplr
Everyone's Recent Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This assumes HTML that looks like this:
<pre><code>
<div id="containing_div">
<div id="div_1" style="background-color:red" class="visible_div">
<p>Test Content 1</p&...
2
1101
posted 16 years ago by chippper
Simply change the email address and add this to the bottom of your .bashrc file in your home directory. You may also want to add this to the .bashrc in the /root directory, and the .profile in /etc to ensure you are notified anytime your server is ac...
0
1166
posted 16 years ago by arnoldb
how to link ie only stylesheets and stylesheets by generation of ie
2
1660
posted 16 years ago by thesmu
Split a string containing HTTP response into a array with HTTP headers and a string with HTTP content
1
1795
posted 16 years ago by touv
On a new layer, add the following Actionscript to the frame requiring to be paused.
1000 represents the delay in milliseconds, being 1 second.
0
3533
posted 16 years ago by hotdiggity
1. Create button that covers the entire ad.
2. Create an instance of the button on the main timeline and name it "buttonClip" in the properties palette.
3. On a new layer add ActionScript to the timeline as follows:
0
3351
posted 16 years ago by hotdiggity
On a new actions layer, add the following script to frames requiring to be paused.
10000 represents the delay milliseconds (10 seconds).
1
1914
posted 16 years ago by hotdiggity
1. Create button that covers the entire ad.
2. Create an instance of the button on the main timeline and name it "clickTag_bn" in the properties palette.
3. On a new layer add ActionScript to the timeline as follows:
2
1702
posted 16 years ago by hotdiggity
Convenience function to set a SimpleXMLElement's attributes quickly.
0
1155
posted 16 years ago by iloveitaly
How to replace sleep(2), for your PHP code. Ideal testing hosting/dns ping.
1
1692
posted 16 years ago by nicolaspar
For cross-browser code--which is not necessarily valid--the [Embedded Media HTML Generator](http://cit.ucsf.edu/embedmedia/step1.php) provides a great starting point.
1
1389
posted 16 years ago by wizard04
this script brings you a "back to top" when you cross the vertical threshold defined as argument on the body tag (e.g.: 200px)
Requires JQuery but can easily be adapted to other JS framework
3
1746
posted 16 years ago by blackthorne