Web Developers Portal
learn and share
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...
Thursday, 22 March 2012
Dynamic Menu Highlighting using php and CSS
›
The below example explains making a navigation menu that dynamically highlights the currently displayed page using php and css It is bet...
1 comment:
Thursday, 15 March 2012
ImportError: No module named BeautifulSoup
›
To fix this issue 1. Download BeautifulSoup from http://www.crummy.com/software/BeautifulSoup/#Download 2. Extract it into a folder ...
‹
›
Home
View web version