06 September 2008

The Information about the Healthcare Solutions

medeLogo The quality could be than the hospital seen than the quality of his service towards the patient. It was increasingly high that the level of the quality from a hospital, even more people believed towards the existence of this hospital, so as they did not hesitate to entrust their health against this hospital

Therefore if you wanted to manage the hospital or to want to manage the company that is connected in a medical manner certainly you must really consider the step what was suitable to be done so that your plan goes sincerely. To help you to take the action concerning your health concern could go to the website of Mede Finance at medefinance.com. You will find the information about the healthcare solutions to help you manage your future health condition. They also supplied us with that was capable that was high heath the regulation with the service of healthcare analytics led by professional that was healthy trained

Also you will find other valuable information about healthcare. You will find various types of financial tools in MedeFinance.com and healthcare data analysis is one of the most important tools.
If you have already been the member you can log in and find many supporting features that you can get. For further questions you can contact them. The contact details are available on the website.

May this information help you

05 September 2008

Portable Windows XP Live USB Edition 2008 - V2.2

portable windows xp Portable Windows XP Live USB Edition 2008 Did you ever want to boot up into Windows XP via a USB memory key? Well, now you can !!! This is a miniature version of Win XP enough to get you up and running so you can restore from backup, access your files, or do whatever you have to do. Instructions inside!
This is what you need :
-USB stick with 256 MB capacity. 512 MB Recommended.
-A system that supports booting from Usb stick.

Installation :
1. Rename USB stick through file HPUSBFW.exe and format with FAT file system.
2. Copy all the files from a folder on USB stick.

Start :
1. Reboot the computer.
2. In BIOS or through Quick-boot menu choose boot from the USB.

Download : Portable WXPL-USB

30 Agustus 2008

Membuat Animasi Flas Label/ Tag Cloud pada Blogger.

Anda ingin membuat animasi flash Label/ Tag Cloud pada blog kesayangan kita ? Tentu bukan ?
Dengan tampilan Animasi Flash pada Label/ Tag Cloud pada blogger kita tentu akan menambah kesan tersendiri.

Coba perhatikan Animasi Label di bagian sidebar... menarik bukan??

Sebenarnya tutorial ini saya dapatkan di sini (Blogger Buster - Amanda ), namun saya mencoba menerjemahkan ke bahasa kita agar nantinya para blogger Indonesia dapat membuatnya dengan mudah. Mari kita coba bersama-sama cara menginstalnya.

1. Kita langsung menuju ke Layout > Edit HTML pada Dasboard Blogger.

2. Cari kode dibawah ini :

<b:section class='sidebar' id='sidebar' preferred='yes'>

3. Kemudian copy dan paste kode dibawah ini persis dibawah kode di atas :

<b:widget id='Label99' locked='false' title='Labels' type='Label'>
<b:includable id='main'>
<b:if cond='data:title'>
<h2><data:title/></h2>
</b:if>
<div class='widget-content'>
<script src='http://halotemplates.s3.amazonaws.com/wp-cumulus-example/swfobject.js' type='text/javascript'/>
<div id='flashcontent'>Blogumulus by <a href='http://www.roytanck.com/'>Roy Tanck</a> and <a href='http://www.bloggerbuster.com'>Amanda Fazani</a></div>
<script type='text/javascript'>
var so = new SWFObject(&quot;http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf&quot;, &quot;tagcloud&quot;, &quot;240&quot;, &quot;300&quot;, &quot;7&quot;, &quot;#ffffff&quot;);
// uncomment next line to enable transparency
//so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
so.addVariable(&quot;tcolor&quot;, &quot;0x333333&quot;);
so.addVariable(&quot;mode&quot;, &quot;tags&quot;);
so.addVariable(&quot;distr&quot;, &quot;true&quot;);
so.addVariable(&quot;tspeed&quot;, &quot;100&quot;);
so.addVariable(&quot;tagcloud&quot;, &quot;<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>&quot;);
so.addParam(&quot;allowScriptAccess&quot;, &quot;always&quot;);
so.write(&quot;flashcontent&quot;);
</script>
<b:include name='quickedit'/>
</div>
</b:includable>
</b:widget>

4. Anda bisa memodifikasi pada :

* Width is set to 240px
* Height is set to 300px;
* Background color is white
* Test color is grey
* Font size is "12"

Perhatikan kode berikut ini :

var so = new SWFObject("http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf", "tagcloud", "240", "300", "7", "#ffffff");

Kode di atas adalah tempat untuk merubah nilai Width (merah), Height (biru) dan background (ungu)

Kemudian untuk merubah ukuran text coba perhatikan kode dibawah ini :

so.addVariable("tagcloud", "<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>");

Anda bisa merubah ukuran di bawah 12 atau lebih

Nah selamat mencoba

29 Agustus 2008

Membuat Tab Horizontal dengan CSS

Tanpa sengaja saat saya blogging, berselancar di dunia maya saya temukan Aplikasi CSS Tab Designer Versi 2.

Mumpung si Net lagi ngebirit larinya maka IDM segera meluncur untuk membongkar persembunyian CSS Tab Designer V.2 tersebut di RS.

Kemudian seharian aku pelajari dan hasilnya, akan saya coba untuk dipaparkan disini.

Kode  HTML yang dibawah ini dipasang di elemen halaman bagian "<>"           ( tahu khan maksudnya )


<div id="navcontainer">
<ul id="navlist">
<li id="active"><a href="#" id="current">HOME</a></li>
<li><a href="#">OPO MANING</a></li>
<li><a href="#">OPO MANING</a></li>
<li><a href="#">MANING OPO</a></li>
<li><a href="#">NING OPO MA</a></li>
</ul>
</div>

Nah sekarang untuk kode  CSS saya pasang semabrangan, yang jelas di bagian <head>.  Atau karena posisi di bawah Header ( Judul blog kita ) maka saya pasang di bawah kode ini :

#header img {
  margin-$startSide: auto;
  margin-$endSide: auto;
}

Dibawah ini kode yang harus dipasang :


#navcontainer
{
font-family: Arial,Sans-Serif;
margin: 0 auto;
width: 70%;
border-bottom: 1px solid #ddd;
}
#navlist
{
width: 60%;
text-align: center;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}
#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}
#navlist li a
{
letter-spacing: -1px;
text-decoration: none;
color: #ccc;
font-size: 1em;
padding: 0 2px;
border-top: .5em solid #eee;
}
#navlist li a:hover,#navlist a#current
{
color: #333;
border-top: none;
font-size: 1.5em;
}
#navlist a#current { color: #fc6; }

Nah bagi rekan-rekan yang ingin punya CSS Tab Designer Versi 2.  silahkan  :

Download :  DISINI    ( FIle ........RAR )

Contoh hasilnya : DISINI

Semoga bermanfaat dan dapat dijadikan tambahan bahan belajar.... ntar jangan lupa sama si bC, kalau udah pinter.... bC diajari.... biar bC tambah pinter

28 Agustus 2008

Firefox Add-on: Pray Times! 1.1.3

Menjelang bulan  Ramadhan, tentu sebagai umat Islam kita mempersiapkan diri baik mental maupun phisik kita.  Bulan yang penuh berkah dan hikmah ini merupakan bulan yang didambakan.

Lalu apa hubungannya bulan Ramadhan dengan Firefox Add-on ;Pray Times!1.1.3?

Di saat puasa nanti, sambil menghabiskan waktu di siang hari dan menunggu beduk magrib.... so kita main chatting, blogging etc bin lainnya.   Nah, biasanya kalau sudah asyik chatting apalagi perutnya lagi ngerock... tentu lupa akan sholat Dzuhur..he...he... Untuk itu dalam browser kita ( FIrefox ) perlu dipasang Add On Pray Time 1.1.3  yang bisa anda download disini.

Sehingga saat anda asyik Chatting.... PC anda akan mengingatkan bahwa waktu Dzuhur sudah tiba, demikian dengan Sholat lima waktu lainnya.

Berikut Fiturnya :

gb1

Gambar di atas terletak pada sudut pojok kanan monitor kita, tentunya setelah kita menginstall Add on tersebut dan menjalankan browser Firefox.   Untuk setting fiturnya silahkan klik ICON yang berada di kotak merah pada gambar di atas.

Maka akan muncul tampilan sebagai berikut :

gb2

Klik "Edit Location", sehingga muncul jendela  Set Location.  Masukkan kota atau kode pos di mana kita tinggal saat ini, kemudian klik Find maka Pray Time kan mendeteksi secara otomatis.

Berikut ini beberapa  fitur dari Pray TIme :

* Various methods of time calculation
* Countdown to each prayer time
* Automatic playing of Adhan sound
* Supporting all locations around the world
* Local calculation of prayer times (no connection to Internet is needed)

Yup... selamat mencoba... dan selamat menjalankan Ibadah Puasa di Bulan Ramadhan, semoga kita menjadi manusia yang selalu membawa berkah pada lingkungan di manapun kita berada....amien.

(Hasil posting kedua menggunakan Windows Life Writer)

Winrar 4.1.65

winrar

WinRAR introduces an original compression algorithm. It allows higher compression ratios than other PC archiving tools, especially
for executable files, object libraries, large text files, etc.

* WinRAR offers an optional compression algorithm highly optimized for multimedia data.

* WinRAR supports files and archives up to 9,223,372,036,854,775,807 bytes in size, about 9000PB. The number of archived files is unlimited for all practical purposes.

* WinRAR provides complete support for RAR and ZIP 2.0 archives and is able to unpack CAB, ARJ, LZH, TAR, GZ, ACE, UUE, BZ2, JAR, ISO, Z, 7Z archives.

* WinRAR supports NTFS file security and data streams.

* WinRAR offers both a classic interactive Windows interface and the command line interface.

* WinRAR provides functionality for creating a 'solid' archive, which can raise the compression ratio by 10% - 50% over more common methods, particularly when packing large numbers of small files.

* WinRAR offers the ability to create and change SFX archives using default and external SFX modules.

* WinRAR offers the ability to create a multi-volume archive as SFX.

* WinRAR offers a number of service functions, such as setting a password, adding archive and file comments. Even physically damaged archives may be repaired and an archive may be locked to prevent further changes. Authenticity information may be added for additional security and WinRAR will store information on the last update and name of the archive.

26 Agustus 2008

Blowfish is the new line of shoes

At first our two months more will be pointed in the Idul Fitri Holiday, whichever we needed shoes or sandals that were good to be worn while we went on a trip outside the city or visited to the family at the native village.

Sometimes we must often arrange time to look for several qualities of shoes. Yeah, it’s not easy as it seems. Besides the design, choosing the right shoes is really important for our health in our ankles and feet. So I tried to look for information in the internet about the place that provided the collection of many relaxed shoes that were biggest, funky shoes, sandals or flat boots.

I found blowfishshoe.com. In this site I could find information that was needed by me about shoes with most pity chatted and the good pattern by planning noise in America, Europe and Australia such as David Aaron, Rocket Dog, Hippopotamus and etc.

Various styles of the feature, the form and his quality were clearly quality that was offered by Blowfish Shoes. This was the form of the shoes product and extraordinary sandals. We could also get information about the retailer from this product that close to our location. Blowfish Malibu co-operated with the famous retailer like, Victoria’s Secret, David Z, Delia’s, DSW, the Famous Footwear, JILDOR, as the Bill TonMacy’s, the Free Person, Dillard’s, the Seller of urban clothes and many more. Looked around in details there, and we will erect was contained with various Blowfish Men’s Shoes picture models and Blowfish Women’s Shoes.

Shopping now becomes more effective, because they offered the customer's opportunity to contact Blowfish Malibu through the email. Than wasted time and the power more, I thought about asking friends immediately the shoes expenses went through Blowfish malibu. Therefore I more enjoy eventually in filling up the Idul Fitri holiday with the family.

Mockup Hijab Adobe Photoshop Tutorial - FREE FILE PSD

  Mockup Hijab Adobe Photoshop adalah tutorial tentang bagaimana cara merubah warna hijab maupun coraknya. Jika anda ingin mendownload file ...