Popular Posts

World News

Add Table in Your blog posts

Saturday 11 February 2012

In this posts i will tell you how you can add tavle in your blog posts by using html
to create table we use Tag <table>and we end this tag by </table>

we know that in table there is row and column lets we know each one by one two insert row in table we simply use <tr> tag and this and with </tr> inside table tag 
here example

<table>
<tr></tr>
></table>

now to add column in table we use tag <td> and end this with </td>  this will inside <tr> tag
here example
<
<table><tbody> <tr><td></td></tr> </tbody></table>

you can chack this just by using notepad

let we add more row and column 

Table Header Table Header Table Header
Table Cell Table Cell Table Cell
Table Cell Table Cell Table Cell
Table Cell Table Cell Table Cell

for this we need this code
<table >
<tr>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr">
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
</table>



now we see how we can add color in table and border in table


<table border="2" bordercolor="#0033FF" style="background-color:#99FFFF" width="100%" cellpadding="3" cellspacing="3">
<tr>
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr">
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
</table>

example:=

Table Header Table Header Table Header
Table Cell Table Cell Table Cell
Table Cell Table Cell Table Cell
Table Cell Table Cell Table Cell

if you want alternet color in table than use this code

<style type="text/css">.nobrtable br { display: none } tr {text-align: center;} tr.alt td {background-color: #eeeecc; color: black;} tr {text-align: center;} caption {caption-side:bottom;} </style>
<div class="nobrtable">
<table border="2" bordercolor="#0033FF" style="background-color:#99FFFF" width="100%" cellpadding="3" cellspacing="3">
<caption>A Blogger Table Caption</caption>
<tr style="background-color:#0033FF; color:#ffffff; padding-top:5px; padding-bottom:4px;">
<th>Table Header</th>
<th>Table Header</th>
<th>Table Header</th>
</tr>
<tr class="alt">
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr>
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
<tr class="alt">
<td>Table Cell</td>
<td>Table Cell</td>
<td>Table Cell</td>
</tr>
</table>
see example

Table Header Table Header Table Header
Table Cell Table Cell Table Cell
Table Cell Table Cell Table Cell
Table Cell Table Cell Table Cell
Continue Reading | comments

Create Free Flash Banner Without Advertising

Monday 6 February 2012


Hey Friend Lets us see how we can create free Flash Banner, if You go to any flash banner creator they advertise  their name on banner,now lets we create a Flash banner in no advertising just your own word will on banner 

Step - 1
Download  SWiX Flash Editor Software














  • Full support of Flash format version 5, 6, 7, 8, 9 and 10
  • Decompiling of SWF into SWiX-format XML
  • Syntax highlighting, code formatting, code completion
  • Preview of modified SWF files
  • Reassembly of SWiX-format XML into an SWF
  • Open XML based SWiX-format as a ZIP archive
  • Multidocument interface
Version  :-     1.3.0.1927
License  :-    Free for personal use
Build      :-    March 24, 2010
File size :-    0.9 MB
OS           :-    XP/2000/Vista/Windows 7

Download :- Click here
 Home page:- Click Here

Step - 2

1. Go to flashvortex.com
2. choose any Flash Banner from list
3. Fill the Following form with Required Data
4. Click on "Generate Animation"
5. Click On "Click Here To Download" Button To Download swf File On your PC


6. Open your swf file with SWiX
7. Go to view at the top options and Select on Movie XML











8. CTRL + F to find  "ShapeId" 


 9. Remove Shapeid="0" After Remove Code Look Like This <DefineShape3>
10. Now find again "Shapeid" And Remove it
11.Click On Play Button And Check It It's Removed???












Note :- If falshvortex.com is not removed than find again shapeid and remove it from XML code Of Flash file 
Continue Reading | comments (1)

How to Add Static Facebook Like Box with Smooth Jquery Hove Effect

Sunday 5 February 2012



Step 1: Adding Jquery JavaScript Plugin(Ignore this step if your blog have already a Jquery Plugin)
  1. Go to Blogger Dashboard < Design tab > Edit Html
  2. Search for </head> tag
  3. Add below line of code Before </head> tag


4.Now go to page design and add gadget select html/JavaScript  and add below code



<script type="text/javascript">
/*<![CDATA[*/
jQuery(document).ready(function() {jQuery(".w2bslikebox").hover(function() {jQuery(this).stop().animate({right: "0"}, "medium");}, function() {jQuery(this).stop().animate({right: "-250"}, "medium");}, 500);});
/*]]>*/
</script>
<style type="text/css">
.w2bslikebox{background: url("https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEj55-31wMcXed81GdoFleLFeZjjAai-kuga_yyUYqRoM604DLUvGOlH1btWtAJYl-09HayVt4ycKOilozcLifP-UJeqwy9pbKBrxcgZzp5KIX1FbNnjzSRDHPTKj2RYEsTff5-XRLeybjpb/s150/w2b_facebookbadge.png") no-repeat scroll left center transparent !important;display: block;float: right;height: 270px;padding: 0 5px 0 46px;width: 245px;z-index: 99999;position:fixed;right:-250px;top:20%;}
.w2bslikebox div{border:none;position:relative;display:block;}
.w2bslikebox span{bottom: 12px;font: 8px "lucida grande",tahoma,verdana,arial,sans-serif;position: absolute;right: 7px;text-align: right;z-index: 99999;}
.w2bslikebox span a{color: gray;text-decoration:none;}
.w2bslikebox span a:hover{text-decoration:underline;}
</style>
<div class="w2bslikebox" style="">
    <div>
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Ffacebook.com%2Fmithilaworld&amp;width=245&amp;colorscheme=light&amp;show_faces=true&amp;connections=9&amp;stream=false&amp;header=false&amp;height=270" scrolling="no" frameborder="0" scrolling="no" style="border: medium none; overflow: hidden; height: 270px; width: 245px;background:#fff;"></iframe><span><a href="http://myblogtricks.blogspot.com/">Myblogtricks</a></span>
    </div>
</div>




Change  highlited area with your page name 


Continue Reading | comments

Add Pop up Ads Window in blog or website


some time you find in website they show pop up ads when you go to any web page because this is very possible time to  high impression and click point of view.now this time to use this window in your blog
  1. * First go to your blogger Dashboard.
  2. * Now click in design tab and edit HTML.
  3. * Click in small box to expand your blogger Template.
  4. * Now find this code </head> by CTRL+F key easily.
  5. * Copy below code and paste before </head>



 Now  save your Blogger Template.



 Now Go to  Page element.


 Click In Add Gadget which is in your blogger sidebar.


 When open new window click in HTML/javascript from list.


 When open new blank box copy below code and paste in blank box.



Don't forget to replace ADD HERE YOUR ADSENSE CODE with your adsense code 

If You like our article please leave comment 
Continue Reading | comments

How Setup .tk (dot tk) Domain Name in Blogger

Sunday 29 January 2012

There is many  reason behind changing sub domain to top level domain name Is your Blog at Blogspot.com?  Are you feeling This your long domain name like your-blogname.blogspot.com, giving you bad reputation at many points of view? If your answer is yes! Then you came to right place and read  my post.

Frst Question In Your Mind Why should I change to custom domain?
Search engines except Google, rest of all  never result your blogspot well at their listing. Social networking sites don’t like your blogspot.com tag when compared with top level domain. They don’t love to back link you. Moreover, the blogspot.com domains are blocked by some Internet service providers including China. You can also get custom e-mail like admin@your-domain.com with Google Apps. So this time, I am posting step by step guide to set up a custom domain using Dot.tk.

Guide to set up a Dot Tk custom domain using free DNS service:
Step-I:
GoToDotTk
     Dot Tk
  1. Enter your preferred domain name with .tk extension and click Next. If entered domain is available, you will be promoted for further steps.
  2. Now it shows availability of your domain and asks whether you are continuing with free domain or not. For free domain you need to produce minimum of 25 hits per 90 days. Free domain has same services as paid domain. Select your choice and move on to next step.
  3. Enter your blogspot URL and E-Mail for the registration. Here you have to verify your Dot Tk account by email.
  4. Now log on to your Dot Tk account and expand My Domains tab on your left side menu -->> then click List My Domains and then Modify button.
  5. In drop down menu select Use Dot TK Free DNS Service and configure your DNS settings like below shown screenshot according to your domain name i.e. replace filmyhub.tk with your dot tk domain and keep all the remaining options same. Configurations methods are clearly explored below the image.
  6. Add the host names with ip address to A-records like:
    216.239.32.21
    216.239.34.21
    216.239.36.21
    216.239.38.21
    Here host name field is your Dot Tk Domain without WWW. Set CNAME records ip to ghs.google.com and host name field to your Dot Tk Domain with WWW.
Step-II:
  1. Log on to your blogger account.
  2. Go to Settings and open Publishing tab in your dashboard. Now click on Custom Domain and then Switch to advanced settings.
  3. Enter your Dot Tk domain with www. Then save your settings.
  4. Note that changes will be appeared within 30 minutes. So be patient and check back your domain later. For better understanding, you can check out video tutorial : click here for Youtube video. Guys! leave your feedback here as a comment.
If You Think Our This posts Help You Then leave A comment For us
    Continue Reading | comments

    Newsworld WordPress Templates Free Download

    Newsworld  Magazine templates By Deluxe Theme This templates is premium templates by DeluxeTheme But here i am giving you this totally free ,any problem please try original by Deluxe Theme

    newsworld theme maskolis

    News world have following feature

    • Original PSD Templates Included!
    • Control panel to manage the theme options
    • Simple Installation (instructions, how-to guide included)
    • A unique blog layout featuring a super presentation of blog posts
    • One of a kind News Filter Module to browse all blog posts.
    • Ajax-powered Archive Templates with Various display options
    • 12 different sorting options
    • Unique content tagging for news, photo, or video content
    • Ajax Pagination in Archives
    • Custom comment pagination system included
    • Automatic Thumbnail Creation & Caching
    • Ad Manager module built-in, ad rotation, ad monitoring, and more
    • Custom photo gallery templates
    • QuickVideo Publisher to post videos from 60 + video sites easily
    • Fully-widgetized sidebar (no hardcoded widgets)
    • Custom widgets to show weather, galleries, advertisements, etc.
    • Compatible with WordPress 3.0 or higher
    • Compatible with all modern browsers

    For demo visit here:=http://deluxethemes.com/newsworld/
    To Download:=http://www.mediafire.com/?pav7tdovtjvxvtj
    Continue Reading | comments

    Best Advertising Company Like Google

    Hello Friends Had You Set up Your Blog Or Website Now you think to earn money with your website,Be aware while you choose your ads partner we recommended you to choose google Adsense but Google has some Condition if Your website does not meet with their criteria then they will disable your account, so if you are choosing Google adsense this is good but be aware your site have no any other stolen content on your website or blog this top earning company over the world and most user use Google adsense    if you want make money with google then  click here 
    Note:- 
    1. please remove your all content from your website that is subjected to copywrite 
    2. if your blog have content from other site please change that copy as it is from other is calling Stolening
      and make an information from any other website and write them in your word is calling researching so that do researching  always 
    Here i am giving you Five best Advertising Company Name which pay you like google 
    1. Adproud 
    2. Admaya
    3. Chitika
    4. Bidvertiser
    5. Adclick

    So friend please work with this and make money from your website
    Continue Reading | comments
     
    Copyright © 2011. My Blog Tricks . All Rights Reserved
    Company Info | Contact Us | Privacy policy | Term of use | Widget | Advertise with Us | Site map
    Template by My Blogtricks. Inpire by My Blog Trricks Proudly powered by Admin