Showing posts with label Wordpress. Show all posts
Showing posts with label Wordpress. Show all posts

Sunday, 26 August 2012

Google Adsense For Mobile Applications

Most of you would have figured out what I mean to say through this post but now let me make it more clear to you all. Google has announced Adsense for mobile applications Beta , a program for those application developers who want to generate revenue from their applications.
The program currently in Beta stage will create direct contact between the advertisers and the consumers and thus in process help the application developers to generate money by displaying text and image ads in their iPhone and Android applications.
iphone_gphone
Advertisers are always keen to reach their target customers by one way or the other and thus advertising through mobile applications is the latest concept promoted by Google through this Beta program ,in-turn the application developers will get a chance to make quick cash and the consumers will get direct access to products of their choice thus saving their time and energy for looking for the desired products and services.
I must say that with these kinds of Innovative ideas Google has a really long way to go ahead of its competitors.
For the official Google Announcement refer Here.
To apply for the Beta program Application developers can apply Here.
If you already are a part of this beta program, do share your experience experience with us.

Wphone – Wordpress on mobile

Before beginning to write about Wphone, i would like you to guess what can this be about ?
Think…………… !
Okay, if you cant think about anything then let me give you a hint, its a wordpress plugin.
Still cant think about anything, fine without further waisting any time, i will start by saying its ’simplified wordpress on phone’.
This plugin was devised to make mobile blogging easy. By using it, you wont be introducing any material changes to your blog, however it will certainly make your life easy if you blog from mobile !
Moving further, you can download the plugin from the wordpress page and in order to install this plugin you need to follow the simple procedure of uploading the plugin to the default plugin directory on your server and then activating it from dashboard.
And thats it ! !
No need for any other configuration !
The rest will be handled by the plugin itself.
Wphone
After installing it, you will notice an option for ‘ Use Mobile Admin Interface ‘ on wordpress login page, as shown below.
wphone
While logging on from your phone, checking that box will result in you logging in a wordpress dashboard specially designed for mobile phones.
Wphone on mobile
My Recommendation – I have been using this plugin for some time and have found it really easy to use however as many plugins do, it also has some bugs like, image uploading, etc. But all in all i would recommend you to use it ( If you blog from mobile a lot ).
Do tell me, how you liked the plugin and if you have better option than this one, do discuss !!!

Hoe to add the "Add a Gadget" on Header and Blog Posts of Blogger Page Elements

As well as another Content Management System (CMS) base sites (ie : Wordpress, Joomla, Mambo, Drupal etc) Blogger Template consist of Page Elements (header, main, sidebar and footer) and Each element of this page, usually also composed of a few gadgets (the name may be different on each CMS).
Pege Elements are very important. In addition to its function, Elements (Widget) of the page and Gadgets, also affect to the overall look of the pages of our blog.

One of the advantages of a CMS base sites is the Flexibility, In these CMS sites, we could cange the Elements, add or less the Gadgets and also set the appereance (display) of the Page..

When we first create a Blog in Blogger, the Default Templates consisting of 4 page elements: Header, Blog Posts, Sidebar (which consists of About Me, Blog Archive and the Follower), and a Blank Page Elements at the bottom of blog pages (usually filled with Footer). From the above picture seen that the Header and Blog Posts does not have the facility to add gadgets. To optimize the blog and to be able to add various functions (gadgets) in it, then the Header and Blog Posts must be change.

Let's do it by following this steps:

1 . As usually Log in to Blogger
2. On your Dashboard, select the Layout menu, than click the Edit HTML. Under the Edit Template you can see your Blog's HTML. (please Back up first...!)
3. To have an “Add a Gadget” option, under “Header”, Check the "Expand Widgets Templates" then Scroll down and towards the bottom, you will see these lines (use Ctrl+F to find):
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Blogger Test Result (Header)' type='Header'>
<b:includable id='main'>
Change with this :
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='2' showaddelement='yes'>
<b:widget id='Header1' locked='true' title='Blogger Test Result (Header)' type='Header'>
<b:includable id='main'>
This will give you 1 more Page Element in your Header. You can add it more by change the number of maxwidgets="..."
4. To add "Add a Gadget" on the Blog Posts, find these lines
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
<b:includable id='main' var='top'>
Than change with this:
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='yes'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
<b:includable id='main' var='top'>
Once You have done, don't forget to Save Template... And You will have :

Finnaly we have a "New" Blogger Page Element ready to optimized...
Simple isn't it...?

How To Make A Sticky Post In Blogger

Sticky posts in blogger blogs are like featured posts in wordpress. By default your blog homepage shows recently published posts but you can keep a certain post as your sticky post and which will stay above all other blog posts. This is great to highlight your best or an important post. This sticky post will be there above all posts no matter how many new posts you publish. All your new posts will get arranged below that sticky post automatically.
 
Earlier bloggers used to publish a post on a future date to activate this sticky post on their blogger blogs. For an example if you schedule a post to get published on 13-12-2009, this post will be there as the sticky till 13th december 2009. Blogger was not supporting scheduled posts and as a result that post would be there till that scheduled date. But Blogger fixed this bug a while ago and this trick is not working anymore.
So, we have to follow any alternative method to make a post sticky post. Well, we can’t call this a sticky post exactly, because this will not be a post though it will stay above all your blog posts. This can be done with a simple HTML edit. You can also change that sticky contents frequently. You will be having total control over that. Lets discuss about it in details.

1. Navigate to Page Elements >> Edit Template

2. Search for the following code in your template

ass='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'/>
</b:section></div>
 
3. Now inside the above code you can find a code
ass='main' id='main' showaddelement='no'>
.
This code is for the post section. We can edit this code to add another gadget on our post body.


4. You have to change NO to Yes in the above code. That means after editing the code it should look like
ass='main' id='main' showaddelement='yes'>
Save the template.5. Now navigate to Page Elements and you can notice a new Add a Gadget option there above your post contents. Check out the below screenshot
.
sticky post blogger
6. You can use either TEXT or HTML/Javascript gadget to write your post and then save. This will show your text above all your blog posts.
7. You are done.
This is how you can make a sticky post on blogger blogs.

Wednesday, 13 June 2012

Add The "Add a Gadget" on Header and Blog Posts of Blogger Page Elements

As well as another Content Management System (CMS) base sites (ie : Wordpress, Joomla, Mambo, Drupal etc) Blogger Template consist of Page Elements (header, main, sidebar and footer) and Each element of this page, usually also composed of a few gadgets (the name may be different on each CMS).
Pege Elements are very important. In addition to its function, Elements (Widget) of the page and Gadgets, also affect to the overall look of the pages of our blog.
One of the advantages of a CMS base sites is the Flexibility, In these CMS sites, we could cange the Elements, add or less the Gadgets and also set the appereance (display) of the Page..
When we first create a Blog in Blogger, the Default Templates consisting of 4 page elements: Header, Blog Posts, Sidebar (which consists of About Me, Blog Archive and the Follower), and a Blank Page Elements at the bottom of blog pages (usually filled with Footer). From the above picture seen that the Header and Blog Posts does not have the facility to add gadgets. To optimize the blog and to be able to add various functions (gadgets) in it, then the Header and Blog Posts must be change.

Let's do it by following this steps:

1 . As usually Log in to Blogger
2. On your Dashboard, select the Layout menu, than click the Edit HTML. Under the Edit Template you can see your Blog's HTML. (please Back up first...!)
3. To have an “Add a Gadget” option, under “Header”, Check the "Expand Widgets Templates" then Scroll down and towards the bottom, you will see these lines (use Ctrl+F to find):
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='true' title='Blogger Test Result (Header)' type='Header'>
<b:includable id='main'>
Change with this :
<div id='header-wrapper'>
<b:section class='header' id='header' maxwidgets='2' showaddelement='yes'>
<b:widget id='Header1' locked='true' title='Blogger Test Result (Header)' type='Header'>
<b:includable id='main'>
This will give you 1 more Page Element in your Header. You can add it more by change the number of maxwidgets="..."
4. To add "Add a Gadget" on the Blog Posts, find these lines
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='no'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
<b:includable id='main' var='top'>
Than change with this:
<div id='main-wrapper'>
<b:section class='main' id='main' showaddelement='yes'>
<b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
<b:includable id='main' var='top'>
Once You have done, don't forget to Save Template... And You will have :

Finnaly we have a "New" Blogger Page Element ready to optimized...
Simple isn't it...?

click 2