24 Dec
kirankamble Blogging, SQL, Twitter, Web Development, jquery
Mozilla has lots of addons, plug-ins and application which are useful for make your browsing better form all the aspects, here are some best addons for facebook and very famous Twitter.

1.Facebook Toolbar for Firefox
Facebook Toolbar adds Facebook search and activity notifications to Mozilla Firefox.
if you use this then you come to know there are many ways to save you time , you get the notification via popup when your friends update there status or if they upload any pics on Facebook ,
![]()
Firefox Facebook Toolbar
2.Boost for Facebook
The perfect extension to customize your Facebook experience with more than 300 skins.
3.Facebook Video
This Firefox extension enables Facebook users to share videos with friends outside of Facebook.
this is very nice one which provides options for download, convert the cideo or customize the code too.

Facebook Video
4.TinyTweet
Once you install this extension, just highlight any text on any web page, and click on the “tweet this” button. A short link is created automatically, and the selected text is ready to be tweeted.

TinyTweet
5. TwitKit
You can see the list of your friends and followers, and their latest tweets.
TwitKit
6. Echofon for Twitter
You can also view updates in a timeline and post your own tweets. Some of its key features are,

hope u like it ,……….
I have seen many games , but couple of days i found very intersteing game whcch is base on Twitter-based web. there are many games , but here i found some very nice games, Its really nice whenever you achieve things within a game , it get notify your twitter followers.
1. SNODS: Social Networks Online Defense it has many features that will want to play whenver you boot up your PC.it has basic premise like capture and hold highest value twitters , means You have to find out most popular celebrity in twitter user on Social network and attempt to kidnap them , here you need to complete the mission that increase your ability to captures the twitts.
SNODS is a really neat game. Think of it as a social role-playing game that, at first glance, might not make a lot of sense, but after you try it out, it’ll take up the lion’s share of your time.
(Credit: Screenshot by Don Reisinger/CNET)
2.Spymaster: Spymaster is similar to SNODS, it requires the engage in espionage , and build your spy-ring and become a Twitter friends. it will give you option about what you want to share with your twitter profile , and more share on you will start with , but i dont annoy twitter followers , so i just start digging fame , and createa apowerful spy-ring, here goal is very clear you have to recruit as many as twitter followers as possbile .
here you can You can buy items, track your cash, deposit funds into a Swiss account, and much more. It’s really an impressive title.

(Credit: Screenshot by Don Reisinger/CNET)
ones you signp with 140 mafia , the game will gives you option on Choosing the what you can sent to your browsers from the littile and what cant ones you start your own mafia crime family. You need to recruit other Twitter users into your family, while engaging in criminal activities to build your coffers and notoriety.
this game is based on attcj ability , your strength , defend yoursef and gather some points its really cool
and you can also say its just like “<b>The Godfather, </b>”.
140 Mafia is a really fun game. It won’t get your blood pumping like Grand Theft Auto, but it should help you pass the time.

(Credit: Screenshot by Don Reisinger/CNET) Really nice one, lets look at ones
24 Nov
kirankamble Blogging, C#, Html, Programming, SEO, SQL, Web Development, jquery
Custom Field Validator is one of the best way to validate your page, with different different way like there are so many ways you can use this validator like validating date, drop down , checkbox and so many .
here is one basic example on how validating date or Birth ( it should not be greater than current date)
1. Create a Hidden field control
<asp:HiddenField ID="hdnCurDt" runat="server" / >
2.now you can convert that date according to your required format ( YYYY-MM-DD or DD-MM-YYYY)
hdnCurDt.Value = DateTime.Now.ToString(“MM-DD-YYYY”);
3. create new custom filed validator
< asp:CustomValidator ID="custDOB" ControlToValidate="txtDOB" ClientValidationFunction="CheckDate" ErrorMessage="DOB less than Current Date" SetFocusOnError="true" runat="server" > </asp:CustomValidator>
4. now for validation you can use both way server side validation as well as client slide validation . here is server slide validation script
if(DateTime.Parse(dr["txtDOB"].ToString())).ToString(“MM-dd-yyyy”) < DateTime.Now)
// birthday is less than today’s date
else
// birthday is greater than today’s date
hope it will help you,
20 Nov
kirankamble Tips and Tricks, Web Development
so many time we are facing this problem when we are using FF(Mozilla Firefox) . issue is we need to enter userid and password when we are using localhost,on IE(Internet Explorer) it has some internal ability to window user for Authentication ,but on firefix its not but don’t worry, you’ll have to make a quick some configuration change.
follow the steps :
1) Open up Firefox and type in about:config as the url
2) In the Filter Type in ntlm
3) Double click “network.automatic-ntlm-auth.trusted-uris” and type in localhost and hit enter
4) thats it ,
hope it will help you, if you like this trick show your appreciation on reply
most of the time we are intersted to
maintain our own server to trace all the
send & receive mail.
here i found some good links for Setting free Mail Server
you just need to follow the steps.
1. Download Free Mail Server.
2. Configure your server According to same ,
07 Nov
kirankamble API, Blogging, Html, Programming, SQL, Tips and Tricks, Twitter, Web Development, jquery
Twitter is one of the best social networking site , you need to simply add tweetmeme button to your blog or site to generate the larger amount to traffic to your site. Tweetmeme and Retweet both track the retweets of the site link as well as blog posts also. now you are more intreasted on how to add this button to your site or blog .
here are some simple steps you can add this button on your blog
1. Before adding tweetmeme button to your blog , you need to singin first to your blog
go to Dashboard - > Layout -> Click on Edit HTML
2. now click on Expand Widget templates.
3. now search the following code <data:post.body / >
4. put this code on above this
<script type="text/javascript">
tweetmeme_source = 'talktweetmeme';
tweetmeme_url = ‘ <data:post.url/ > ’;
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js">
</script>

5. tweetmeme provide two button , if you use above code you will see this button on each post
but if you want compact size button add this line in your code , so your code will looks like
<script type="text/javascript">
tweetmeme_style = ‘compact’;
tweetmeme_source = 'talktweetmeme';
tweetmeme_url = ‘ <data:post.url/ > ’;
</script>
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js">
</script>
so your button will looks like this way :
![]()
6. ones you done with this save your templates , that it and you will get the retweet button on your post.
thank you.
Model box used for several purpose, you can use that for showing additional information, displaying big image , you can also you for Login window , any message for user , Feedback and so many .
Below are best jquery model box collection.
1. JQuery UI Dialog
Modal box of JQuery UI,support for many ways you can dragg that box any where .

2. SimpleModal
Simple model is very much lightweight plugin which provides very simple interface with
various model dialog box.

3. Boxy
boxy is also one of the cool and looks like Fackebook dialog box , but it has many features then the Facebook you can resize it , Drag it any where .

4. jqModal
its a minimalist modal box for jQuery . it has some stylished look and nested model
some cool features are :
- User Friendly
- Supoort multiple model
- Translator friendly

5. ColorBox
This is also ight-weight, and main thing is Customizable you can easily customize , and one more best thing is its a W#C standards.
Some Features are :
- its supports photos, inline and inframed content.
- Generates W#C valid Xhtml & css
- Lightweight : 12kbs
- preload images and all
- Completely unobtrusive


Jquery modal box , Model Box, Jquery ,Ajax Model box ,
if u know more add it on commnets.
29 Oct
kirankamble API, Blogging, Tips and Tricks, Twitter, Web Development
Twitter now come up one more new features as a List Featureit allows you to Group the user you follow and you can share those for others to also follow same A great way to organize the people you follow and discover new and interesting accounts.

its a very simple process to list, on homapage you can see that feature a list that allow you to start simply by clicking , now you enter the name (list name ) , that must be public or private.
it will show you like this way twitter.com/USERNAME/LISTNAME

now ones you create a new list now next steps is you can adding people to your list , its not that much easy coz in that you have to serach the follwer accroding to you. that means you have to add that manually ,
if you want how it works you can see the a team list which is following around 110 people .you can get that team list here also.
23 Oct
kirankamble API, Blogging, Html, SEO, Tips and Tricks, Twitter, Web Development
now a days Twitter popularity is get increasing day by day. because of its some cool features , Twitter web interface is very interactive , simple , and user friendly. it has very feature but they all are rocking , you can easily play with twitter features and all , site is too specific and too small but the concept and included features are very useful .
here i found some Excellent UI features that can tell how Twitter is ?
1. Auto Complete in Tweets section
in todays web application Auto complete has great priority in all the aspect , people are very much intersted with auto complete part , definatly it increase your search speed to sending twitts directly to anybody there is one format with username
, you can only type ‘@’ and after that it will show you the list of all username follow by your search criteria
2. Built-in URL shortener
Twitter using one of the best concept of shorten url , its a really great idea to reduce the long length of url , there are so many services are there for URL- Shortening
like this way :

3. threading of Tweets.
Twitter is a collection of information and nice discussion on many topics ,but current UI is not
allow to view that discussion in between more person.
in that ‘Replies option’ can help you for same you can view that thread by clicking on
Collapse thread or show thread, it will show you very nice tree view structure of your thread reply.
4.Show meta information on hover using Tooltip
tooltip is attractive graphical UI element which allow user to view more information on related with that information, ones the user move the mouse cursor on
that position or text then it will show you small tooltip for that records you can say its a additional information of that records.
here you can see how its look like
5.Enable grouping of friends
Grouping is very useful concept , in which you can restrict the people to sending or receving tweets, you can say reducing the noise in your feed , which can help you to keep your tweets secure and well in manear ,here on Example you can see i have creating one Group “Collage-Friends” now i can only send my tweets to collage friends
like “student gathering on 1 jan at 12 a clk at Amsterdam”
6. Twitter List
Twitter now come up one more new features as a List Feature view more..
Have any ideas ?
hope u like this , if you know more on Twitter UI , please add your discussion on comments