Saturday, October 16, 2010

<input type=”submit” value=”Subscribe” />

How to Customize your Feedburner Email Subscription Form


All of us like to have a good template with matching design and widgets. Feedburner provides a default Email Subscription Widget which may not suit to your templates. This post contains simple techniques to Customize your Feedburner Email Subscription Box.

So let’s start !

  1. Your Original Code will be like this:


    <form style=”border:1px solid #ccc;padding:3px;text-align:center;” action=”http://www.feedburner.com/fb/a/emailverify” method=”post” target=”popupwindow” onsubmit=”window.open(‘http://www.feedburner.com/fb/a/emailverifySubmit?feedId=Your feed ID here‘, ‘popupwindow’, ‘scrollbars=yes,width=550,height=520&#8242;);return true”><p>Enter your email address:</p><p><input type=”text” style=”width:140px” name=”email”/></p><input type=”hidden” value=”http://feeds.feedburner.com/~e?ffid=Your feed ID here” name=”url”/><input type=”hidden” value=”your blog name” name=”title”/><input type=”hidden” name=”loc” value=”en_US”/><input type=”submit” value=”Subscribe” /><p>Delivered by <a href=”http://www.feedburner.com” target=”_blank”>FeedBurner</a></p></form>




    2.Change Background Colour:


    To change the background colour, add:

    background: #00BB11

    just after,

    text-align:center;

    So the Code will be:

    <form style=”border:1px solid #ccc;padding:3px;text-align:center;background: #00BB11;“

    (For RGB Color Codes Chart, click here)


    3.Add a Background Image:

    To add a background image, add:
    To add a background image, add:


    just after,

    text-align:center;


    <form action=”http://www.feedburner.com/fb/a/emailverify” style=”border:1px solid #ccc;padding:3px;text-align:center;background: url(your image url here);“


    (Change the image URL to add your own)

    4.Change the Width of the Textbox:

    To change the width of the Textbox, you need to alter the code
    width:140px


    (You can just increase or reduce the size according to your requirements)

    For example,

    <input type=”text” style=”width:250px” name=”email”/>

    5.Add Default Text in the Textbox:


    You can add some dafault text in the textbox to make it more attractive to the visitors. Just use this simple technique:

    Remove the code

    <p>Enter your email address:</p><p><input type=”text” style=”width:140px” name=”email”/></p>

    and replace it with

    <input type=”text” style=”width:240px” name=”email” value=”Enter your email address” onfocus=”if(this.value==this.defaultValue)this.value=”;” onblur=”if(this.value==”)this.value=this.defaultValue;”/>

    6.Changing the height of the textbox:

    To change the height of the textbox, add:

    height:22px;

    just after,

    style=”width:255px;

    So the part of the Code will be:

    style=”width:255px;height:22px;…..

    (You can change the height according to your requirements)

    7.Changing Font-Colour and Font-Size of the Text:

    You can also change the font-size and colour of the text that users enters in the textbox.
    Add:

    font-size:15px;color:#AA33FF

    just after,

    style=”width:255px;

    So the Code will be:

    style=”width:255px;height:22px;font-size:15px;color:#000000

    (Change the size and colour to make it more attractive and matching with your template)

    8.Changing the Style of ‘Subscribe’ Button:

    To change the style of the button, you need to add a small piece of code to your template.

    • Go to Edit Template in the Blogger Layout
    • Search(Ctrl+F) for ]]></b:skin>
    • Add the following code just before ]]></b:skin>

    .button {
    background-color: #cc0000;
    font-size: 80%;
    font-family:Tahoma;
    font-weight: bold;
    color:#ffffff; }


    • Save the Template
    • Now make a slight alteration to your Feedburner Email Widget code:
      Replace:

    <input type=”submit” value=”Subscribe” />


    with,

    <input type=”submit” value=”Subscribe” class=”button”/>


    you can change the size,colour and face of the font

    9.Removing Delivered by Feedburner Link:

    It’s very simple!
    Just remove:

    <p>Delivered by <a href=”http://www.feedburner.com” target=”_blank”>FeedBurner</a></p>

    Drops your comments below if you liked my tips!

    THANKS TO-tipsblogger





Friday, October 15, 2010

New Facebook Like button for blogger

Facebook has now released an improved version of its like Button. The Facebook Like button will show the no of likes just like the tweet button does.The like button has some changes from the older version in the way the user is allowed to like and unlike.

A Screen Shot of the New Like Button





Integrating the New  Like Button into your Blog

1. Blogger – Login to  your Blogger Dashboard, Navigate to the Edit HTML tab underDesign and follow the instructions at this page (It also has instructions to upgrade your old like button to the new one)
2.Wordpress – Edit your  Wordpress theme and insert the following code into your Wordpress Post Loop(If you want it to appear on Post pages only, then edit single.php.Otherwise you will have to edit multiple theme  files) 
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink($post->ID)); ?>&amp;layout=button_count&amp;show_faces=false&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=arial" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:450px; height:40px;"></iframe>

Parameters

1.layout=button_count will provide you with the new like button.If you change it tolayout=standard , then you will get the older version of the like button
2. show_faces=false If you set this parameter to true(show_faces=true), then it will show faces of those who like your post
3.There are three different color schemes available . The code has the light color scheme. To use the other two color schemes change colorscheme=light tocolorscheme=dark or colorscheme=evil
4.you can also change the font used by changing the font parameter
You can change font=arial to any of
  1. font=lucida+grande
  2. font=segoe+ui
  3. font=tahoma
  4. font=trebuchet+ms
  5. font=verdana
5.To change the text that appears on the button, you can change action=like toaction=recommend
Do you like the new version of the Like Button? Let me know!



Tuesday, October 12, 2010

Record your screen ONLINE

Problem: You are working in an Internet cafe where you don’t have permission to install new software on the computer so how do you capture a video of your desktop screen activity?



Enter ScreenToaster, it’s a free web based screencasting tool that requires no installation and can record a movie of your full desktop screen (or just a rectangular portion) in few clicks.
Screen Toaster is a screen recorder cum screencast hosting service – when you are done recording, the video is uploaded online automatically and becomes immediately available for sharing via email or for embedding on other sites.
And since Screen Toaster is written as Java web applet, it will work on pretty much every OS including Windows, Mac and Linux machines that have the Java runtime.
Screencast-o-matic is another similar online screencasting app but what you may like more about Screen Toaster is that it renders videos as streaming Flash so it becomes easy to embed screencasts in web pages vis-a-vis Java embeds.
The downside – Screen Toaster doesn’t record audio and there’s no option to export output videos as QuickTime movies – these facilities are available in Screencast-o-Matic!
screenr is another recording site
to use screenr use he following steps
1) Go to screenr You should see a yellow button that says "Record your screencast now!"

2) After you have clicked it, it will ask you to run a java applet. Run it. Don't worry, it's not a driveby ;).

3) Adjust the dimensions of the box until you get your desired screen size. When you are ready to record click the red record . Then, a red box will indicate that you are recording.

4) When you are finished recording, press the DONE button just a little right from the original record button.

Notes: You can only record up to 5 minutes of footage, you also MUST have a twitter account.

I hope this will benefit some of you. Enjoy!

Record your screen ONLINE

Monday, October 11, 2010

Register username for your facebook profile and pages


Untitled-1In twitter you have profile url like www.twitter.com/technowit which is simple and can  easily be remembered. Its simplicity also helps in promoting any product as it prevents going on twitter copying and pasting the profile address. Any person can easily type it whenever needed.

The same can be done with facebook. In twitter the its asked during the registration itself but in facebook it has to be selected afterwards.
You can select username for your facebook profile and also pages that you have created.As I told earlier selecting any username shorts the address and can also be easily remembered.
Its really easy to select the username. Login to your facebook account and visithttp://www.facebook.com/username/. There you will be asked to select username for both the username profile and pages.
Just select and save it.

for Technowit

Remember once you have saved the username then their is no turning back that is you can't change it afterwards. If you have any question then visit  Facebook Help center

Sunday, October 10, 2010

Technowit Redesign !!!!!!


After a so long time now technowit come with a new look .
My friend jdsans help me to provide me a new look.
we create a hard effort to make technowit lighter and easy to use.
so that readers can find good content easily.Also tried to provide better option to keep in contact and if readers find any difficulty can contact easily .
so i tried my best to provide best service to our readers please keep visiting and also tell to yours friend about technowit.

soon we will also launch the service of guest blogging so that you can share your articles with us and to our readers.
I hope u will share us with your friend.

Thanks for visiting
TANJ VRM (TANUJ VERMA)