Saturday, May 30, 2009

Related posts widget with photo thumbnails


Some thoughts or ideas of innovative, much needed in managing the blog / site. The idea here is, how do you take action to create a tactics to attract visitors to visit your blog, so this could increase traffic.
One way will I study is to add a summary of articles that have been made before, the form of a widget and placed at the end of writing the article. But this widget is not related to the articles that are readable, which is often found on blogs / sites that have been there, called the Related Articles. Okay, we will discuss step by step how to create this widget.

I find this widget from Linkwithin.com (http://www.linkwithin.com). The widget is free and ad-free. It takes a minute to get the widget up and running on your blog, no signup required! LinkWithin is a widget that links to related stories from your archive under each story on your blog.
We retrieve and index all stories from your blog archive, not just recent stories, making them accessible to new or casual readers of your blog who would not otherwise encounter them.
The widget links to stories that are relevant and interesting to readers of a particular story, keeping them engaged with your blog, and increasing your traffic.

If you are interested, you are only prompted for the email address, link blog, Platform and check the box in front of "My blog has light text on a dark background" (If your blog with a dark background), then click the "Get Widget"

Then you will be taken on the "Install Widget on Blogger"

1. Click INSTALL WIDGET to open Blogger in a new window, and follow steps 2 and 3 in that window. Please login if necessary.

2. Select a blog if you have more than one, then click on Add Widget.


3. Click on Save. And you're done! The widget should now appear on your blog, located at the end of the articles have been written.

For the blog that have a "Main-Wrapper" is wide, and a template that is used not Magazine, the widget is not found obstruction. Because automatically, Linkwithin of widgets appear with three pictures, complete with caesura article, which does not take much space from the Main-Wrapper.

For the type of template used shaped "Magazine Template." Installation of Widgets LinkWithin, very problematic because it seems that the widget through a column that is the right of the MAIN-Wrapper. This also applies to blogs that have added "Readmore" in each of their articles. So that it is not harmonious, and the main blog page seems disorganized.
But you don't worry, I have found the solution.

After you implement the third step, then immediately to the Layout | Page Elements and click the Edit "LinkWithin Gadget."


Script code that appears is as follows:
<script>
var linkwithin_site_id = 19881;
(function () {
var elem = document.createElement('script');
elem.type = 'text/javascript';
elem.src = 'http://www.linkwithin.com/widget.js?rand=' + Math.random();
document.getElementsByTagName('head')[0].appendChild(elem);
})();
</script>
<a href="http://www.linkwithin.com/"><img alt="Blog Widget by LinkWithin" style="border: 0" src="http://www.linkwithin.com/pixel.png"/></a>

Then copy the script code in Notepad.

After that, you click on Edit HTML, and then check the "Expand Widget Templates" .
Use Control F to search for the code:
<b:widget id='HTML5' locked='false' title='LinkWithin' type='HTML'>
<b:includable id='main'><data:content/></b:includable>
</b:widget>

Then copy the script code in Notepad. After you copy the two scripts above, please remove the code, do confirm and save.
Of the two scripts that you copy, you can change into a single script that appear similar to this:

<b:if cond='data:blog.pageType == "item"'>
<div class='widget-content'>
<div expr:id='&quot;main&quot; + data:content.id'><data:content/></div>
<script type='text/javascript'>
var linkwithin_site_id = 19881;
(function () {
var elem = document.createElement('script');
elem.type = 'text/javascript';
elem.src = 'http://www.linkwithin.com/widget.js?rand=' + Math.random();
document.getElementsByTagName('head')[0].appendChild(elem);
})();
</script>
<a href="http://www.linkwithin.com/"><img alt="Blog Widget by LinkWithin" style="border: 0" src="http://www.linkwithin.com/pixel.png"/></a>
</div>
</b:if>

After that, you click on Edit HTML, and then check the "Expand Widget Templates" .
Use Control F to search for the code:

<div style='clear: both;'/> <!-- clear for photos floats -->

Add the code that the script has been modified, before the code above.


Hopefully helpful
»»  read more

Tuesday, May 26, 2009

Google Chrome browser gets ‘V8′ engine

Google Chrome is a browser that combines minimal design with sophisticated technology that can be accessed with the Web faster, safer, and easier.
About 8 months since launch of Google Chrome, after users have sent a lot of input and demand features, Google has finally focused on increasing the speed and also add some of the features most often requested. Some of the improvements made in the first Beta version was released in March continues to be improved, so that from the Beta version has become a stable channel for all users to enjoy.

Here are some improvements that can be enjoyed by fans of the Google Chrome browser:

Improved New Tab Page:

The most requested feature from users was the ability to remove thumbnails from the New Tab page. Now you can finally hide that embarrassing gossip blog from the Most Visited section.

Full Screen Mode:

If you've ever given a presentation or watched a large video using Google Chrome, you might have wished you could use every last pixel on your screen for the content. Now you can hide the title bar and the rest of the browser window by hitting F11 or selecting the option in the Tools menu.

Form AutoFill:

Filling out forms in your information over and over again can be tedious. Form AutoFill helps by showing you've Previously entered information into the same form fields automatically. If at any point you want to clear out your information, that's easy to do from the Tools menu.

And here are some improvements that are not immediately visible, but will make web browsing with Google Chrome more enjoyable.

Increased Stability:

Google Chrome is more stable than, than at the beginning of the launch of which still have more than 300 bug that caused crash

Increased Speed:

For the new version and with the updates to WebKit JavaScript engine V8, interactive web page will run faster, even if you have many tabs open. The V8 JavaScript engine has been designed for scalability. V8's approach to scalability is to use generational garbage collection. The main observation behind generational garbage collection is that most objects die either very young or are long-lived. There is no need to examine long-lived objects on every garbage collection because they are likely to still be alive. Introducing generations to the garbage collector allows it to consider only newly allocated objects on most garbage collections

If you already use Google Chrome, it will be automatically updated to this new version immediately. If you want to try this soon, you can get the latest version at google.com / chrome.


Source:

http://blog.chromium.org/2009/05/scaling-javascript-to-large-web.html
http://chrome.blogspot.com/2009/05/speedier-google-chrome-for-all-users.html

Download GOOGLE CHROME
»»  read more

Monday, May 25, 2009

Adsense permanent, in the Credit-footer

When you visit on this blog, try to look carefully. Especially on the bottom, from Ayomaos this. In the right corner of the part, you can see the Adsense with size 468px X 60px installed permanently. Meanwhile in the bottom left corner, is the creator of the template Ayomaos and some information associated with the template AYOMAOS. I call this section with the name of Credit-Footer.

This step is also a part of how to manage your blog to make money from Google Adsense. Adding code from Adsense, do not have to be on the sidebar, in the article, or in part before / after the header. We can add Adsense on where we want, which is not in violation of rules set by Google.
As I have been doing, that is I have put Adsense at the bottom of Ayomaos, with a fixed position. In the sense that, at the time Ayomaos visitors do scroll, Adsense does not change position and do not disappear.


Are you interested in the steps I have been doing on Ayomaos? Try to follow the step by step, how to install credit-footer in your blog.
The first step, please backup your template. Do not tick the "Expand Widget Templates"
Then search the code ]]></ b: skin>. Add the following code before ]]></ b: skin>.

#credit-footer p.credit {
float: right;
padding-right:10px;
line-height: 1.2;
height: 100%;
vertical-align: bottom;
}

#credit-footer p {
float: left;
margin: 0px;
padding: 7px 10px 5px 5px;
vertical-align: bottom;
line-height: 1.2;
}
#credit-footer a {
color: #FFFFFF;
}
#credit-footer {
align: center;
position: fixed;
border-top: 3px solid #ffffff;
background: #000000;
left: 0px;
text-align: left;
width: 100%;
color: #FFFFFF;
font-family: Verdana;
font-size: 11px;
bottom:0;
}

Steps that you should do next is find the code </ body>.
Add the following code before the </ body>.

<div id='credit-footer'>
<p>
&lt;p&gt;<data:blog.pageTitle/><br/>Copyright:19052009 | &lt;a href=&#39;http://www.nataludin.com&#39;&gt;www.nataludin.com&lt;/a&gt; | <a href='#header'>Top</a><br/>Has been modified by &lt;a href=&#39;http://www.nataludin.com&#39;&gt;NATALUDIN.COM&lt;/a&gt;<br/> Thank&#39;s for : Blogger | Photobucket | Picassa</p>

<p class='credit'>
&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-7181952237540333&quot;;
google_ad_host = &quot;pub-1599271086004685&quot;;
/* 468x60, created 11/26/08 */
google_ad_slot = &quot;6911967720&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot; type=&quot;text/javascript&quot;&gt;
&lt;/script&gt;
</p></div>

Please change your own according to your taste, of course you also need to change the adsense code samples that have been there, with your own adsense code.
With this tutorial, I hope can help in maximizing efforts to increase our adsense earnings.
»»  read more

Saturday, May 23, 2009

Efforts to find the money through blog

Discuss how to get money solutions through blogs, are not secret anymore. Not only the bloggers that have been experienced, even to recognize the blog just a day, already imagine about how to find the money through a blog that was created by them.

Finding money in the blog, or with known Monetize Blog, is a way how they function to maximize their blog with the purpose of getting money. Many programs that they can follow, in making money on each blog that they have.

Programs such as Paid To Review (PTR), which is how it works is a review of a site from the advertiser in the form of articles, in which included a link that leads to the site's advertisers. Some of brokker Paid to Review, such as: Blogsvertise, SponsoredReview, Reviewme, Linkworth and others can be followed by the blog / site. But not what we imagine.

Because they provide the requirements that must be fulfilled, before the blog / site is approved to join them. The requirements to be able to join with them, are: age blog at least three months, has a high PageRank, use grammar correctly, traffic is a lot of visitors and others.
If you already have a requirement that has been set, the blog / site that you list will be approved. After that you will have the task of reviewing the products offered by the advertiser.
In review, there are several requirements that must be obeyed. Among them are, can not copy an article from the site of the advertiser or other sources, at least 200 words, add a link on the keywords that have been requested by the advertiser.
If the results of your review is approved, the money will go to your Paypal account. But sometimes you have to repeat your review, when in fact what you review, will not suit the advertiser.

Another case with Paid To Click (PTC), this program can be followed by anyone and does not need to have the blog. We also do not need to write a review article about a product from the advertiser. We only have to click the ad, then wait a few minutes according to regulations.
We can register at the BUX-Net, BUX-gs, Vinefire, AdSense and many more, if you want to join, become members.

Differences between the two programs are in terms of income earned money. A clear, Paid To Review generate more money from the PTC. To be able to get money from blog / site, please select your. Joined the PTR or PTC, it's up to you. Depending on your ability to manage in the blog / site that you have created.
»»  read more

Friday, May 22, 2009

Place Meta Tags on Blogger

Meta tags are how important the information on Search Engine, a page of information about the website, There are many meta tags appropriate with the standard HTML 4.0 from the World Wide Web Consortion, but actually genuinely used by the search engine only description, keyword, and robots.

The Meta Description Tags

The Meta description tag is used to give an overview about the contents of your web page. Size is recommended no more than 200 characters. And try that this description can be a sentence that is located in the early pages of the web page.

Some search engines such as Google and Nothern Light does not use meta description tags as search results. They use is the beginning of the sentence on the page.
That is why I recommend that you use the contents of the meta description tag as a sentence opener.

The Meta Keywords Tag

The Meta Keywords Tag is very important presence, because determining what keywords to find the web page on the search engine. Basic format of the meta tag is a keyword as follows:

<meta name="keywords" content="keyword1 KEYWORD2 keyword3 ...">

or who have also written with a comma separator:

<meta name="keywords" content="keyword1, keyword2, keyword3, ...>

Both work the same and there is no impact on the search engine. The purpose of use commas keywords that are easier to read. To note here is do not repeat a word more than 3 times, because it will be considered spamming. Examples of meta tag keywords that are wrong:

<meta name="keywords" content="domain, free domain, best domain, expired domain">

Seen here that the word "domain", repeated more than 3 times.

That is not less important the keyword is not the keyword that does not make a connection with the content of your web page.


The Meta Robots Tags

The main objectives of robots meta tags is to define a web page which can index by a spider and web pages which do not. Tags This is a very useful one, especially if something website uses frames to navigate. Of course we do not want to display menus in the frame to be read by search engines.
Basic format of the robots meta tag is as follows:

<meta name="robots" content="index | noindex | follow | nofollow">

For example, if you want to read the spider main page, and all the links that have then add the following:

<meta name="robots" content="index follow">

With this command, the spider will index your main page and schedule to record the pages that can be searched through a hyperlink (<a href="">).

This command will instruct spider that does not record or track an existing link on a web page.

<meta name="robots" content="noindex nofollow">

Then, how to install Meta Tags on Blogger:

To install the Meta tags diBlogger is quite simple, first go to Edit HTML and then copy and paste the code below, the code meta tags are usually placed under the code

<title> <data:blog.pageTitle/> </ title>

<meta content='write your description' name='description'/>
<meta content = 'keyword1 keyword2 keyword3 ...' name = 'keywords' />
<meta content='INDEX, FOLLOW' name='ROBOTS'/>
»»  read more

Wednesday, May 20, 2009

Domain for Ayomaos

Several days ago, I confused search for a suitable domain for "Ayomaos", which I have already made. Almost three years, I manage some free blog hosting with Blogger.

At first, I try to buy a domain that has been recommended by google, including Blogger.
After learning that there is a tutorial, actually very satisfactory, when we buy a domain that has been recommended by Google. We do not need to be bothered to make changes on the domain blog that already exists.

But be lamented is, when I see the facilities do not support Paypal payment, my intention to eventually purchase a domain that has been recommended by Google, I cancel.

I tried to contact Mrs. Ani to ask where she purchased the domain for the blog. Recommendations have been given the lead to cybercoral.com ( http://order.cybercoral.com/index.php ), which is managed by Mr Izmu (Batam).



After long thinking, I finally concluded that better results from the purchase of Indonesian people, and that means I have supported the development of Human Resources of Indonesia.

Through Yahoo Messenger, I get a step-by-step guide to buying a domain at the same time apply to the blogger.

According to my personal, very good for Order.cybercoral.com recommended as a solution looking for Web Hosting and Domain. Both in terms of price offered and service provided to customers. Information that has been outstanding, said that to set up the domain in blogger takes 24 hours, even up to 48 hours. But in Order.cybercoral.com, I only take 3 hours, it also caused a slow internet connectivity even damaged. Service payments through Paypal is the reason why I purchased the domain on the site.

So if you're looking for webhosting / domain, I recommend that you buy in Order.cybercoral.com. I guarantee that you will get satisfaction, because Order.cybercoral.com serve customers with a friendly and satisfying.
»»  read more

Monday, May 18, 2009

The importance of healthy living patterns.

Set the pattern of living healthy is important, especially at this time we are required in order to response to environmental changes that occur around us.
But we know that the seasonal change does not seem to be stabilized. While the ability of adaptation of the human body is not the same between them.
We also know that the last start many diseases that appear to predict unknown causes and how to overcome the disease.
Therefore, we need to set the pattern of our lives so that the body is not easy to disease.
Set a healthy pattern of living is very necessary, including:

1. Set the way to eat.

Do not consume food products in all markets. Food products purchased, should be in accordance with the value of nutrition we need. In addition, we also need to know the expiry of these food products. Try to consume foods and fibrous nature, such as processed food that comes from our own gardens. Avoid or at least put food cans or plastic.

2. Sports adequate.

Is in between our busy day-to-day, grown still take the time to exercise. Make movements heating, such as tense muscles, respiratory or jogging exercise so that our body sweaty.

3. Making use of the time schedule, will help in achieving a regular life.

4. Create a work space that can make you enjoy the atmosphere and working spirit. Do not smoke in the office, because it affects the freshness of the air around the room.

5. Avoid smoking, or if you already smoke, try to reduce smoking or to change smoking habits with chewing candy.

6. Extend drinking mineral water is important for kidney health.

7. Do not be too long to sit and contemplate the computer monitor, if you are a computer operator. At least three hours, the need to relax your eyes by looking at the green leaves on the plants around the office.

8. Use time break to sleep properly, meaning: do not bring the problem or the work already done at the time of the bed.
»»  read more

Thursday, May 14, 2009

Adding Gadget Video / Music

A blog does not necessarily full time, if not added to the gadget, music or video.
Moreover, the gadget is always a video clip presenting the latest and most popular. The problem, by adding this gadget, loading of the blog may be quite heavy.
If you want to install video gadgets, such as those in this blog, I try to share with you. Please add the code below, on your blog's sidebar.


<center><br/><img border="1" width="210" src="http://img401.imageshack.us/img401/7652/eqizqu6.gif" height="50"/><br/><embed allowscriptaccess="always" width="210" src="http://kodelagu.net/codeplayer.swf" height="300" allowfullscreen="true" flashvars="height=300&width=210&file=http://kodelagu.net/generator.xml&config=http://kodelagu.net/random.swf&searchbar=false"/><br/></embed></center>

You can resize the width and height of this gadget, adjusted to the size of your blog's sidebar.

Hopefully helpful
»»  read more

Wednesday, May 13, 2009

Be careful with the fake money

Be careful in carrying on the economic life at this time, considering the money has been circulating around us with a false number that is almost the same as the original money.
Antara News, has been proclaim about the arrest of the spread of counterfeit money in Indonesia.

Information that inform a member of the military navy has been printing counterfeit money that the resemblance is almost 80% with the original money that apply at this time.

Member indonesia navy, Serma (K) Mas, arrested by the Directorate-II National Criminal detective, allegedly because the print as well as distributing counterfeit money. Police also captured four civilians, which was then defined as suspect.
Police say the suspect has a tool that is printed on Jl Raya Mustika Sari, Bandar Gebang, Bekasi, West Java. To print money, the suspects are hiring an employee named Heri.

For the investigation, police have been coordinating with the Navy Military Police.
In addition to the two suspects, police arrest suspect Kartika, and Heru Husni, a role as a spreader of false money. Police still pursue two other suspects, who allegedly provided money printing plate, so that the printed matter produced almost perfect with the original money.

Suspected, they also print counterfeit U.S. dollars, but still in the form of half-finished and not yet formed a sheet-like money.

With this information, we have to be vigilant against the exchange of money we will do.
»»  read more

Tuesday, May 12, 2009

About templates "AyoMaos".

puzzled to find inspiration to write a new article, I finally decided to modify the template MINIMA BLACK..
Modification of this template, I have to change from two columns into three columns. Then, I change the footer into three columns as well. But, this is still in the process. Given that I will change it later if there are other ideas.

Changes to this template is:
1. Initial size of 660px has been amended to be 810px.
2. The column "Main-Wrapper" changed multi-column.
3. Footer was changed into three columns.
4. Size sidebar is 230px, while the size of the middle column is 210px
5. Readmore automatically.
6. Bloglist function.
7. The Navigation toolbar below the header and footer.
8. Seo friendly.
9. Loading is fast.
10. Header image size 810px X 120px.

hopefully with this template, the more vibrant in writing articles and sharing knowledge, information and experiences.
»»  read more

Saturday, May 9, 2009

Internet Download Manager v5.17 Build 3

Internet Download Manager has a smart download logic accelerator that features intelligent dynamic file segmentation and safe multipart downloading technology to accelerate your downloads. Unlike other download accelerators and managers that segment files before downloading starts, Internet Download Manager segments downloaded files dynamically during download process. Internet Download Manager reuses available connections without additional connect and login stages to achieve better acceleration performance. Internet Download Manager supports proxy servers, ftp and http protocols, firewalls, redirects, cookies, authorization, MP3 audio and MPEG video content processing. IDM integrates seamlessly into Microsoft Internet Explorer, Netscape, MSN Explorer, AOL, Opera, Mozilla, Mozilla Firefox, Mozilla Firebird, Avant Browser, MyIE2, and all other popular browsers to automatically handle your downloads. You can also drag and drop files, or use Internet Download Manager from command line. Internet Download Manager can dial your modem at the set time, download the files you want, then hang up or even shut down your computer when it's done. Other features include multilingual support, zip preview, download categories, scheduler pro, sounds on different events, HTTPS support, queue processor, html help and tutorial, enhanced virus protection on download completion, progressive downloading with quotas (useful for connections that use some kind of fair access policy or FAP like Direcway, Direct PC, Hughes, etc.), built-in download accelerator, and many others.

Main Features:

• All popular browsers and applications are supported! Internet Download Manager has been tested with the following browsers: Internet Explorer, MSN Explorer, AOL, Netscape Communicator, Netscape 6, Netscape 7, Mozilla, Mozilla Firefox, Mozilla Firebird, Opera, NetCaptor, UltraBrowser, Slim Browser, Avant Browser, MyIE2, Optimal Desktop, Ace Explorer, Advanced Browser, 27 Tools-in-1 Wichio Browser, WindowSurfer, 550 Access Browser, FineBrowser Freeware, Kopassa Browser, Fast Browser Pro, Enigma Browser, GoSuRF, K-Meleon, Smart Explorer, The Off By One Web Browser, Smartalec Voyager, CrystalPort AppCapture, The Family Browser, XANA Web Browser, Bluto, AutoSurf, 32bit Web Browser, BrowseMan, WrestlingBrowser, Eminem Browser, UltraBrowser, Cygsoft LDAP Browser, and Net M@nager. Internet Download Manager supports all versions of popular browsers, and can be integrated into any 3rd party Internet applications.
• Easy downloading with one click. When you click on a download link in a browser, IDM will take over the download and accelerate it. IDM supports HTTP, FTP, HTTPS and MMS protocols.
• Download Speed Acceleration. Internet Download Manager can accelerate downloads by up to 5 times due to its intelligent dynamic file segmentation technology. Unlike other download managers and accelerators Internet Download Manager segments downloaded files dynamically during download process and reuses available connections without additional connect and login stages to achieve best acceleration performance.
• Download Resume. Internet Download Manager will resume unfinished download from the place where they left off.
• YouTube grabber. Internet Download Manager can grab FLV videos from popular sites like YouTube, MySpaceTV, and Google Video.
• Simple installation wizard. Quick and easy installation program will make necessary settings for you, and check your connection at the end to ensure trouble free installation of Internet Download Manager
• Drag and Drop. You may simply drag and drop links to IDM, and drag and drop downloaded files out of Internet Download Manager.
• Automatic Antivirus checking. Antivirus checking makes your downloads free from viruses and trojans.
• Advanced Browser Integration. When enabled, the feature can be used to catch any download from any application. None of download managers have this feature.
• Built-in Scheduler. Internet Download Manager can connect to the Internet at a set time, download the files you want, disconnect, or shut down your computer when it's done.
• IDM includes web site spider and grabber. IDM downloads all required files that are specified with filters from web sites, for example all pictures from a web site, or subsets of web sites, or complete web sites for offline browsing. It's possible to schedule multiple grabber projects to run them once at a specified time, stop them at a specified time, or run periodically to synchronize changes.
• IDM supports many types of proxy servers. For example, IDM works with Microsoft ISA, and FTP proxy servers.
• IDM supports main authentication protocols: Basic, Negotiate, NTLM, and Keberos. Thus IDM can access many Internet and proxy servers using login name and password.
• Download All feature. IDM can add all downloads linked to the current page. It's easy to download multiple files with this feature.
• Customizable Interface. You may choose the order, and what buttons and columns appear on the main IDM window.
• Download Categories. Internet Download Manager can be used to organize downloads automatically using defined download categories.
• Quick Update Feature. Quick update may check for new versions of IDM and update IDM once per week.
• Download limits. Progressive downloading with quotas feature. The feature is useful for connections that use some kind of fair access policy (or FAP) like Direcway, Direct PC, Hughes, etc.
• IDM is multilingual. IDM is translated to Albanian, Arabic, Azerbaijan, Bosnian, Bulgarian, Chinese, Croatian, Czech, Danish, Dutch, Farsi, French, German, Greek, Hebrew, Hungarian, Italian, Japanese, Korean, Lithuanian, Macedonian, Norwegian, Polish, Portuguese, Romanian, Russian, Serbian, Slovak, Slovenian, Spanish, Thai, Turkish, and Uzbek languages.
»»  read more
Adsense Indonesia ads ads ads

Recent Comment

Follower

My friends

[A] • Abryan • Agnoe • Anied • Antiqueall [B] • bidikCOM • Budiawan H [C] • Catalog Tutorial [D] • Destiny • Djemari Ijal • Dorothy L [E] [F] [G] • Gemmasnewworld [H] • HEALTHINFO@EarthyMe [I] • iEn Muncet • Ihsan's Blog • Ikma Malaysia [J] [K] [L] [M] [N] • Nuranuraniku [O] • O-Range [P] [Q] [R] • Robbie's Blog [S] [T] • tiriBC • True Pillager [U] [V] [W] [X] [Y] [Z]