Hi Friends,
I sighted a beautiful Warbler at Gandhinagar near Infocity last weekend, I started birdwatching since last 2 years and this was the first time I saw this beauty. And got a good record shot as well!!
Thanks,
Vipul
Personal Blogs – About me and my world!
Hi Friends,
This article help beginners to start with jQuery using asp.net.
You can load it in another page by clicking here
It describes
* Selectors
* Object Accessors
* Events
* Manipulation
* Ajax
* Ajax with JSON
* Effects
With jQuery using asp.net and with live demo.
Please let me know if any questions
Thanks,
Vipul
Hi Friends,
As the same way GujaratiLexicon look-up works, you are now able to look-up for words in Urban Dictionary too.
Option to look-up from Urban Dictionary is added to the popup as a link and clicking on this will open a same popup with data from urban dictionary.
For installation :
You need Firefox/Opera with GreaseMonkey
After installing GreaseMonkey you need to install both scripts listed below, after installing these scripts refresh your page and you are ready to use GLLookup!!!
Install following scripts:
Then
Install Popup Fix – GujaratiLexicon
and
Install Popup Fix – Urban Dictionary
New features added:
Look-up for words from Urban Dictionary.
You can see a popup like:

And on click of Urban Dictionary Lookup should display:
Please note: These scripts work as a plugin/addon to fetch gujarati meanings for selected word on webpage from www.GujaratiLexicon.com Or www.UrbanDictionary.com , all credits of dictionary goes to www.GujaratiLexicon.com and www.UrbanDictionary.com, your suggestions are most welcome!! You may face problems with this script if GujaratiLexicon or Urban Dictionary changes their structure of results being displayed.
Let me know if you find any problem or have any suggestion.
Hi Friends,
It’s quite helpful to have such a functionality while developing CMS based websites, to add hyperlinks automatically in place of the url or url pattern in content text.
I found an interesting method/code on codeproject.com that can help to create hyperlinks dynamically.
How to Make Dynamic Hyperlinks Using C# in ASP.NET
It saved my life, wish helps you too!
Happy coding!
Thanks,
Vipul
Hi Friends,
Here I come with my latest Javascript plugin(no jQuery! plain Javascript!!) it helps to get or set current caret position (cursor location) in textarea/input, to get selected value under textarea/input and replace selected value.
Why?
Sometimes we need to replace text selected under textarea or input with another text or wrap selected text with tags. There is no such cross browser solution available, this plugin helps to do so.
Check out demo page for more information.
Live demo:
(Click on the links below, will be opened in new browser tab/window)
There are more details on demo page, how to setup and use to make it fit in your requirements.
Download Plugin:
textarea.properties.min.js (Minified) ~ 2Kb
textarea.properties.packed.js (Packed) ~ 2Kb
textarea.properties.js (Uncompressed) ~ 3Kb
Please let me know if you find any problem or any help required. Provide your feedback in comments or contact me via GMail/GTalk.
Thanks,
Vipul Limbachiya
3d Pie chart
http://www.codeproject.com/KB/web-image/3dpiechart.aspx
Zedgraph - powerful yet complex. Easy for simple graphs with lots of customizable options. I’ve used this in one project.
http://zedgraph.org/wiki/index.php?title=Main_Page
Example of chart I made:
Code : TrafficHourlyReport.aspx.cs – Remove unwanted namespace and code in this class, you’ll able to run this with static values after attaching zedgraph dlls. (ZedGraph.dll and ZedGraph.Web.dll)
Graph library – Easy yet powerful.
http://www.codeproject.com/KB/web-image/GraphLibrary.aspx
Published via http://docs.google.com
Thanks,
Vipul Limbachiya