prime79
weblog
Home

Feb 19

Our servers default to the “standard” Apache error message pages for most common browser errors. If you want to develop your own error pages, you’ll need to define those pages in a file named .htaccess, which you upload into your main www directory. The custom error pages that you develop also need to be uploaded into your www directory. (more…)

Read more     No Comments
 

Feb 12

 

Three Column Themes

Blue Lily

blue-lily-thumbnail.png

Blue Lily is a three column theme which is quite simple and attractive, the main background is a striking blue with green color for the header. The navigation menu is right on the top of the page making it easily visible.

Content area is big enough and has a gray background. There are two sidebars which you can use to show off additional information.

Widget Ready: Yes

Compatibility: There were no issues that I saw with this theme on Firefox 2+, IE6, IE7, Flock.

Validations: Valid XHTML 1.0 Transitional | Invalid CSS with 1 error

Demo | Release Page | Download

Blue Dream

blue-dream-thumbnail.png

Blue Dream is a three column theme with a graphical header and rounded navigational menu on the top of the page. The theme comes built in with RSS icons on top of the page to make it easier to subscribe to feeds.

There are two sidebars which can be used to display additional information and advertisements.

Widget Ready: Yes

Compatibility: There were no issues that I saw with this theme on Firefox 2+, IE6, IE7, Flock.

Validations: Invalid XHTML 1.0 Transitional with 32 errors | Valid CSS

Demo / Download

Airborne

airborne-thumbnail.png

Airborne is a three column theme which makes use of clouds in the header and footer sidebar section as a background. The main content area is a bit small which does not allow you to add big images into the content.

There are two sidebars for showing additional content, it also has a footer sidebar where you can add more content allowing you pack all the information like top posts, recent posts etc in a single page.

Note: The release page is in German.

Widget Ready: Yes

Compatibility: There were no issues that I saw with this theme on Firefox 2+, IE6, IE7, Flock.

Validations: Valid XHTML 1.0 Transitional | Valid CSS

Demo / Download

Two Column Themes

GreenTech

greentech-thumbnail.png

GreenTech is a two column theme with pleasant colors. It makes use of a mix of brown and green colors. The background is creme in color. There are plenty of advertisement options available in this theme.

Author comments on the blog are styled differently than the other comments. Overall a good looking theme.

Widget Ready: Yes

Compatibility: There were no issues that I saw with this theme on Firefox 2+, IE6, IE7, Flock. The header section appears broken in Opera.

Validations: Invalid XHTML 1.0 Transitional with 29 errors | Invalid CSS with 1 error

Demo | Release Page | Download

Three Column Themes

My Starcraft 2

startcraft2-thumbnail.png

My Starcraft 2 is a theme based on Starcraft 2. The theme uses dark and vibrant colors with a mix of black and gray. The links are orange color making it more visible on the darker background.

Overall looks are quite good with ample advertising options. The theme is available in English and German versions

Widget Ready: Yes

Compatibility: There were no issues that I saw with this theme on Firefox 2+, IE6, IE7, Flock and Opera browsers.

Validations: Invalid XHTML 1.0 Transitional with 11 errors | Invalid CSS with 3 errors

Demo / Release Page /Download

Four Column Themes

Techicon

techicon-thumbnail.png

Techicon is a wide 4 column theme with beautiful use of colors. It is simple and classy at the same time. The theme comes with a sub header with 3 columns which can be used to display information such as Latest posts, popular posts etc.

The main content area is quite wide and can easily accommodate large images, the sidebar is huge and is made up of three smaller sidebars. Overall a great theme with ample advertising options.

Widget Ready: Yes

Compatibility: There were no issues that I saw with this theme on Firefox 2+, IE6, IE7, Flock and Opera browsers.

Validations: Valid XHTML 1.0 Transitional | Invalid CSS with 3 errors

Demo | Release Page | Download

Just one WordPress theme released by Shylock Blogging so far, but don’t worry, more will be coming.

Abstract Shylock

abstract-shylock-screenshot

Theme Page | Demo | Download

Tags: , , ,

Read more     No Comments
 

Jan 10

wraping adsense ads around text

untuk menampilkan iklan adsense seperti gambar di atas ini, yaitu dikelilingi oleh teks konten di postingan kita, caranya cukup dengan memasukkan kode dibawah ini ke file single.php atau singlepost.php, dibagian bawah dari kode yang menunjukkan waktu dan tanggal pembuatan postingan seperti misalnya : <?php the_time(’d M Y’); ?> atau sebelum kode post content <div class=”post-content”>

Kode yang ditambahkan yaitu :

<div style=”display:block;float:left;margin: 5px 5px 5px 5px;”>
Masukkan Kode Adsensenya di sini nih</div>

Float:Left –> menunjukkan letak iklan dikiri (atau kanan kalau “right”) teks konten.

Margin –> adalah jarak antara iklan dengan teks konten, semakin kecil angkanya semakin rapat.

  • edit single.php itu bisa langsung dari menu Presentation >> Theme Editor

<!–adsensestart–>

Tags:

Read more     No Comments
 

Jan 10

Adakalanya kita ingin posisi image atau gambar di postingan tidak terpisah dari text yang ada disekelilingnya (wraping), jika blognya dengan Wordpressdotcom mudah saja membuat text menjadi mengelilingi gambar, yaitu setelah gambar diupload menggunakan fitur Upload dibawah posting panel dan klik send to editor, klik gambar tersebut yang sudah masuk di kolom postingan kemudian pilih alignment ny, rata kiri atau rata kanan.

Jika untuk website .php atau ingin ambil gambar langsung dari web lain, bisa pakai kode

<span style=”float:right; “><img src=”http://namaweblainnya.com/namagambar.jpg”></img></span>

baca juga : Wraping Iklan Adsense di sekitar Teks

Tags: ,

Read more     No Comments
 

Jan 10

Themes bisa dianggap sebagai “kulit” untuk tampilan weblog, kulit tersebut dapat saja berganti-ganti tanpa merubah isi dari weblog tersebut. Biasanya di script WP yang kita instal sudah ada bawaan themes standar dan klasik, tapi bisa kog kita ambil dari kontibutor-kontributor themes, seperti : (more…)

Tags:

Read more     No Comments