Rhizardhy TutoriaL

;

Archive for June, 2009

Library Visual Basic Application [Indonesia Version]

by aredie on Jun.30, 2009, under download

This is an library application that I created, the task is actually to me, but I want to publish in order to get the criticism and suggestions about this application. Thanks

Library Application Screenshot

To download, click Here

(continue reading…)

1 Comment :, , more...

Google Top Paying Keywords

by aredie on Jun.28, 2009, under General

This is google top paying keywords. Here we go!!!

Max CPC ($) – Avg CPC ($) – Keyword

520.52 – 97.44 – domains yahoo
418.63 – 79.81 – domain name yahoo
145.71 – 68.91 – dc hair laser removal washington
119.63 – 66.15 – law lemon wisconsin
135.94 – 51.14 – hair removal washington dc
493.73 – 41.97 – domain registration yahoo
262.02 – 40.36 – benchmark lending
438.23 – 38.05 – domain yahoo
(continue reading…)

3 Comments :, more...

Hole in the Shou*mix

by aredie on Jun.21, 2009, under General, Tutorial

Haha, sebenarnya ini adalah masalah yang sudah ada sejak dulu, tapi karena pihak terkait belum membenarkannya, dan saya hanya ingin berbagi kepada teman-teman blogger.

Sebelumnya, saya ingatkan, saya menulis ini bukan karena saya tidak suka dengan Shou*mix. Saya hanya ingin berbagi informasi kepada teman-teman yang mungkin saja tidak mengetahui.

(continue reading…)

9 Comments :, , more...

Build .htaccess in Windows and Linux Server

by aredie on Jun.20, 2009, under General

htaccess image

htaccess image

. htaccess (dot letters, followed by the letter string “htaccess”) is a file that can contain commands for the Apache webserver. Put in a directory under the document root and website will commands that will be in effect on the files and sub directories under that directory.

With. Htaccess we can protect a directory, change the display options by Apache directory, and change the extension handler associations, etc.. Basically, almost everything that customization can be done by Apache, we can apply at. Htaccess is. File. Htaccess is the extension of the Apache configuration file that can be spread in each directory you want.
Build. htaccess in Windows
In Windows, you may be experiencing a little difficulty in building this file, as the Explorer does not allow the file name that begins with the characters point. As a solution, there are a few options.
  • You can first try to make an empty file named “.Htaccess” using DOS Prompt, the way open DOS Prompt and then type : copy nul .htaccess. And then, you can edit it using Notepad or another editor.
  • Open Notepad, type the desired content, and save. Type “. Htaccess” with no quotes and the file type is set to All files. Click Save / OK.
  • You can also use another editor such as EditPlus, which allows the file name that begins with the characters point.
Build. htaccess on linux server
On the Linux server (eg using SSH to the server) does not have a problem in the making of this file. Simply use your favorite editor as usual to create another file.
1 Comment :, , more...

Upgrade WordPress 2.8 Manually

by aredie on Jun.20, 2009, under Tutorial

How are you my friends now ^_^. Some of this time I was busy with many activities and tasks. Consequently exsistensi in blogging also decreased T.T, also rarely made any updates on this blog, because it obstructed by a number of activities. However, future expected to be more able to continue to maximize self to update ^_^ at least make a small post useful ^_^.

There are few things that I want to share to friends, some days this happens again I often flirt with the wordpress ^_^. Coincidence today have little time and loose the news that the accident may have been issued WordPress newest update of “Word Press 2.8 Release”.

In fact, in WordPress 2.7.1 has been provided plugin automatic update, so stay one click, then WordPress will automatically update. But I have problems in updating WordPress, and so I will manually update wordpress ^ _ ^.
Quite easy to do and does not finish until 5 minutes ^ ^. Next I let the easy way to upgrade wordpress ^_^.

(continue reading…)

4 Comments : more...

Set Permissions File

by aredie on Jun.17, 2009, under Tutorial

“You need to make this file writable before you can save your changes. See the Codex for more information. “


You can file writable with simple step. Check this out… :)

  • Specify which files would be writable. For example, index.php
  • Open your FTP, i using Filezilla.

wp1
(continue reading…)

Leave a Comment :, , more...

Program 1 [Add]

by aredie on Jun.15, 2009, under Tutorial

  • enter the 3 labels, text 3, and 3 commandbutton to the form. And set as the image below.

vb4

  • and change the properties of objects similar to this :

vb7
(continue reading…)

3 Comments :, , more...

Make Readmore in WordPress, Its so simple!!

by aredie on Jun.14, 2009, under Tutorial

are you sure??

yeahh…i will tell you how to make Readmore with a simple steps!!
that all…..

1. prepare your content
2. write the content as usual
3. click “HTML”

wp4
(continue reading…)

Leave a Comment :, , more...

Change Your Theme!!

by aredie on Jun.14, 2009, under Tutorial

are you bored with your current theme??

u can’t change your theme??

yeahhh….in this article, you will know how to change your WordPress theme. First, u must download theme what do you want.  u can download theme in here.  U dont like the theme?? haha, use search engines like Google, Yahoo, and Msn.

Warning!! u must read the detail of the theme, “Compatible with Wordpress 2.7″ your WordPress must 2.7 or higher.
(continue reading…)

1 Comment :, , , more...

Basic of Visual Basic [Design the Interface]

by aredie on Jun.14, 2009, under Tutorial

There are  steps to building a Visual Basic Application :

Step 1 : Design the interface

Step 2 : Setting Properties of the controls.

Step 3 : Write listing program [code of program]

and now, I will tell you about Design the interface.
(continue reading...)

1 Comment :, more...