Ads 468x60px

Pages

Tampilkan postingan dengan label make. Tampilkan semua postingan
Tampilkan postingan dengan label make. Tampilkan semua postingan

Rabu, 18 September 2013

How to Make the Blogger Posts Have a Calendar for the Date in

Its quite common to see calendar style dates next to some WordPress posts but for the Blogger platform it isnt always an very easy task to add this. But who said you cant do it? You need to look no further than this blog. In this tutorial, well learn how to create a calendar style date for your Blogger posts.


How to create calendar style dates in Blogger

Step 1. Go to Settings > Language and Formatting - Date Header Format and change the date format as you can see in my example below (put day first, then the month and finally the year)
 

Step 2. Then go to Template > Edit HTML


Step 3. Select the "Expand Widget Templates" checkbox

Step 4. And search (CTRL + F) the following line:

<h2 class=date-header><span><data:post.dateHeader/></span></h2>

Step 5. In case you find it twice, then you should replace it twice with this code:

<div id=Date>
<script>changeDate(&#39;<data:post.dateHeader/>&#39;);</script>
</div>
<b:else/>
<div id=Date>
<script>changeDate(&#39;&#39;);</script>
</div>

Step 6. Now search for this tag (CTRL + F to find it)

</head>

Step 7. And paste the code from below just ABOVE the </head> tag:

<script type=text/javascript>
//<![CDATA[
var DateCalendar;
function changeDate(d){
if (d == "") {
d = DateCalendar;
}
var da = d.split( );
day = "<strong class=date_day>"+da[0]+"</strong>";
month = "<strong class=date_month>"+da[1].slice(0,3)+"</strong>";
year = "<strong class=date_year>"+da[2]+"</strong>";
document.write(month+day+year);
DateCalendar = d;
}
//]]>
</script>
<b:if cond=data:blog.pageType != &quot;static_page&quot;>
<style type=text/css>
/* Calendar style date
----------------------------------------------- */
#Date {
background: transparent url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhM7LD2yuO8-sKv-uAmVr4ygGojbsrxTQZRbLqdJJo9fluygXX5HZ67DKJhWP5VvOxIK8uSZG2QB8_sMfy5D7NAvmqIJgB4oiY42Vo5ujU2bTzYHEsBSEc832qzhV4N6HZZaJD0u6CD1q7J/s1600/calendar07.png) no-repeat;
display: block;
width:60px;
height:60px;
float: left;
margin: 15px 2px 0 -108px;
padding: 0 0 8px 0px;
border: 0;
text-transform: uppercase;
}
.date_month {
display: block;
font-size: 15px;
font-weight:bold;
margin-top:-1px;
text-align:center;
color:#ffffff; /* Months color */
}
.date_day {
display: block;
font-size: 28px;
font-weight:bold;
margin-top:-8px;
text-align:center;
color:#282828; /* Days color */
}
.date_year {
display: block;
font-size: 10px;
margin-top:-8px;
text-align:center;
color:#282828; /* Years color */
}
</style>
</b:if>


Before saving your Template, we can make some changes:
  • To change the calendar style, replace the url in blue with yours;
  • If the calendar doesnt appear correctly, change -108 with 0;
  • With green are marked the areas where you can change the color of the dates

Step 8. Now Preview your Template and if everything is ok, click on the Save button. Enjoy!
Read More..

Selasa, 06 Agustus 2013

How to Make Router Using Mikrotik

By using a fairly minimal computer specifications, eg, Pentium I, 1-2 GB hard disk, 64 MB memory, without a mouse, keyboard or monitor, if Mikrotik is the way, we just need to Mose, the keyboard and the monitor during installation only. so we can make a router with minimal funds, rather than equipment we buy a router that can be millions of dollars expensive. Let us begin the installation, before you have to have Mikrotik file that can be downloaded from its website www.mikrotik.co.id. How to make use mikrotik routers are as follows:
Before installation make sure the computer will be installed Mikrotik OS has 2 Lan Card, for the specification of hardware that will be used, you can see the reference in http://mikrotik.com

- * Boot from CD ROM

Select the packages to be selected, for the needs of Proxy Router + + Bandwidth Management, should you choose:

- System

- DHCP

- Advanced Tols

- Routing

- Routing Test

- Security

- Synchronous

- Web Proxy

- Web Proxy Test


After selecting the required packages press the "i" to start the installation.


- It would appear the words "Do you want to keep ...............", choose n (no)

- Then "Continue .....", select y (yes)

Begin to create partitions and format the hard disk, after installation of the packages that had been selected.

When finished, ask Mikrotik on reboot by pressing enter.

After booting, the command appears to check your hard disk, you can select yes or no, select no also does not matter if you are unsure of free hard disk bad sectors.


You are prompted to login, type admin on:

MikroTik Login: admin

to fill in a password just press enter, because the password is still blank on new installations


- Dou you want to see ...................., select no, to speed up the process, the console will appear Mikrotik, namely:


[Admin @ MikroTik]>

To change the machine name of this Mikrotik, type:

[Admin @ MikroTik]> system identity set name = mywifi

Then the console changes to:

[Admin @ mywifi]>

Changing the password mikrotik machine, type the password =

[Admin @ mywifi]> password

old password (blank type, if you have not previously set a password

new password: new-type the password ............................()

Retype new password :................ (Enter the password again)

To turn off the Mikrotik we simply type the following

[Admin @ mywifi]> system shutdown

[Admin @ mywifi]> system reboot (to restart it)

[Admin @ mywifi]> system reset (to reset the configuration that you created earlier)

The commands above should be done in the admin directory.


After that you need to activate a second LAN card installed, with a sample command below:

[Admin @ mywifi]> interface enable ether1 ethernet

[Admin @ mywifi]> ethernet interfaces enable ether2

If the error sign appears, there are two reasons:

The first: There is a possibility of a LAN card installed, damaged

The second: The driver of the LAN Card has not been supported by MikroTik

To see both mounted LAN Card (if already completed two), type .............

[Admin @ mywifi]> ip address

[Admin @ mywifi] ip address> print interface (or command can be abbreviated to "in pr")

Then arose a second LAN card, note the console above indicates we have been in the directory ip address


Based on the monitor display first Mikrotik LAN Card named "ether1" ether1 which is later connected to the Public IP / Internet LAN Card are both named "ether2" is connected to the IP Local / Local LAN, then we give the ip address on each LAN Card, with the command / command as follows:

[Admin @ mywifi]> ip address

[Admin @ mywifi] ip address> add interface = ether1 address = 172.16.0.254/24

[Admin @ mywifi] ip address> add interface = ether2 address = 192.168.1.254/24

To find out the result type:
[Admin @ mywifi] ip address> print

See the results in the image above. to ascend to a higher directory type a colon "..", or "/" to the admin directory, which is the highest directory.

Then we fill the gateway IP address of LAN card first, which is where we get internet access

[Admin @ mywifi]> ip route add gateway = 192.168.1.1

Next we fill the DNS ip address, fill in the appropriate recommendations from your ISP, for example:

[Admin @ mywifi]> ip dns set primary-dns = 202.134.1.7

admin @ mywifi]> ip dns set secondary-dns = 202.134.0.155


So that all client computers in a LAN can browse the internet faster with just taking the DNS cache in Mikrotik router, so the client computer is not far-distant berlu DNS resolves the ISPs DNS servers, then the MikroTik Router should be set in order to perform DNS cache storage

[Admin @ mywifi]> ip dns set allow-remote-requests = yes

But all the client computer, the IP Address setting its primary DNS filled column, with its IP Address Router Mikrotik, for his secondary DNS leave it blank. Note also the image above if we are wrong in typing a command, it will display a warning

"No such argument".


Next we set the machine so that we can be a MikroTik router

[Admin @ mywifi]> ip firewall nat

[Admin @ mywifi] ip firewall nat> add chain = srcnat arc-address = 192.168.1.0/24 out-interface = ether1 action = masquerade

We see the results

[Admin @ mywifi] ip firewall nat> print

See the results on your monitor. to ascend to a higher directory type a colon "..", or "/" to the admin directory, which is the highest directory.

Then we fill the gateway IP address of LAN card first, which is where we get internet access

[Admin @ mywifi]> ip route add gateway = 192.168.1.1

Next we fill the DNS ip address, fill in the appropriate recommendations from your ISP,

[Admin @ mywifi]> ip dns set primary-dns = 202.134.1.7

[Admin @ mywifi]> ip dns set secondary-dns = 202.134.0.155

So that all client computers in a LAN can browse the internet faster with just taking the DNS cache in Mikrotik router, so the client computer is not far-distant berlu DNS resolves the ISPs DNS servers, then the MikroTik Router should be set in order to perform DNS cache storage

[Admin @ mywifi]> ip dns set allow-remote-requests = yes

But all the client computer, the IP Address setting its primary DNS filled column, with its IP Address Router Mikrotik, for his secondary DNS leave it blank. Note also the image above if we are wrong in typing a command, it will display a warning

"No such argument".

Next we set the machine so that we can be a MikroTik router

[Admin @ mywifi]> ip firewall nat

[Admin @ mywifi] ip firewall nat> add chain = srcnat arc-address = 192.168.1.0/24 out-interface = ether1 action = masquerade

We see the results

[Admin @ mywifi] ip firewall nat> print


Well at this early stage we can already make a Mikrotik Router, in order to know the results we ping test (for the command "ping" this must be done at the highest directory in the directory "admin") to the client computer from the router Mikrotik us, when it appears in the process ping were the words "ping time out" or "host unreachable" then we do not succeed to connect, try again at a setting carefully or thoroughly well mikrotik ip address configuration on the client computer, then try the same ping the Internet address of the client computer or browsing from the client computer, if successful then succeed in our task to make Mikrotik Router.
Read More..

Rabu, 31 Juli 2013

How to Make Email Marketing Work For You



Have you ever received one of those forwarded emails that relates a nice story or some inspiring pictures and then lays on a guilt trip if you dont immediately send that email to a million other people in your sphere of influence, Complete with the same guilt ridden message? Some of these messages even indicate dire consequences or simple bad luck of the recipient somehow breaks the chain in this email link. Im never certain who exactly monitors this situation and how they know to exact consequences dire or otherwise.

If youre like most computer users you have developed a low tolerance level for this type of email. In fact, if observation is true many of these Emails are immediately deleted without even looking at the inspiring material within. Alas the chain is broken and beyond the scope of repair.

For some web users there is a heightened sense of frustration because the sender of this material simply uses these methods to attempt to communicate with the recipient. There are no original words and no questions about the family or job. All the recipient sees is an Email that indicates the sender only cared enough to send junk mail.

This mentality contributes to making email marketing so hard for online businesses. If it werent bad enough that spammers already abuse the system enough now the average Email user is sending junk mail to family and friends and honestly believe they are positively connecting with the recipient.

Is it any wonder that those receiving Email would almost rather click the delete button on an email they dont recognize than to open spam?

Some web users have gotten to the point where they will only review Emails that are not forwards and from individuals they already know. Junk mail and the potential for viruses make delete our favorite key.

If I might offer a suggestion for those who participate in Email marketing, make sure you name your business and the primary purpose of the email in the subject line. You may think that you need to make your email subject line extremely creative, but the more straightforward the subject the greater the possibility the email will be reviewed. You dont want your recipients to have doubts about what is in the email.

I would also suggest that you remain completely focused on the primary purpose of the Email and offer as many quality reasons as possible for your recipient to not only review the email, but also drop by the site and take a look around.

Email marketing can be a daunting task because there are so many variables that make this type of marketing harder than it really should be. Spammers created some of these problems and others were created by well meaning individuals who substituted junk mail for meaningful and personal Emails.

Try to make each Email marketing attempt just another attempt at redeeming email marketing as an honest way to reach out to customers and prospects in a cost effective and personally directed way.
Read More..

Make Faster Internet part 1

Litle tips make your internet faster... try this

1. Firewalls :
Blocking some programs from connecting to the Internet (like WinAmp player, which automatically tries to check for updates). You’d be surprised how many applications try connecting to the Internet behind your back. I’ve caught my Windows Explorer connecting to the Internet ; after looking up the IP thinking it was some Trojan, It turned out to be windows .com. Many people have complained about this, claiming it’s spyware . This is one reason I think Open Source operating systems are much better!

2. Internet Browsing/Images:
Setting up your Internet browser to not download or show images during browsing will open up pages much faster, which enables you to read articles and blogs without having to wait ten minutes for the page to load. This can be done in Microsoft Internet Explorer and I’m sure it can be done with Firefox and other Internet explorers.In MS-IE this can be done by going to Tools / Internet Options / Advance Tab / scroll down until you see “Show Pictures”; just uncheck that and enjoy.

3. Download Managers :
Make sure you have a program that has a resume option. The resume option is a great feature that enables you to continue downloading a file even if your connection was lost during downloading. Some download links are not direct, which means they don’t support resuming. RapidShare and Megaupload are file hosters that don’t provide direct links.

4. Cache:
Don’t delete your cache too often or not at all, since you’re on a slow connection . Your cache wont build up to gigabytes anytime soon, so don’t freak out if you get 200 MB of files cached after a month and think that’s too much, its OK.

5. Stop It!
Stop using dial-up! Upgrading your current Internet connection is the best way to optimize and boost your connection speed. There is probably no good excuse nowadays for using dial-up unless you live in the middle of the wilderness; ask your mobile phone company if they offer any Internet connections like PCMCIA cards or HUAWEI cards. Ask if your area provides fiber optic connections, DSL, or better yet, ask your neighbors if they are using a fast connection . If they are, ask them if they can give you their network password so you can use their wireless connection pay them if you have to! If they don’t have wireless, buy a long DSL cable and pay them monthly. Do anything just drop the dial-up.
Read More..