Web Developers Portal
learn and share
Thursday, 24 May 2012
Install Python
›
python installation instructions 1. Download python from http://www.python.org/getit/ 2. Choose the installer for your machine...
Wednesday, 2 May 2012
Install standalone blast for windows
›
BLAST allows you to compare your sequence against a database of sequences and informs you if your sequence matches any of the sequences in ...
4 comments:
Thursday, 12 April 2012
How to implement CAPTCHA in PHP?
›
CAPTCHA is used to prevent spam abuse on the websites. If we have a public submission form on our website (contact Us page), we can use CA...
Wednesday, 11 April 2012
Table sorting in php using javascript?
›
The below example sort the table using java script. you can populate the table data from database using php. You need to create 2 folders c...
2 comments:
Thursday, 5 April 2012
Get the value of t:inputCalendar if readonly is true
›
<t:inputCalendar id="cal" value="#{backingBean.date1}" renderAsPopup="true" popupDateFor...
Wednesday, 4 April 2012
How to Wrap text in a cell of a html table?
›
Normally wrapping of text happens automatically in HTML tables.But if the text contains no delimiters(like "Thisisatext" instead ...
1 comment:
Thursday, 29 March 2012
How to change the apache port for xampp?
›
By default, Apache Server listens on port 80. But if that port is already being used by some other application and you dont want to stop th...
‹
›
Home
View web version