Hi quest ,  welcome  |  sign in  |  registered now  |  need help ?
Showing posts with label edit. Show all posts
Showing posts with label edit. Show all posts

How to create blog content with ease

Written By joeneva on Friday, July 22, 2011 | 6:39 AM

how to create blog content with ease

Provide a list of blog content in my opinion is very important for a blogger, because it is one way to increase inbound links in our blog so that our blog is more optimized.

besides this, giving a list of contents on our blogs are also useful for promoting our previous posts so that visitors can read our previous posts.
Besides providing a list of the contents of the blog, you can also provide the related article in the post, it also aims to improve the SEO blog,

list view the content of the blog that we will create something like this:



Simply, to create a list of blog content with ease, please follow these steps:
1. Log into your blogger account
2. Choose the layout / layout
3. Select add gadgets
4. Select the HTML / javascript.
5. Give title list to the content or the title to your liking
5. copy-paste the code below

<div style="overflow:auto;width:490px;height:180px;padding:10px;border:1px solid #eee"><script style="text/javascript" src="http://sites.google.com/site/barajajs/listofcontent/contents.js"></script><script src="http://howto-trick.blogspot.com/feeds/posts/default?max-results=9999&alt=json-in-script&callback=loadtoc"></script>
</div>
http://howto-trick.blogspot.com/: replace with your blog address

width: 
550px: Replace width according to your desired, adjust the template

height: 
180px: Change her height to your liking


6. Then save and put it to your liking.

good luck.
6:39 AM | 0 komentar

how to email settings on the phone

Written By joeneva on Tuesday, July 12, 2011 | 6:54 PM

trick email settings on the phone

First you must have a yahoo account
If you do not have a list yet, if you already have please follow the steps below:
http://howto-trick.blogspot.com/2011/07/how-to-email-settings-on-phone.html

If you already have an account go to:
MENU> MESSEGING> EMAIL> SETTING select (example yahoo)
-New Account
* ACCOUNT NAME: yahoo mobile

* CONNECT USING: your operator, eg: xlgprs, t-selgprs etc.

* EMAIL ADDRESS: eg
eva_cute@yahoo.co.id (full email)

* CONNECTION TYPE:
= Pop3, (for. Co.id)
= IMAP4, (for. Com)

* Incoming Server:
= pop.mail.yahoo.co.uk (for yahoo.co.id)
= imap.n.mail.yahoo.com (for yahoo.com)

* USERNAME: suppose =
eva_cute

* PASSWORD: fill in your e-mail password

* Outgoing Server:
= Plus.smtp.mail.yahoo.com (for yahoo.co.id)
= Smtp.mobile.mail.yahoo.com (for yahoo.com)

-ADVANCED SETTING
(The default is filled only)

* YOUR NAME:
(Suppose)
= Eva yuliastri

* SIGNATURE:
(Text when making an email message, his Ordinary in an existing SE phone by Sony Ericcson)

* DOWNLOAD S & R:
select the email you received perial only or limited to messages

* PASSWORD: your email password

* Incoming PORT:
= 110 (for yahoo.co.id)
= 143 (for yahoo.com)

* Outgoing PORT: 25
yahoo.co.id or. com is the same outgoing port
The other is up, Good luck good luck
6:54 PM | 0 komentar

trick edit photoshop

trick edit photoshop


this time I will give you a little trick to edit images with photoshop, if when you go to the cafe, usually you must be very distress when they want to upload your photos to your social networks, like facebook and twitter, before uploaded you want to edit first. but the cafe is no program Photoshop. what would you do?
http://howto-trick.blogspot.com/2011/07/trick-edit-photoshop.html

It is one of the problems that are often experienced if you want menngedit photo in a cafe. if you have had problems like that, you do not need to worry, because there can still edit your photos without using photoshop softwere. namely by using the provider's site or photo editing images online.

we can edit the photos like when we edit using photoshop, his name is Pixlr, superiority similar to photoshop, tools that are also similar to photoshop, if you want to try, please go directly to the site that is in pixlr.com

however, this has a few weaknesses Pixlr is a little slow karen must connect to the internet to run the program.

thanks and good luck.
6:15 PM | 0 komentar

how to remove readmore on the page

Written By joeneva on Monday, July 11, 2011 | 9:29 PM

how to remove readmore on the page
I've had a very frustrating thing for me to learn when blogs get a template that "readmore" it does not work perfectly.

I also do a variety of ways, by googling the various sites and ultimately the same, failed. I was not discouraged, and keep looking until you find it. and finally succeeded in this way.

it is there "readmore" on pages that can not be opened, even when I click on "readmore" but could not open the page in its entirety, but only partially,
http://howto-trick.blogspot.com/
Such events are caused because of "readmore" that does not fit the template, or less than perfect in the addition of java script,

if you ever experienced anything like it, maybe this trick can solve the problem.

remember: this way might not work on all templates

Ok just go ahead, please follow these steps:
1. Departure to Dashboard -> Design -> edit html
2. We recommend that you backup your template first to avoid mistakes
3. Click Expand Widget Templates
4. Find the code like below, (which is similar as below)
<b:if cond='data:blog.pageType != &quot;item&quot;'>
<div expr:id='"summary" + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb("summary<data:post.id/>");</script>
<span class='rmlink' style='float:left'><a expr:href='data:post.url'>READ MORE - <data:post.title/></a></span>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if> 
5. After see the code, note the green color code, to eliminate the "readmore" on the page, there is little additional code. see code below, this is the result after adding the code.

<b:if cond='data:blog.pageType != &quot;item&quot;'>

<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
<script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
<span class='rmlink' style='float:left'><a expr:href='data:post.url'>READ MORE - <data:post.title/></a></span>
</b:if>
</b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'>
<data:post.body/>
</b:if>
6. Red code is the code that is added to the code above, note in detail, in addition to adding the code, there is also replaced.
7. good luck and hopefully useful.
9:29 PM | 0 komentar