Article Tags: Firebug Plugin, Firebug plugin for firefox, Firebug Firefox, Firebug plugin uses, what is firebug, what is firebug plugin, what is firebug plugin used for, uses of firebug, firebug download, firebug details, firebug features, All about firebug plugin
Firebug is a very veteran and polished, one of the best Firefox plug in that i have always used as a web developer.It helps simplify the chores of a developer. Firebug integrates with Firefox to put a wealth of web development tools at your fingertips while you browse. You can edit, debug, and monitor CSS, HTML, and JavaScript live in any web page.
Firebug is mostly used for:
Firebug Plugin For Firefox – All you wanted to know about FirebugAbout Tags: RefreshLink.com review, about refreshlink.com, How refreshlink.com works, free ad website, PR4 Free linkback
Last day while wasting my time on the web i came across an intersting website with a nice concept. the website name is RefreshLink.com. Here is how it works.
- You can add your 125×125 ad banners for free on to the website
- Click on the add banner button and add your banner
- There is a refresh time or an expiry time for an add
- Only registered users would be able to control the expiry or reserve a spot for $0,0001 per second.
About Tags: List of 200 Highest paying Adsense Keywords : Updated list 2010, highest paying keywords, highest cpc adsense keywords, most paying adsense keywords
Differnet Keywords have different CPCs, now what is CPC?
Google Blog says ” The average amount you pay each time someone clicks your ad. Average CPC is determined by totalling the cost of all clicks and dividing it by the number of clicks. Here’s an example: if your ad receives two clicks, one costing US$0.20 and one costing US$0.40, your average CPC for those clicks is US$0.30″
Average Cost per click varies from keywords to keywords. To spike the adsense earnings its always wise to write helpful articles for your users based on the high paying keywords so there are two sides, you help your visitors with quality information and your chances of earning is also high as ads are related to the content on your website.
Here are a list of latest 200 most high paying keywords compiled from the results of the google adwords tool. hope its useful.
List of 200 Highest paying Adsense Keywords : Updated list 2010
About Tags: add google custom search,custom search google,custom google search engine,google custom search results,custom google search page,custom google search code,google add search,search powered by,google URL search,google index search,google custom search integration, google custom search styling
Go to the google URL: http://www.google.com/cse
Give your search engine a name and provide a brief description.
1. Search engine name: for example, Real Climate Search Engine
2. Search engine description: for example, Climate Science from Climate Scientists
3. Search engine language:
What do you want to search?
About Tags: Some Amazing uses of Google Map API, Google map API websites, Google map uses, Google map used effectively, uses of Google map APIs, list of websites using Google maps.
Article: We all know Google map is an AMAZING resource developed and owned by Google Inc. It has literally mapped our earth and continuing to do it even better! Basically today we are looking forward to discuss on how effectively the Google maps API has been used to improve the usability of web 2.0 applications and new websites with effective user interaction. I have researched on some amazing website ideas that have made use of the Google maps very well.
Website: ChicagoCrime.org
URL: http://chicago.everyblock.com/crime
About: How to modify the Wordpress comment Form, modify wordpress comment form, edit wordpress comment, delete wordpress comment, remove website entry from wordpress comment, remove name from wp comment form, remove name from wordpress comment.
Code Of the comment.php that i had in my theme, here the section marked in red is the “Form” section that needs to be edited.
<!– You can start editing here. –>
<?php if ( have_comments() ) : ?>
<h3 id=”comments”><?php comments_number(‘No Responses’, ‘One Response’, ‘% Responses’ );?> to “<?php the_title(); ?>”</h3>
<ol>
<?php wp_list_comments(‘avatar_size=60′); ?>
</ol>
<div>
<div>
<?php previous_comments_link() ?>
</div>
<div>
<?php next_comments_link() ?>
</div>
</div>
<?php else : // this is displayed if there are no comments so far ?>
<?php if (‘open’ == $post->comment_status) : ?>
<!– If comments are open, but there are no comments. –>
<?php else : // comments are closed ?>
<!– If comments are closed. –>
<p>Comments are closed.</p>
<?php endif; ?>
<?php endif; ?>
<?php if (‘open’ == $post->comment_status) : ?>
<div id=”respond”>
<h3>
<?php comment_form_title( ‘Leave a Reply’, ‘Leave a Reply to %s’ ); ?>
</h3>
<div> <small>
<?php cancel_comment_reply_link(); ?>
</small> </div>
<?php if ( get_option(‘comment_registration’) && !$user_ID ) : ?>
<p>You must be <a href=”<?php echo get_option(’siteurl’); ?>/wp-login.php?redirect_to=<?php echo urlencode(get_permalink()); ?>”>logged in</a> to post a comment.</p>
<?php else : ?>
<form action=”<?php echo get_option(’siteurl’); ?>/wp-comments-post.php” method=”post” id=”commentform”>
<?php if ( $user_ID ) : ?>
<p>Logged in as <a href=”<?php echo get_option(’siteurl’); ?>/wp-admin/profile.php”><?php echo $user_identity; ?></a>. <a href=”<?php echo wp_logout_url(get_permalink()); ?>” title=”Log out of this account”>Log out »</a></p>
<?php else : ?>
<p>
<input type=”text” name=”author” id=”author” value=”<?php echo $comment_author; ?>” size=”22″ tabindex=”1″ <?php if ($req) echo “aria-required=’true’”; ?> />
<label for=”author”><small>Name
<?php if ($req) echo “(required)”; ?>
</small></label>
</p>
<p>
<input type=”text” name=”email” id=”email” value=”<?php echo $comment_author_email; ?>” size=”22″ tabindex=”2″ <?php if ($req) echo “aria-required=’true’”; ?> />
<label for=”email”><small>Mail (will not be published)
<?php if ($req) echo “(required)”; ?>
</small></label>
</p>
<p>
<input type=”text” name=”url” id=”url” value=”<?php echo $comment_author_url; ?>” size=”22″ tabindex=”3″ />
<label for=”url”><small>Website</small></label>
</p>
<?php endif; ?>
<!–<p><small><strong>XHTML:</strong> You can use these tags: <code><?php echo allowed_tags(); ?></code></small></p>–>
<p>
<textarea name=”comment” id=”comment” cols=”100%” rows=”10″ tabindex=”4″></textarea>
</p>
<p>
<input name=”submit” type=”submit” id=”submit” tabindex=”5″ value=”Submit Comment” />
<?php comment_id_fields(); ?>
</p>
<?php do_action(‘comment_form’, $post->ID); ?>
</form>
<?php endif; // If registration required and not logged in ?>
</div>
<?php endif; // if you delete this the sky will fall on your head ?>
<div style=”clear: both;”></div>
How to: Remove the “Comments are closed Notice” So the Form part is the part of the wordpress comment code that is of our interest to edit. so what all modifications could be made to this comments section. usually when comments are disabled it shows a message on the page as ” <p>Comments are closed.</p> This looks a bit unprofessional, so this needs to be removed, do a ctrl + F and find the section and remove part <p>Comments are closed.</p> and replace with <p> </p>
How to: Edit the Comment Form . Some websites would be of a kind where in the comment form would only require website and name, while some require only name and email, while some wanted to make it simple and just require the name only. Here is the form part and i will break up the highlighted part into 3 name, email and website. Just remove the section from the code that you dont want. simple as that.
How to modify the Wordpress comment FormAbout: Browser usage, Browser loyalty, Broser popularity, Best Browser, most widely used browser, browser popularity percentage, usage percentage
Often we see debates online regarding Browsers and which is the best. I did a small research based on the data that i could find from my website server on the trend set by the users accessing or browsing the website. Below is the chart of the number of hits from users and the browsers used by them. It was very Surprising that there were 10 different browsers and another category called “others” so that simply means that there lot more browsers used other than IE, Mozilla and Opera or Safari.
The Browser that topped the list are Firefox >> IE >> Safari >> Opera. The percentage of userbase is also given below.
Various Browsers used and their user loyalty