-
Soon we have .परीकà¥à¤·à¤¾ instead of .com
I just visit my TLD list at http://www.iana.org/domains/root/db and found that multilanguage TLD are under testing and the hindi (devnagari) domain for testing is .परीकà¥à¤·à¤¾ (Examination in english). there are other language TLD under testing as well. I am really excited to see my blog with hindi domain. Hope they finish their testing before next…
-
Hello World
As a computer software programmer, one must have learned and use these two words “Hello World”. It is unsaid theory to write a hello world program to start learning a programming language. You can read the “greatness” of hello world at http://en.wikipedia.org/wiki/Hello_world_program. Or get a Hello world program for your programming language from this collection…
-
Internet and SMS for property Selling
Recently we finish a site for property selling, for this customer is demanding something really good. For their need we search the internet and found that nothing good is available. Then customer comes with a unique sort of idea, which we develop for them. Their idea is to get a SMS code for each property…
-
Have a complaint?
So you need a web platform to shout your voice to tell what goes wrong with you. Have a complain on some company, product or service. Here is a platform for Indian Consumer http://www.consumercomplaints.in Go an lodge your complain. Best of luck with your complains
-
Spell Checker for Web Application (PHP on Linux )
Well try this http://activecampaign.com/activespell/ free spell checker, it use backend pSpell component installed on PHP to work, but is very good spell checker for your HTML editors and TextArea boxes. I have used it in past and found it easy to install.
-
http://www.code3d.info
Developers own forum, discuss any programming language, any programming culture. This website is dedicated forum for developer, where you discuss and only discuss your programming and software development. http://www.code3d.info is a home for every software developer. Please visit this site and share this new world. (This website is just launched and need members like you).
-
Comparing Date Range (Date Interaction checking through SQL)
As title says, I was looking to compare User give date range with date range saved in mysql Database. I search internet and found a great small function that solve this problem for me, though they create a function for some programming language but I use same function in mysql (as per mysql syntax) and…