Welcome To Snipplr
Everyone's Recent Snippets Tagged object
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
This code will allow you to embed flash on websites and those sites will validate on w3c validator.
Unfortunately, sloppy developers don't usually care about validation. :/
1
694
posted 12 years ago by trusktr
How to create a delete effect inspired by the iPhone iOS interface. By Carlos Yanez.
0
406
posted 12 years ago by Activetuts
this is my way of working out the contents of an object when I don't have access to a debugger like firebug
0
311
posted 12 years ago by iancrowther
This snippet will help create a flashSharedObject a.k.a Flash Cookie, which much better than conventional cookies since they remain through all browsers and cannot be erased by the user using traditional cookie erasing methods
3
538
posted 12 years ago by carbonr
The cleanest and most compact way I\'ve seen to empty out a display object.
2
565
posted 12 years ago by bshantz
pass in 2 json objects returns an array of all differences included those nested in children.
_Q used internally to pass through to self, do not pass in _Q
0
678
posted 12 years ago by tennison
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 (...
0
669
posted 12 years ago by rumremix
This code works for me without requiring any includes, plugins, or service packs. It should also integrate seamlessly with jquery.
0
582
posted 12 years ago by rumremix
SimpleSelector is a small DOM selector object with support for the most used selectors. It's also the default selector for the jLim JavaScript framework.
Why use SimpleSelector?
- very small, less than 2kb minified
- easy to use with $$()
- no...
1
589
posted 13 years ago by freelancephp
These are important object oriented principles (OOP) that one must understand in PHP to create dynamic web applications. I hope you find this useful in understanding inheritance.
0
395
posted 13 years ago by alvincrespo