Help A Poor Child: No one has yet fully realized the wealth of sympathy, kindness and generosity hidden in the soul of a child. The effort of every true education should be to unlock that treasure. Help A Poor Child is a non-profit, voluntary activities, founded in 2006, to provide assistance to children and families struggling in terrible poverty.
Regular expressions are a powerful tool for examining and modifying text. Regular expressions themselves, with a general pattern notation almost like a mini programming language, allow you to describe and parse text. They enable you to search for patterns within a string, extracting matches flexibly and precisely. However, you should note that because regular expressions are more powerful, they are also slower than the more basic string functions. You should only use regular expressions if you have a particular need.
Small fish in the sea
A ColdFusion programer since 2006 which have developed various web based applications using Adobe ColdFusion (from version 4.5 to 9).
manoj_kothari9@yahoo.com
+91 9711601778
Usefull tips
Video times
Here are some videos related to ColdFusion, Database tutorials. Hopefully it will be helpful for you.
Tip for the day
Use ListAppend() instead of string concatenate
Suppose we have a list i.e "one,two,three" and want to add another text "four", you can use ListAppend() of coldFusion.