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 delete Sphinx Search Service in Wind
1. DELETE Sphinx Search Service in Windows
C:sphinxbinsearchd –delete
If you installed with –servicename (e.g: SphinxSearch) then remove it with
C:sphinxbinsearchd –delete –servicename SphinxSearch
2. REINSTALL Sphinx Search Service in Windows
C:sphinxbinsearchd –install –config C:sphinxbinsphinx.conf –servicename...
“Object variable not set” error when installing ExtLib
If you try to deploy Xpages Extension Library and get the error
Object variable not set (#91) in:
dlgimportsite: click (line9)
When doing “Import Local Update Site” then the problem might be that your...
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?
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...
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...
How to delete a file using SSJS in XPages
It’s easy to do file deletion operation using java.io.File class because the class provides us a delete() method, but unfortunately you can’t use that method inside Domino Designer’s SSJS editor, you...
WordPress Cheat Sheets collection
Working on WordPress? And you want a quick way for reference, then choose one of the following cheatsheets, they are great & helpful.
1. WordPress Cheat Sheet by Andy Wibbels
Download: http://andywibbels.com/files/WordPress_Cheatsheet_v1.pdf
2. WordPress...
The following artifacts could not be resolved: javax.jms:jms:jar:1.1
Building a project with maven and have the problem with POM configuration that result in error when compiling
The following artifacts could not be resolved: javax.jms:jms:jar:1.1, javax.media:jai-core:jar:1.1.3, com.sun.media:jai-codec:jar:1.1.3: Could not transfer artifact...