Saturday, August 3, 2013

C# Tutorial 84: How to Create An AutoComplete TextBox In C#
















-----------------------------------------------------------------------------------------
c# - AutoComplete TextBox Control
AutoComplete TextBox in C#
Create An AutoComplete TextBox Control In C#
TextBox AutoComplete in C#
How to implement AutoComplete in TextBoxes n C#
Autocomplete textbox in windows c#
How to make Auto complete text box
AutoComplete TextBox
Searches related to autocomplete textbox c#
autocomplete textbox c# from database
autocomplete textbox c# winform
autocomplete textbox c# web application
autocomplete textbox c# wpf
c sharp autocomplete textbox in c#
microsoft autocomplete textbox in c#
wpf autocomplete textbox
autocomplete combobox

Friday, August 2, 2013

C# WPF Tutorial 16- Database values in textbox if select Combobox












---------------------------------------------------------------------

how to bind combobox to textbox in C# WPF  sqlite
ComboBox and TextBox‎ C# WPF  sqlite
How to show combo box selected value in a text box‎  C# WPF  sqlite
selecting an item in combobox and display corresponding Populate combobox from  database C#
How to get data in combobox from database?
Populating a Combobox from a Dictionary WPF  sqlite
How to fill different ComboBoxes in a DataGridView  C# WPF  sqlite
code add database column to datagridview combobox C#
Populate combobox from database
How to get data in combobox from database?
Populating a Combobox from a Dictionary WPF  sqlite
How to fill different ComboBoxes in a DataGridView  WPF  sqlite
code add database column to datagridview combobox  WPF  sqlite
Enter values into combobox from database‎ WPF  sqlite
Enter values into combobox from database‎ C# WPF  sqlite

Thursday, August 1, 2013

How To Change Default Anonymous Avatar In Blogger Comments?

Is your blogger comment looking ugly with the default anonymous picture?No more ugly look again!In this post we will learn how to change the default anonymous picture and the default blogger user picture in blogger comments.This picture shows when there are no profile pictures attached to the users profile.
Add custom Avatar icons.

Steps to change the default Avatars in Blogger comments

  1. Go to your Blogger Dashboard > Template > Edit HTML.
  2. Find </body> {Use Ctrl + F to search}
  3. Add the following code just above it.                                                                                                 <script src='http://code.jquery.com/jquery-latest.js'/>
    <script>
    $(&quot;img[src=&#39;http://img1.blogblog.com/img/anon36.png&#39;]&quot;)
    .attr(&#39;src&#39;, &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi1PSDJeRvX7OOOgw5ocC_apTnj0SIgJj99pinZsrg9tdu2VzaKZmUKTebnTIOIJ5L7RZqnBrHbFNMTrKdabdEuu_jYaktfimh3FRJv6n5O9_glBEI1jvQK0t_OMddgnobHjGbx-gE1ybU/s1600/default_avatar.gif&#39;)
    .ssyby(&#39;blank&#39;)
    </script>
    <script src='http://code.jquery.com/jquery-latest.js'/>
    <script>
    $(&quot;img[src=&#39;http://img2.blogblog.com/img/b36-rounded.png&#39;]&quot;)
    .attr(&#39;src&#39;, &#39;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgTC7JdOOAET2k5VVfrwwxvvmxoOhxbTz2a_WmL0bYJJIF97r7cLex5PtSBkNshEVPyZ4-rn9oKLfb_CJvf1DF_TU3OSpKEc7Qi54Pg-pbmrx-2uhKa767OKNgfVbdJGurmDVjCf57FeZM/s1600/blogger-user.png&#39;)
    .ssyby(&#39;blank&#39;)
    </script>
  4. Save the template.

How to add your own Avatar?

To change avatar for anonymous users change the URL in red with your avatar URL.
To change avatar for blogger users change the URL in blue with your avatar URL.

Use the following avatar or use your own:












https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjwvFaG1LSkSHf-qcgsRy_xpvGZGiA-NHIB6Zk91agJ8WmgXrjFhZQFC6IVp6OrRiwR2uw7yeGVSLgripyxTYoI4xT_6nvvyaJm2R0w-miUKZOWmKQ4L4zKUgM8BBqdm_yy-K0ecR_mN4U/s1600/anonymous3.png











https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgP_53kkH3ueTf5a9bb2VPr_WtnBeMg8LNwoRg3mmaVS_0PNpgebt3ADXC9uL9RxOHtcitLVqbFae9M0lyXbt2jagQKZT_qQ_S65p5ptHyPkArtwWStNBMZO1JiUvqv-WqRwx3ffiYqTr-z/s1600/blogger-user.png

Tips
To find avatars  use google images or other icon finder websites.
Thats's it!
Spread our words!

 

© 2013 Klick Dev. All rights resevered.

Back To Top