web tips – dremi.INFO https://www.dremi.info Software Development, Digital Marketing and News Wed, 01 Apr 2009 02:51:06 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 https://www.dremi.info/wp-content/uploads/2020/12/cropped-icon-32x32.png web tips – dremi.INFO https://www.dremi.info 32 32 Introducing DigiLIB – dr.emi’s Latest Product https://www.dremi.info/articles/introducing-digilib-dr-emis-latest-product.html https://www.dremi.info/articles/introducing-digilib-dr-emis-latest-product.html#comments Wed, 01 Apr 2009 02:51:06 +0000 https://www.dremi.info/?p=79 […]]]> Photobucket

This application is a masterpiece that combines several existing Digital Library concepts. Inspired by jQuery UI as one of the best ajax javascript libraries for now.
When this application was created, it adopted several existing Digilib concepts. However, after going through several analysis processes, we finally launched the newest dreDigiLIB application to the Web Development business market.

 

Read dreDigiLIB (DE-ER-E-DIJILIB)

Some of the Feature Modules that are relied on on the Aministrator page are:

Biblio
Biblio is a module that functions to organize a collection of books, e-books, theses, and several other digital library content.

Circulation
Circulation is a module that functions to manage library data collection borrowing transactions, delays and fines.

Member

All students get member facilities to access library data. This member module functions to manage student membership.

Report

Report is a module devoted to auditing library statistical data and several other statistical data that can be used as a guide.

Tool
Tool is an additional module that is very useful for administrators in the process of maintenance and application permissions, such as application users, bulk email and database backups.



In the future, our application will continue to be developed by adding other features and will be adjusted to market demand.

 

]]>
https://www.dremi.info/articles/introducing-digilib-dr-emis-latest-product.html/feed 7
dreLogin V.1.0 – A Simple jQuery+ PHP Login https://www.dremi.info/articles/drelogin-v10-a-simple-jquery-php-login.html https://www.dremi.info/articles/drelogin-v10-a-simple-jquery-php-login.html#comments Mon, 26 Jan 2009 21:48:51 +0000 https://www.dremi.info/?p=78 […]]]> It is a simple engine for the login form handler. I’ve been making it for a long time, but this is the first time it has been published. Created using PHP and the ajax framework using jQuery, equipped with the jQuery Form Plugin.

 

dreLogin V.1.0

Even though it once existed, the jQuery login form has a difference, which is that the programming structure is easier to understand. Sessions are not registered with a merge array, so it is easier to call their values while on the admin page. No need to use extra JS too much, because it has fully adopted the functionalities provided by the jQuery Form Plugin. Which allows us to capture variables in the Ajax HTTP Response with the Value $ _POST / $ _GET
What I mean without the need to use extra JS is excessive, with jQuery Form we don’t need to use JS Extra to handle Message Responses, in the form of “empty username”, wrong password, etc. All of them can be used as dynamic variables in the PHP form action.

Use and modification is subject to Creative Common Laws License 3:
http://creativecommons.org/licenses/by-sa/3.0/
The use of dreLogin is very simple, first open config.php which is in the outermost directory of the RAR package, change the settings according to the web server:

<?php
/*
* dreLogin V.1.0
*
* Copyright (c) 2009 Hairul Azami [a.k.a dr.emi] (www.dremi.info)
* Licensed under the creativecommons Attribution-Share Alike 3.0 Unported
* http://creativecommons.org/licenses/by-sa/3.0/
* more info of licenses: https://www.dremi.info/wwwtips.php?cID=72
*
* Date: Jan 27 2009
*/
if(!defined('_VALID_ACCESS')) die('direct access is not allowed.');
# config system
define("_HOST", "localhost");
define("_USER", "dremi");
define("_PASS", "terusberjuang");
define("_DBASE", "ujicoba");
define("_PATH", "/dreLogin1/");
define("_ADMIN", "/dreLogin1/");
?>


Penjelasan: _PATH merupakan base path untuk folder dreLogin
sedangkan _ADMIN merupakan path target setelah user berhasil login

]]>
https://www.dremi.info/articles/drelogin-v10-a-simple-jquery-php-login.html/feed 13
dreFileBrowser v.1.0 – Make a beautifull File Browser with jQuery File Tree and EditArea https://www.dremi.info/articles/drefilebrowser-v10-make-a-beautifull-file-browser-with-jquery-file-tree-and-editarea.html https://www.dremi.info/articles/drefilebrowser-v10-make-a-beautifull-file-browser-with-jquery-file-tree-and-editarea.html#comments Sun, 23 Nov 2008 19:47:53 +0000 https://www.dremi.info/?p=77 […]]]> Make a beautifull File Browser with jQuery File Tree and EditArea. Setelah sukses dengan produk gw sebelumnya dreDSync V.1.0, kali ini gw melaunching sebuha open source sederhana dreFileBrowser V.1.0

dreFileBrowser v.1.0

Make a beautifull File Browser with jQuery File Tree and EditArea
© dreFileBrowser V.1.0 2008 Developped by dr.emi
Setelah sukses dengan produk gw sebelumnya dreDSync V.1.0, kali ini gw melaunching sebuah open source sederhana dreFileBrowser V.1.0
Ini merupakan open source, dimana lu boleh memodif script na, selama lu mencantumkan author na:
Author: hairul azami a.k.a dr.emi
Author Link: https://www.dremi.info
Author Contact: webmaster@dremi.info
Menggunakan dreFileBrowser:

Extract paket RAR ini ke dalam root webserver lu, lalu ubah setting configurasi pada dfb-config.php
_ABSOLUTE_PATH = defini base path untuk instalasi dreFileBrowser
_ROOT_TREE = folder mana yang akan di scan ?
_MODEM_SPEED = definisi untuk modem speed, menentukan transfer rate
$allowed_extensions_to_preview = var array untuk extensi file yang dapat di preview
$allowed_extensions_to_edit = var array untuk extensi file yang dapat di edit
Best Regard, dr.emi

]]>
https://www.dremi.info/articles/drefilebrowser-v10-make-a-beautifull-file-browser-with-jquery-file-tree-and-editarea.html/feed 5
Introducing the new dreDSync V.1.0 dr.emi https://www.dremi.info/articles/introducing-the-new-dredsync-v-1-0-dr-emi.html https://www.dremi.info/articles/introducing-the-new-dredsync-v-1-0-dr-emi.html#respond Sun, 02 Nov 2008 11:19:58 +0000 https://www.dremi.info/?p=73 […]]]> dreDSync V.1.0 is a Data Syncronizer based on Flat File TXT communication and Socket Detection. Using the PHP programming language.

 

What is dreDSync V.1.0 ?

spelling (DE-ER-E DE-SYNC)

 

What for dreDSync V.1.0 ?

dreDSync V.1.0 is made to synchronize data on server and client.

 

What is the main Concept ?

Aims to handle bandwidth savings, because it uses Multimedia files.

Multimedia files have a file structure of 2 types:

First, Multimedia files (ie: audio, video, and another big filesize) which will be placed on the Server and Client as Permanent Files

Second, Miscleneous files (ie: JPG, PNG, ZIP, XML anf TXT). This file will be updated according to the predefined curriculum schedule

From the brief description above, I need an automatic downloader script, to detect the Last Modified File Miscleneous file that is updated in the future. Technically it can be described as follows:

When the administrator creates a new data update schedule, he must make a schedule in the dreDSync V.1.0 Administrator that has been provided. Thus the scanning all directories function in the dreDSync V.1.0 application will record the location of the latest updated source file location before inputting the schedule. This data collection is done by the server by placing its log download list in a TXT file, then it will “fire” all clients using Socket Connection, as a sign that the latest Update File is ready to be downloaded by each client. Thus the data synchronization process can be started.

 

Error handling while Syncronizing Data

DisConnect case

An application will of course always have a bug, thus error handling must also be prepared, keeping it from happening one day. In this case the concern is disconnection and blackout / Client nost response, so that when synchronization occurs, it is likely that data has not been processed.

For that I give a small note for each client, if the data is still not the same as the downloadlist on the server, the not complete message will be written by the client in the system log, so when the client is running again, the data synchronization process will automatically continue referring to the downloadlist. previously available. So that in dreDSync V.1.0, I don’t delete the system log on the server for the next 1 week, and this will have a positive impact for clients who haven’t finished downloading data, they still have the opportunity to download it again. But if everything is fine, the client will write a complete message in the system log.

 

Processing Screen Shoot

Running on server

Running on Client

Syncronizing Data on Progress

jQuery Panel Menu Administrator

jQuery Block UI for Login Form

CPanel Administrator for Schedule

CPanel Administrator for SysLog and Config

CPanel Administrator for Client Register

 

]]>
https://www.dremi.info/articles/introducing-the-new-dredsync-v-1-0-dr-emi.html/feed 0
Google Chrome, Google’s New Future https://www.dremi.info/articles/google-chrome-googles-new-future.html https://www.dremi.info/articles/google-chrome-googles-new-future.html#respond Thu, 04 Sep 2008 10:26:43 +0000 https://www.dremi.info/?p=70 […]]]> Google Chrome was created to optimize memory resources on the CPU, so in short it doesn’t take up much memory when loading multiple browser tabs / windows.

Actually the author made this article one hour 30 minutes after the newsletter from google adsense I received via email. But the author at that time was still completing the tutorial on another blog.
Alhamdulillah, in the afternoon before breaking the fast, the author completed this little simple article
After the success of Google Maps, Google’s Software Engineer launched its newest product called Google Chrome

  1. As stated in the notification E-Mail, please read at:
    http://dremi468.blogspot.com/2008/09/inside-adsense-announcing-google-chrome.html
  2. Overview of Google Chrome.
    Google Chrome was created to optimize memory resources on the CPU, so in short it doesn’t take up much memory when loading multiple browser tabs / windows. This is what users often experience in browsers in general. Because according to Google Chrome’s Comic Book, it is illustrated that, when a tab loads a new page, immediately the tab tab that does not need memory resources is borrowed, and then refreshed again when the page open.
    Some of the features can be seen on the Official Site on Google Blog or
  3. Google Chrome Ideas
    Google Chrome has a simple interface, similar to some windows in KDE Linux. By relying on efficiency of use, I’m sure this newest Google product will be a success. Because it has several advantages:
  4. The acceleration process is faster, and very light
    In the Textarea Form, the Re-Size area has been added automatically, the same as tinyMCE which can be changed the size of the textarea.
    His ability in presenting Live Search, according to the author, is perfect, and more than adequate for designers like me. Because the URL Bar can double, namely as a search engine and also as a search history for pages that have been opened before, so even if it’s not bookmarked, this page will be indexed in its live search.
    History The most visited web pages are also displayed on the New Tab
    The auto hide Status Bar display is very charming.
    There are various language options including Indonesian, on Tools> Options> Change Font and Language Settings
  5. The download process is stable, unlike FireFox 3 Beta.
    Pop Up Window for AdS Worm, is automatically minimized under the window, so it’s not like FF, if a Pop Up window appears, block it at the top of the window.
    The logo is so cool !!!
    etc

and this is the drawback according to the author:

Even though, according to the Software Engineer, Google Chrome will be able to handle several types of browsers at once in terms of appearance and match them from performance problems, the author still finds an obstacle, because until now my web appearance is still not the same in FF IE as in Chrome.
Copy Paste Clipboard is disabled, and this is very annoying for lazy users to retype
For phishing and security issues. The author has not found a statement from a Google Engineer.

It’s just that the author had time to write a comment in the form of a question on Google AdSense, which reported the emergence of Google Chrome, if indeed the History Browser is used to perform Live Search on websites that have been opened, why not just use Google History? After all, at the end when History is clear, everything is gone too :))

]]>
https://www.dremi.info/articles/google-chrome-googles-new-future.html/feed 0
Design Form Smooth Shadow [dr.emi] https://www.dremi.info/articles/design-form-smooth-shadow-dremi.html https://www.dremi.info/articles/design-form-smooth-shadow-dremi.html#comments Thu, 21 Aug 2008 19:42:57 +0000 https://www.dremi.info/?p=68 […]]]> helo brother !!
To have a most beautifull form for your blog / website, so easy. I just create a style that compatible for IE and FF.
Take a look my CSS
First, open your photoshop to create a

Design Form Smooth Shadow [dr.emi]

helo broder !!
mao ngobok-obok form lu, biar cantik and cakep ? nih gw ada tutorrial CSS form yang keren banged, kali ja bisa jadi inspirasi lu ..
Dengan Photoshop siapkan dlu untuk Background field na, gw pake gradasi dowank kok !
bwat bidang ukuran seleksi make marquee tool (2px x 30px)
Photobucket
Gradasi na dari warna #dddddd ke #ffffff perhatikan settingan gradasina
Photobucket
crop bagian gradasi dowank, save as ke GIF
Photobucket
Image
bwat juga button na, terserah lu !
Image
Buka Dreamweaver lu, bwat dokumen baru untuk CSS. Tetap berkonsep Web 2.0 design, CSS na pun kudu kompatible dengan IE dan FF
Nama file: styles.css

Code:
/* CSS Web 2.0 Builder by dr.emi */
body,td,th { font-family: Arial; font-size: 11px; color: #000000; }
body { background-color: #FFFFFF; margin: 10px 10px 10px 10px; }
#BlueSky { background-color: #F2F9FF; padding: 30px; margin-bottom:5px; width:350px; border:1px solid #91CBF7; }
#FormBox { margin:0px;padding:0px; }
#FormBox h1 { color:#333399; font-size:13px;margin-bottom:10px;padding:0px; }
#FormBox p { color:#777777; font-size:10px;margin-bottom:20px;padding:0px; }
#FormBox label { margin-bottom:10px; color:#555555;display:block;font-weight:bold; font-size:12px; }
#FormBox .input { margin-bottom:20px; border: 1px solid #cdcdcd; padding: 0.2em; background: #FFFFFF url(“form-smooth-sdw-dre-bg-field.gif”) repeat-x 0 1px; color:#666666; }
#FormBox .input:hover { margin-bottom:20px; border: 1px solid #FF0000; padding: 0.2em; background: #FFFFFF url(“form-smooth-sdw-dre-bg-field.gif”) repeat-x 0 1px; color:#666666; }
#FormBox .submit { width:117px; height:40px; border:none; background: #FFFFFF url(“button.gif”) no-repeat 0 0; }
#FormBox .spacer { margin-bottom:10px; }

display:block; gw pake bwat menghemat penggunaan tag html, kalo tanpa block maka lu kudu perlu style baru kaya span atau p, biar field input na terletak di bawah label nama, dst.
untuk field dengan background, gw pake background:(bla bla); kalo make background-image:dst… compatible na di IE dowank, di FF ga isa.
note *) gunakan input tanpa titik jika ingin menerapkan langsung style na pada tag input, tapi pada sesi ini form field na gw kasi hover untuk bisa merubah warna saat disentuh, jadi gunakan class .input untuk normal dan class .input:hover untuk saat mouse menyentuh form field
tros attach style na pada dikumen HTML baru
Photobucket
Photobucket
ni bwat kode HTML form na:

Code:
<div id=”BlueSky”>
<div id=”FormBox”>
<h1>Yang ngerasa cakep dan cantik, ngisi Form disinih !!</h1>
<p>For whom that beautifull and handsome, fill this form !!</p>
<form action=”” method=”get”>
<label>Nama:</label>
<input class=”input” type=”text” size=”50″ />
<label>E-Mail:</label>
<input class=”input”type=”text” size=”50″ />
<label>Website:</label>
<input class=”input” value=”http://” type=”text” size=”50″ />
<label>Message:</label>
<textarea class=”input” cols=”38″ rows=”5″></textarea>
<div class=”spacer”></div>
<input name=”” value=”” class=”submit” type=”submit” />
</form>
</div>
</div>

jadi kalo lu preview bakalan ke gini :
Photobucket
Thanks berat kalo ada yang mereplay !!! :D :D :D :D

]]>
https://www.dremi.info/articles/design-form-smooth-shadow-dremi.html/feed 4
Conduit.Com as Web Community Optimizer https://www.dremi.info/articles/conduitcom-as-web-community-optimizer.html https://www.dremi.info/articles/conduitcom-as-web-community-optimizer.html#respond Wed, 30 Jul 2008 01:56:54 +0000 https://www.dremi.info/?p=65 […]]]> jangan sedih kalo web / blog lu masih lom punya komunitas di dunia maya, let’s try this ONE!

Conduit.Com kalo gw cek pertama diregister 1995, dan update terakhir 2006 dan 2008, tapi gw baru

Conduit.Com as Web Community Optimizer

jangan sedih kalo web / blog lu masih lom punya komunitas di dunia maya, let’s try this ONE!

Conduit.Com kalo gw cek pertama diregister 1995, dan update terakhir 2006 dan 2008, tapi gw baru nemu sekarang. Mungkin waktu itu web ini ga make jasa iklan dengan optimal atow bisa jadi waktu itu layanan nya lom ada, jadi kita pada taunya sekarang …

nah ni gw share dikit beberapa step dan konsep Conduit.Com dalam memfasilitasi webmaster untuk memboomingkan webnya, slah satuna bwat free community dan komunikasi antar pengunjung.

sbernya mau gw input tadi siang, tapi lom smpet bikin tutor na… wabis gw masih nyoba nyoba juga cara bikin na….

Ke dalam Intro web na, disebutin kalo web ini merupakan salah satu solusi sederhana tapi ampuh dalam menciptakan sindikat untuk traffic, brand dan bahkan market sekalipun… Gw salut, kalo gw punya jempol lebih dari 2 gw kasiin dah bwat Conduit.Com, thanks !!!!

woke let’s start.. just open your browser, point URL address to: http://www.conduit.com

liat preview awal tampilan web na…. jangan liat sederhananya interface web ini, tapi liat fungsi dan konsep web na. Dari perkiraan analisa gw, web ini dibangun dengan menggunakan bahasa pemrograma ASP, tentunya dengan VB dotNET yang mendukung Web Based Application pada Static Component yang dihasilkan.

 

Step #1 Klik pada Tombol “Start Now”

 

Step #2 bakalan muncul halaman baru, isi Site URL

pilih bahasa, lalu klik Next

 

Step #3 Ciptakan Brand web lu, tentukan tema Logo Toolbar

klik next….

 

Step #4 Tentukan aktifitas searching lu yang paling Woke !!!

gw pilih yang paling woke, Google.Com

 

Step #5 Tambah traffic web lu, kasiin aja link yang paling disukai pengunjung dari web lu

 

Step #6 nYang ni sii assesoris RSS yang bagi gw merusak fokus user

Tapi gpp kalo lu mau coba, ni fungsina bwat nambah2in RSS feed dr web2 yg udah disediain. Centang mana informasi yang mnurut lu mnarik, nantina bakalan diinclude kan dalam toolbar

 

Step #7 Gw suka musik, kalo lu mao, tambahin component radiona, bisa dipilih kok stasion na….

 

Step #8 Bagian ini gw agak males, ada rewardnya, cek aja, kalo tertarik …

 

Step #9 Hampir selesai… isi semua form, inget jangan asal, ni mnentukan koneksi web lu di dalam jaringan Community.

Bukankah keakuratan data, merupakan brand dan market ???

 

Step #10 It’s Done… !! wait in progress

 

Step #11 Congratulations !! Install Toolbar lu sekarang juga, jangan tunggu besook, kalo ga komunitas lu bakalan diambil orang wkwkwkwkwkwk….

 

dr.emi Community Toolbar | Home

Download dr.emi Community Toolbar

Bersikaplah bijaksana dalam mempromosikanna, jangan spamming, sekalipun ada fasilitas promosi di dalam na, cukup gunakan banner yang menarik, pasang Toolbar terbaru lu di Web / Blog kesayangan.

Thanks Dude !!!! be a lovers of dremi.info !!!

dr.emi

]]>
https://www.dremi.info/articles/conduitcom-as-web-community-optimizer.html/feed 0
Membuat Box Style Link Cantik ala dr.emi dengan CSS https://www.dremi.info/articles/membuat-box-style-link-cantik-ala-dremi-dengan-css.html https://www.dremi.info/articles/membuat-box-style-link-cantik-ala-dremi-dengan-css.html#comments Mon, 28 Jul 2008 14:28:57 +0000 https://www.dremi.info/?p=64 […]]]> Membuat Box Style Link Cantik ala dr.emi dengan CSS. Jimanee nDesign box link cantik dengan menggunakan CSS ?
Pernah liat page link nyang ada di : https://www.dremi.info/tutorial/photoshop-forum.php

Membuat Box Style Link Cantik ala dr.emi dengan CSS

 

Jimanee nDesign box link cantik dengan menggunakan CSS ?

Pernah liat page link nyang ada di :
https://www.dremi.info/tutorial/photoshop-forum.php ???

nah bagian paging na gw pake CSS bwat bikin box link na, kali ini kita bikin nyang sama tapi dengan style CSS nyang berbeda.

 

Simple aja mulai dengan style ke gini:

<style>
#pagin a
{
font-family:Tahoma;
font-size:11px;
display:block;
float:left;
cursor:pointer;
color:#00c;
text-decoration:none;
display:inline-block;
border:1px solid #ccc;
padding:.3em .7em;
margin:0 .38em 0 0;
text-align:center
}
#pagin a:hover
{
background:#f0f7e8;
border:1px solid #83bc46
}
#pagin a.sel
{
color:#333;
font-weight:normal;
background:#f0f7e8;
cursor: default;
border:1px solid #83bc46
}
</style>

 

Tros terapkan ke dalam halaman HTML lu:

<div id=”pagin”>
<a class=”sel”>1</a><a href=”http://csslovers.co.cc”>2</a>
<a href=”http://dremi468.blogspot.com”>3</a>
<a href=”http://dremi.info/tutorial/photoshop-forum.php”>4</a>
</div>

heehe jadi dah, lagi lagi tutorial CSS na singket !!! biarin weks 😛 !!

Penasaran kan mao liat hasilna ?? klik ajah link dibawah ini, bwat preview hasilna:

https://www.dremi.info/web/tips/css-box-style-design.html

 

Tros kalo mao download disini:

http://www.ziddu.com/download/1774822/css-box-style-design.rar.html

 

Thanks, dr.emi

 

]]>
https://www.dremi.info/articles/membuat-box-style-link-cantik-ala-dremi-dengan-css.html/feed 2
Mudahnya Memperoleh Penghasilan $45,000 Per Bulan Dari AdSense https://www.dremi.info/articles/mudahnya-memperoleh-penghasilan-45000-per-bulan-dari-adsense.html https://www.dremi.info/articles/mudahnya-memperoleh-penghasilan-45000-per-bulan-dari-adsense.html#comments Sat, 26 Jul 2008 12:46:14 +0000 https://www.dremi.info/?p=63 […]]]> Mudahnya Memperoleh Penghasilan $45,000 Per Bulan Dari AdSense

Memperoleh Penghasilan $45,000 Per Bulan Dari AdSense Adalah Mudah

Google AdSense Images

Kalo Anda sering berkunjung ke situs2 iklan, Anda mungkin akan menemukan beberapa orang yg menawarkan kemudahan dalam menghasilkan uang di internet melalui AdSense. Ada yg menjajakan situs2 “Ready For AdSense” yg diklaim dengan cepat dapat membuat modal Anda kembali, ada yg menjual software2 yg katanya dapat membantu meningkatkan trafik atau membuat situs Anda berjaya di mesin pencari, bahkan ada yg menawarkan diri untuk memberikan kursus AdSense dan membimbing Anda hingga memperoleh ratusan dolar per bulan. Hmmm, ratusan? Sejenak lupakan mereka dan berikut akan saya tunjukkan bagaimana cara mendapatkan penghasilan puluhan hingga ratusan ribu dolar per bulan dari AdSense tanpa harus keluar uang sepeser pun.

Sebelumnya mungkin Anda tidak percaya dengan apa yg akan saya katakan, jadi langsung saya tunjukkan buktinya dulu deh. Lihat screenshot dari laporan AdSense saya untuk bulan Maret lalu (tekan untuk memperbesar).

March AdSense Earning Images

Bagaimana, sudah percaya? Nah, berikut ini adalah trik2 yg saya terapkan untuk dapat memperoleh dolar sebesar itu.

  1. Masuk ke dalam Member Area AdSense di http://www.google.com/adsense dan menuju ke halaman ReportsAdvanced Reports. Pada bagian Choose Date Range, pilih Last Month – March dari dropdown menu. Klik Display Report untuk menampilkan laporan pendapatan di bulan Maret.

    Report Page Images

  2. Simpan halaman laporan tersebut. Pada Firefox, pilih menu FileSave Page As. Beri nama misal laporan.htm.

    Save File Images

    Jangan tutup dulu browser Anda, khususnya jendela laporan ini. Perhatikan dan ingat baik2 alamat URL dari halaman laporan.

    URL Images

  3. Now here’s the trick. Buka file laporan.htm tadi dengan menggunakan text editor atau HTML editor kesukaan Anda. Ubah angka2 dalam tabel laporan sesuai dengan yg Anda inginkan 🙂 Simpan jika sudah puas.
  4. Bukalah file laporan.htm yg sudah Anda modifikasi tersebut dengan web broser. Pada Firefox, tekan FileOpen File.
  5. Masih ingat alamat URL dari halaman laporan sebelumnya? Tuliskan atau copy-paste alamat tersebut pada URL bar di halaman browser laporan.htm termodifikasi.
  6. Selesai! Mudah bukan? Secara instan Anda telah berhasil memperolah penghasilan sebesar puluhan hingga ratusan ribu dolar di AdSense 🙂 Contoh hasilnya ada pada screenshot pertama di atas. Jangan lupa untuk meng-capture halaman laporan ini, membubuhkan watermark, dan memamerkannya pada rekan2 Anda 😀

Biar telat setengah hari lebih, Selamat April Mop semuanya 🙂

Moral of The Story:
(1) Jangan gampang percaya dengan screenshot earning milik siapa pun.
(2) Jangan gampang percaya dengan janji2 yg seindah bintang di surga. Jangankan $45,000, mendapatkan $100 per bulan dari AdSense aja butuh perjuangan kok.

 

dr.emi

gw juga ga percaya banged ama omong kosong ampe berbusa sales2 adsense, nyang katanya ada yang kalo daftar ke mereka bakalan dapet jutaan dolar sbulan, tros photo2 mereka nyang lagi liburan di pampangin di web nya yang penuh tulisan warna warni (rata2 merah), ada logo garansi, ada komen2 kampret lainnya.. smuanya lengkap deh…

satu pertanyaan gw, kalo bisa bikin sejuta dolar sebulan bwat apa promosi sana sini, ampe ikutan masang iklan di adsense. “Mau cepat kaya dengan modal dengkul ??????” omong kosong smuanya

Ini smua tergantung kerja keras, berhari2 mantengin blog pun ga jaminan dapet $10 sehari… kutu kupret.. pembohong smuah….

thanks artikel na

 

Author: Mas Cosaaranda Post Link: Memperoleh Penghasilan $45,000 Per Bulan Dari AdSense Adalah Mudah

]]>
https://www.dremi.info/articles/mudahnya-memperoleh-penghasilan-45000-per-bulan-dari-adsense.html/feed 1
Beautifull Form dr.emi with CSS https://www.dremi.info/articles/beautifull-form-dremi-with-css-2.html https://www.dremi.info/articles/beautifull-form-dremi-with-css-2.html#respond Sat, 26 Jul 2008 10:10:14 +0000 https://www.dremi.info/?p=62 […]]]> Beautifull Form dr.emi with CSS
Bijimane bikin form nyang kaga mbosenin ????
nah kali ni kite bakalan bikin form make css style.. cantik dah pokokna 😀
Style na si ke gini ajah:

Beautifull Form dr.emi with CSS

Bijimane bikin form nyang kaga mbosenin ????

nah kali ni kite bakalan bikin form make css style.. cantik dah pokokna 😀

Style na si ke gini ajah:

<style type=”text/css”>
<!–
body,td,th {
font-family: Trebuchet MS;
font-size: 11px;
color: #333333;
}
body {
background-color: #FFFFFF;
margin-left: 20px;
margin-top: 20px;
margin-right: 0px;
margin-bottom: 0px;
}
a:link {
color: #0099FF;
text-decoration: underline;
}
a:visited {
text-decoration: underline;
color: #0099FF;
}
a:hover {
text-decoration: none;
color: #009900;
}
a:active {
text-decoration: underline;
color: #0099FF;
}
#OrangeWhiteBox {
background-color:#FFFBF2;
padding: 5px;
margin-bottom:5px;
border:2px solid #FFE9D2;
width:550px;
}
#GreyWhite {
background-color: #FBFBFB;
padding: 5px;
margin-bottom:5px;
border:2px solid #F4F4F4;
width:550px;
text-align:center;
}
/* BOX DESIGN BY dr.emi */

#formM { margin:0px;padding-left:20px;padding-bottom:20px;}
#formM h1 { padding-left:72px;padding-top:10px; font-size:18px;padding-bottom:10px; color:#990000; }
#formM p { padding-left:72px;padding-top:10px; font-size:11px;padding-bottom:10px; }
#formM .inputM{
border:1px solid #C0C0C0;
color:#666666;
background:url(beautifull-form.gif) 0 0 repeat-x; /*support IE, FF*/
height:26px;
font-size:16px;
}
#formM .textareaM{
border:1px solid #C0C0C0;
color:#666666;
font-size:16px;
}
#formM label{
display:block;
margin-bottom:10px;
color:#666666;
}

#formM label span{
display:block;
float:left;
padding-right:6px;
width:70px;
text-align:right;
font-weight:bold;
font-size:16px;
}
#formM .spacer{margin-left:80px;
margin-bottom:10px;
font-size:11px;
color:#555555;
}
#formM .buttonM{
background:url(coklat.gif) 0 0 no-repeat;
border:1px solid #3b6e22;
height:26px; width:100px;
color:#FFFFFF;
font-size:14px;
text-decoration:none;
font-weight:bold;
}
.spacerA { clear:both; height:20px; margin:0px; padding:0px; }
–>
</style>

Nah lu bikin dah form na, nysuaiin ama style css diatas:

<div id=”OrangeWhiteBox”>

<div id=”formM”>
<h1>Komentar gw bwat eloh ! 😛 (bahasa abg mumet) </h1>
<form id=”form1″ name=”form1″ method=”post” action=””>
<label><span>Nama </span>
<input name=”name2″ type=”text” class=”inputM” id=”name2″ value=”dr.emi” size=”20″ />
</label>

<label><span>E-Mail </span>
<input name=”name” type=”text” class=”inputM” id=”name” value=”lia@cintaku.com” size=”20″ />
</label>

<label><span>No. HP </span>
<input name=”name” type=”text” class=”inputM” id=”name” value=”081300004000″ size=”20″ />
</label>

<label><span>Website</span>
<input name=”name” type=”text” class=”inputM” id=”name” value=”http://” size=”41″/>
(* kosong ? yo ra popo </label>

<label><span>Komentar</span>
<textarea cols=”38″ rows=”5″ class=”textareaM”>sumpeh deh ! gueh naksir ama eloh ! mau jadi gebetan gue kagak ?</textarea>
</label>
<label>
<div class=”spacer”><input type=”submit” name=”Submit” value=”Kirim” class=”buttonM”/>
</label>
</div>

</form>
</div>

</div>
<p class=”spacerA”>&nbsp;</p>
<div id=”GreyWhite”><a href=”http://dremi.info/forum” target=”_blank”>Falling in love to dr.emi ? Just Click Here !</a></div>

Cepet banged !!!! ??? iye mang cpet bikin na, palagi kalo make dreamweaver, kaga usah ribet ….

ni preview na kalo udah jadi…

Photobucket

Mao coba html na ? klik na disini …

Nyang mao nDownload disinih …

Sumbangkan sedikit ilmu lu, bwat kebaikan… kami tunggu di http://dremi.info/forum

Woke ! Met malem mingguan yak 😀 thanks !

 

]]>
https://www.dremi.info/articles/beautifull-form-dremi-with-css-2.html/feed 0