Showing posts with label Networking. Show all posts
Showing posts with label Networking. Show all posts

Saturday, July 16, 2011

How to install plugins in Wordpress

Tags: How to install plugins in Wordpress

It is easy to install plugins in wordpress but if you have any trouble while dealing with installation progress, this post will help you in detail with images from the beginning - finding a plugin - to the end - activating an installed plugin - Step by Step. Beside this, I will introduce some useful plugin for Wordpress and How to get them. Now, lets begin!

Friday, July 15, 2011

How to install Wordpress on a host Step by Step


Tags: How to install Wordpress on a free host, Wordpress.org, Give your wordpress blog a dedicated directory, Install wordpress in a dedicated directory.

Recently I found that Wordpress is a cool blog software that could be used in many case and I gave Wordpress a try. I installed Wordpress on a free host and use a free domain (Most of free hosting services usually provide free subdomain). If you know Wordpress or just begin learn about it, you know that Wordpress has a famous 5-steps installation, so what this post is good for?
Before you install Wordpress on your host, you should setup Wordpress your own on a test host. It is really useful. You want to learn Wordpress (create plugin, themes, ...) totally free or you want to test your new theme without making any effection to your current pages, ... So, whatever the reason that bring you to install wordpress for a test and feel, this tutorial will be good for you because I will try to make it more detail with images.

Wednesday, July 13, 2011

Where could I find Edit Template in new interface of Blogger

Where is the Edit template in the New Interface of Blogger!
Blogger has just changed to new interface in content management. I think it is too easy for you to get well with how to publish new posts, tag post, ... but users who used to add code to blogger template like me won't find where is the edit template box to add/remove code to. What happen if we want to add facebook share button, add relate posts, ...
This post for newbie and who still couldn't find where is it like me!

Sunday, July 10, 2011

How to import, invite Facebook friends to Google+

While you're settling into Google+, you might notice that it's a little lonely without your friends.
Since most of your friends are currently on Facebook (and might not even know about Google+), you'll need to help them make the switch.
Here's how:
Step 1: Log into your Yahoo Mail account. If you don't have one yet, create one. Then, head to the "Contacts" tab in the mail dashboard. Click "Import contacts" and then select the Facebook icon in the next screen. You'll be asked to authorize the connection.

Saturday, July 9, 2011

How to Create a URL File in the Simplest 3 Steps

A URL file is a file containing a Web address. Although you might assume you need specialized software to create this type of file, you can make URL files using nothing more than the basic coding tools that ship with your operating system. This will allow you to construct as many URL files as you require, enabling you to continue computing without having to spend money on additional software.

I assume that you want to create a URL file that brings us to http://microtrix.blogspot.com when you double click it.

Step 1: Open your word editor (Notepad, Gedit, VIM, ... No need to use MS Word)
Step 2: Type the following lines in to your editor:

[InternetShortcut]
URL=http://microtrix.blogspot.com

Step 3: Save your file with a name: abc.url

Now you get what you want. Is it simple as I said.!

Thursday, July 7, 2011

How to add code block into blogger posts.

How to add code block into blogger posts.
This post will giude you the way to add a code block into your post MANUALLY. You may find a lot of tutorials that have widgets already built and pack to do this. I really think you should write code to do it at least to know the way it works.
Assume that you got a text need to be added to code block:

abcdthisisMICROTRIX.BLOGSPOT.COM

How to Make all links open in a new window for Blogger

How to Make all links open in a new window for Blogger.

Go to Design > Edit HTML and find (use Ctrl+f ) this line:
<head>

Paste this code right after that line:
<base target="_blank" />

Save your work and enjoy.!
Is it too easy?

Adding floating social media sharing buttons to Blogger

As promised to some of my readers, here’s a tutorial on how to add a Mashable-like floating bar of social media buttons to a Blogger blog. I made it into a widget, so you don’t have to go into your template HTML to install (or remove) them. Just drop the whole code into a HTML/Javascript gadget.
I have included Facebook Share, Retweet, Stumble, Google Buzz, Digg This and Google +1 (plus one) buttons in the bar. Each of them comes with a live counter. The corners of Facebook Share button and counter are rounded to blend with the rest of the buttons (doesn’t work in Internet Explorer, of course). You can add more social bookmarking or sharing buttons later if you wish.

Adding a floating “back to top” button

Back to Top button or link is a link that sends your viewer to the top of page once clicked. This will help your readers navigate better, especially so if you have long pages. This link is usually located at the bottom of page or in the footer area.
back to top
What I am going explain in this article is slightly different. The function is the same yet the location of the link/button is different. As the name suggests, we are

Open multiple links / windows in a single click

A reader asked if she can make a navigation tab open more than one link when clicked. The answer is YES it can be done, with the help from a small Javascript.
(Now if you come here trying to find out how YOU can open multiple links on pages you visit, try Snap Links, a  Firefox addon.)
First let’s look at an HTML code for a regular anchor tag <a>:

<a href="YOUR_URL" target="_blank">Link text</a>

When clicked, this code will open YOUR_URL in a new window. To add another link, just add the code below before “>” in the opening tag:
onclick="window.open(&quot;YOUR_2nd_URL&quot;);"


It will open YOUR_2nd_URL in a second new window. To add more links, simply add more window.open(); before the closing quotation mark.
So if you were to open three links, your anchor will look like this:



<a href="YOUR_URL" target="_blank" onclick="window.open(&quot;&quot;YOUR_2nd_URL&quot;&quot;); window.open(&quot;&quot;YOUR_3rd_URL&quot;&quot;);">Link text</a>



Jumping to a different location on the same page

This in-page linking or bookmarking is a great way of allowing readers to navigate quickly within a long article. Wikipedia for example applies this method to the table of contents in all their articles.
The rest of the article deals with your post HTML/source code. You would want to switch the post editor to HTML/source mode when applying what you learn here.

jump within same page
Jump! by Aske Holst

Let’s get started:

Automatically Open links in new Tab/Window

Opening a link in new window or tab.
We sometimes put links in our posts. And naturally our visitor will click on those links. By default when a link is clicked it will open in the same window.
If your blog is like mine where visitors only come in once in a blue moon ha-ha, keeping them in your blog once they come in is crucial. We wouldn't want them visitors disappear from our blog through outbound links, now would we?
But don’t worry guys, we can prevent or at least delay this by opening the links in a separate window or tab. This can be achieved by giving the appropriate value for target attribute in your link’s HTML.

Wednesday, July 6, 2011

How to Download, Install and Configure Komodo Edit

How to Download, Install and Configure Komodo Edit



As I introduced in this blog before, in the title: Top 10 Linux/Unix HTML Editor
Komodo Edit and Komodo IDE is one of the best HTML Editor in Linux. They also have this software in Windows and MacOS editions. These editions also get high score. So today, I will show you how to download, install Komodo Edit - My favorite HTML Editor.

Tuesday, July 5, 2011

Top 10 Blogs of 2010

The Best Blogs in 2010 by Popularity

Technorati keeps an ongoing list of the top 100 blogs based on popularity, and 2010 found a slightly different mix of top blogs than 2009 and 2008.  There are many ways to determine which were the top blogs of 2010. This list is compiled by reviewing Technorati rankings and the online buzz throughout the year to determine some of the most popular blogs in various categories in 2010.

Introduce Basic Information About RSS?

What is RSS?:

RSS (Really Simple Syndication) is the main format used to syndicate web content primarily from news sites and blogs. Think of RSS syndication as similar to the news feeds or stock tickers that scroll along the bottom of your television screen when you watch a news channel. Various information is gathered (in the case of blogs, new posts are gathered) then aggregated (or put together) as a feed and displayed in single location (a feed reader).

How to Create a Blog Home Page

Your blog's home page is an essential part of your blog's success. The home page (also called a landing page) is in essence the welcome page for your blog. It should include all the information and tools a reader needs to be drawn in and feel compelled to stay. A confusing or incomplete home page can have a negative effect and drive readers away from your blog. Take the time to create an inviting home page that's easy to navigate and understand by following these steps.
Difficulty: Average
Time Required: Variable

How to Write About Me Page for Your Blog

How to Write an Effective "About Me" Page

Your blog's "About Me" page should not be overlooked. It's an essential tool to establish who you are as a blogger and help readers understand what your blog is about. Simply listing your name and contact information is not enough. Sell yourself and your blog on your "About Me" page, and make readers believe you're not only an expert in your blog's topic but your blog is also the place for people to find information about your topic on the web.
Following are the three most important elements to include on your "About Me" page:

How to Use Blogger to Upload your Javascript (.js) files ? And You Got Unlimited Bandwidth!

How to Use Blogger to Upload your Javascript (.js) files ? And You Got Unlimited Bandwidth!

This post explains how to host javascript(.js) files in blogger itself, so you don't need to worry about bandwidth limitations,etc:-

"How to host Javascript files for Free with unlimited bandwidth ?" is one of the most frequently asked questions in the blogger community. There are tons of hosting providers out there who can help you host your .js files for Free, but all have some bandwidth limitations and also they are not very reliable.

How to Create Static Pages in Blogger

Recently, Blogger launched the much awaited Blogger Pages Feature.
So, lets see how to Create Static Pages in Blogger.

1. Sign into Blogger Draft (draft.blogger.com)

2. Click on New Post as usual.

click on new post in blogger draft

15 Popular Blog Sidebar Items

A blog's sidebar (or sidebars) can be filled with anything the blogger chooses, but there are a variety of items readers might expect to find in your blog's sidebar. There are also many items you can put in your blog's sidebar that can help you market and monetize your blog. Following are 15 of the most popular blog sidebar items.

1. About Link or a Short Bio