Search comma-separated list attribute using jQuery
I have an attribute that is comma-separated list, and I want to search for a particular value in that list
example:
<img id=”img1” src=”somepic.jpg” tags=”nature,flower,color”>
SOLUTION
Using jQuery, it’s simple to do, for example, I...
Get radio group value with Jquery
Assume you have one radio group name default_lang and you want to know which one is selected
<input name="default_lang" value="en" type="radio" />
<input name="default_lang" value="fr" type="radio" />
<input name="default_lang" value="de" type="radio" />
Well, it’s easy...
How to show the last editor of a document in Domino
How to get the last editors of a document? this little trick (thanks to David Hancock) will help you
@Subset($UpdatedBy;-1)
Simple, isn’t it?
Installing Apple Remote Desktop in OS X Lion or Mountain Lion
The Apple Remote Desktop 3.3 installer may report that it requires Mac OS X v10.6 when used with OS X Lion. In Mountain Lion, the Apple Remote Desktop 3.3 installer may...
Mac Lion Skin Pack 12.0 for Windows 7 x32/x64
Love the Mac OSX Lion GUI? Then this pack is the only thing you need to transform your Windows 7 32 or 64 bits into Apple OSX.
Before installing the theme you...
Google Plus Theme for PyroCMS
Worked with PyroCMS recently and this time I tried to make my own theme, inspired by Google Plus
The theme uses FluidGrids CSS Framework for fluid layout and SuperFish for vertical menu dropdown
Here is the screenshot
I...
PYROCMS Tag Reference Cheat Sheet
I started to work on PYRCMS for a few personal projects and found that it’s quite powerful & flexible with my favorite Code Igniter PHP framework.
I looked for a cheat sheet of...
How to get free extra storage for Dropbox
Dropbox gives you 2GB for free account. You can get more storage space by paying money or referring others to use Dropbox.
In this post, I will show you another easy way...