Blog Moved

Blog Moved to: www.techwn.com
Showing posts with label tutorials. Show all posts
Showing posts with label tutorials. Show all posts

Tuesday, 1 November 2011

Forwarding Email Account [Gmail Explained]

Do you want to use secondary email address while hiding your personal email account? or Do you want to connect your multiple email account to single account?
Here is how it can be done:
Email forwarding is an option provided by your email provider like Yahoo mail, Gmail, Hotmail etc. You can forward your multiple email accounts to a single private account to get all emails delivered to your private account.

Forwarding Email in Gmail:
Suppose you have two email IDs Public & Private and you want to forward all incoming emails from public id to the private id.
1. Sign in your public email id.
2. Click on the Options icon at the top right corner in your browser window (it will take you to the options page)

3. Now, under the settings page, click on the Forwarding option.
4. Click add a forwarding address and enter your private email.
5. That's all, Now all incoming emails which is sent to your public email account will be forwarded to your private email account.

Saturday, 29 October 2011

phpBB adding "AddThis" Social sharing button

Sharing on social networking sites are very good and traffic generating. There are many plugins that adds social sharing button in wordpress but its a bit hard to add social sharing buttons in phpBB bulletin board. Well, Here everything explained how to add these buttons to your forums.

1. Login to your hosting account and open file manager.
2. Navigate to Forums > Styles > Your current Style > Template > Viewtopic_body.html
3. Open viewtopicbody.html and edit it.
4. Press CTRL+F and find the code below:

</span><br />{postrow.SIGNATURE}</div>
5. Add the code below right after the above code:
<!-- AddThis Button BEGIN -->
<div class="addthis_toolbox addthis_default_style ">
<a class="addthis_button_facebook_like" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet"></a>
<a class="addthis_button_google_plusone" g:plusone:size="medium"></a>
<a class="addthis_counter addthis_pill_style"></a>
</div>
<script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4eac6d5c6431ec66"></script>
<!-- AddThis Button END --> 

6. Login to your phpBB admin account and Purge the Cache under General tab.

That's all, You are done!

See the result below:


If you have questions, please let me know. :)




Tuesday, 25 October 2011

AdRorator Control in ASP.NET


The AdRoatator control displays a sequence of images, known as advertisements, on a Web page. The sequence in which the images appear can be predefined on random in nature. These advertisements, which all Internet users are familiar with, are image files in GIF, JPEG, or other formats that the user can click to navigate to the advertiser's website.
Inheritance hierarchy of Adrotator class:
System.Object
  System.Web.UI.Control
        System.Web.UI.Webcontrols.WebControl
             System.Web.UI.WebControls.BaseDataBoundControl
                 System.Web.UI.WebControls.DataBoundControl
                     System.Web.UI.WebControls.AdRotator