Senin, 20 Juni 2011

Menggunakan ASP.NET AJAX Tanpa Visual Studio

Cara Menginstal ASP.NET AJAX dan Control Toolkit


ASP.NET AJAX

ASP.NET AJAX  digunakan untuk membuat halaman Web pages dinamis yang mensuport model proses partial-page updates. Didalamnya termasuk Microsoft ASP.NET 2.0 AJAX Extensions, yang mana digunakan sebagai server framework, dan Microsoft AJAX Library, yang mana terdiri dari kumpulan script yang dijalankan dibrowser.
Catatan Instal ASP.NET AJAX assembly (System.Web.Extensions.dll) di global assembly cache (GAC). Jangan menambahkannya pada folder Bin di project Web site kamu.
Kamu dapat menginstal dan menggunakan ASP.NET AJAX dengan Microsoft Visual Studio 2005 keatas atau Microsoft Visual Web Developer Express Edition.
Kamu dapat menginstal dan menggunakan Microsoft AJAX Library tanpa .NET Framework. Kamu juga dapat menginstal di OS non-Windows (harus supports ECMAScript (JavaScript))

ASP.NET AJAX Control Toolkit

ASP.NET Control Toolkit menyediakan beberapa fitur utama yang teleh dikembangkan lebih lanjut dari ASP.NET AJAX versi 1.0.

Operating Systems Yang Support

  • Windows Server 2003
  • Windows XP Home Edition
  • Windows XP Professional
  • Windows Vista
  • Semua versi OS Windows yang support Microsoft .NET Framework versi 2.0.

Kebutuhan Software

Software Opsional

Mulai Menginstal Microsoft ASP.NET AJAX

Ikuti langkah-langkah berikut untuk menginstall ASP.NET AJAX.

Untuk Menginstal Microsoft ASP.NET AJAX

  1. Pastikan kamu sudah login dengan mode account Administrator. Jika belum maka akan muncul pesan error.
  2. Download the ASPAJAXExtSetup.msi installation package disini : ASP.NET AJAX Downloads.
  3. Untuk menginstal ASP.NET AJAX dari Window interface, double-click ASPAJAXExtSetup.msi di Windows Explorer.Defaultnya, .msi file akan diinstal dilokasi berikut :
    drive:\..\Program Files\Microsoft ASP.NET\ASP.NET 2.0 AJAX Extensions\v1.0.nnnn.
  4. Untuk menginstal ASP.NET AJAX dari mode command, masukkan perintah berikut pada command prompt kemudian tekan enter:
    msiexec /i ASPAJAXExtSetup.msi [/q] [/log <log file name>] [INSTALLDIR=<installation path>]
  5. Jika kamu ingin menambahkan ASP.NET AJAX Control Toolkit, download disini ASP.NET AJAX Control Toolkit.

Menggunakan ASP.NET AJAX Dengan Visual Studio

Jika kamu sudah menginstal Microsoft Visual Studio 2005 atau lebih dikomputermu, maka proses instalasi akan menambahkan template baru untuk project AJAX-enabled Web site. Juga menginstal beberapa assembly (AJAXExtensionToolbox.dll) yang akan menambahkan komponen pada toolbox.

Menggunakan ASP.NET AJAX Tanpa Visual Studio

Jika Microsoft .NET Framework versi 2.0 sudah terinstal di komputermu tanpaMicrosoft Visual Studio atau Visual Web Developer Express Edition, proses instalasi ASP.NET AJAXakan menambahkan System.Web.Extensions.dll assembly yang didalam terdapat komponen-komponen server untuk assembly cache.Juga akan mengopykan contoh Web.config file ke folder instalasi. Akan tetapi disini tidak disertakan template untuk AJAX-enabled Web site project dan tidak ada penambahan toolbox seperti dengan menggunakan VS.
Kamu dapat menggunakan ASP.NET AJAX pada website kamu dengan menambahkan contoh file Web.config Dari folder instalasi ke web site direktory. Kamu juga dapat mengubah file Web.config dengan mengubah beberapa nilai konfigurasi sebagaimana yang sudah diberikan pada contoh file Web.config

Rabu, 15 Juni 2011

Install and Configure SQL Server 2008 Express

Install and Configure SQL Server 2008 Express

SQL 2008 Express is available free from Microsoft. It is a replacement for MSDE and SQL 2005 which will perform much better than its predecessors. SQL 2008 has no workload throttling like MSDE does and it supports up to 2 CPUs and 2GB RAM, where MSDE only supports 1 CPU and 1GB RAM.
If you are using MSDE and are considering managing more clients than you currently are, or are having problems with your Deployment Server or Notification Server running slowly even after optimizing your configuration, you will want to install SQL Server 2008 instead of MSDE.
SQL 2008 Express supports servicing SQL over your network and so it can be used for Deployment Server and Notification Server as long as you don't have enough clients that you will need more than 2GB RAM. However, network is not enabled by default, so there is some configuration required to get SQL Server 2008 Express to work correctly.
This article will guide you through the process of installing and configuring SQL Server 2008 Express so that you can use it with Deployment Server or Notification Server.

Download SQL Server 2008 Express

First, you will need to download SQL Server 2008 Express. You have two options to download. You can either download SQL Server 2008 Express without any management tools (61 MB) from http://go.microsoft.com/?linkid=9314315 or you can download SQL Server 2008 Express with management tools (219 MB) from http://go.microsoft.com/?linkid=9394725
I recommend installing "SQL Server 2008 Express with Tools", it is worth the extra 150 MB to be able to troubleshoot your SQL Server if anything ever goes wrong.

Install SQL Server 2008 Express

SQL Server 2008 Express requires .NET Framework 3.5 SP1, if your server does not have .NET Framework 3.5 SP1 you will need to download .NET Framework 3.5 SP1 and install it on your server. You can download .NET Framework 3.5 SP1 from http://go.microsoft.com/fwlink/?LinkId=120550
SQL Server 2008 Express requires Windows Installer 4.5, if your server does not have Windows Installer 4.5 you will need to download Windows Installer 4.5 and install it on your server. You can download Windows Installer 4.5 from http://go.microsoft.com/fwlink/?LinkId=123422
SQL Server 2008 Express requires Windows PowerShell 1.0, if your server does not have Windows PowerShell 1.0 you will need to download Windows PowerShell 1.0 and install it on your server. You can download Windows PowerShell 1.0 from http://go.microsoft.com/fwlink/?LinkId=120552
When you are ready to install SQL 2008 Express, follow these steps:
  1. Run SQLEXPRWT_x86_ENU.EXE (or SQLEXPRWT_x64_ENU) to install SQL 2008 Express.
  2. At the "SQL Server Installation Center", choose "System Configuration Checker" to make sure you are ready to install SQL 2008 Express
  3. When the "System Configuration Checker" has validated that you are ready to install SQL 2008 Express, return to the "SQL Server Installation Center" and click on Installation.
  4. Select "New SQL Server stand-alone installation or add features to an existing installation"
  5. A setup support check will run. Make sure there are no errors or warnings, press OK.
  6. The "SQL Server 2008" Setup will now appear, on the Product Key page, click Next.
  7. Check the box "I accept the license terms" and click Next.
  8. Click "Install" to install the Setup Support Files.
  9. When the Setup Support Files install is complete, click Next.
  10. You will now be in the "Feature Selection" page. Select "Database Engine Services" and "Management Tools - Basic" and then click Next.
  11. In the "Instance Configuration" page, specify MSSQLSERVER in both the "Named instance" and "Instance ID" fields, this will force SQL Server 2008 Express to install as the Default instance. If you want to install as a named instance, specify a name other than MSSQLSERVER.
  12. Click Next twice.
  13. You will now be in the "Server Configuration" page. Change the SQL Server Database Engine's Account Name to "NT AUTHORITY\SYSTEM" and SQL Server Browser's Startup Type to Automatic, then click Next.
  14. On the Database Engine Configuration page, you can either leave it configured to use Windows Authentication Mode only or Mixed Mode (SQL Server authentication and Windows authentication). I usually enable Mixed Mode so that if for some reason my security gets messed up I always have a backdoor account (the SA account). If you choose Mixed Mode, you will need to enter and confirm a password for the SA account.
  15. Before you can continue, you will need to specify the group(s) that you want to have unrestricted access to SQL Server. Click "Add..." and select the group(s). I recommend that you at least add Administrators and the "Current User" (Service Account). When you are done here, click Next three times, and then click Install.
  16. When the installer completes, click Next and then Close.

Enable TCP/IP

Now that SQL 2008 Express is installed, we need to configure the Network options that are disabled by default.
  1. In the Start Menu, open Programs > Microsoft SQL Server 2008 > Configuration Tools > SQL Server Surface Area Configuration
  2. In the Surface Area Configuration utility, click the link "SQL Server Configuration Manager"
  3. Expand "SQL Server Network Configuration" and select Protocols.
  4. Enable TCP/IP. If you need Named Pipes, then you can enable them here as well.
  5. Close the SQL Server Configuration Manager.

Add Firewall Exceptions

If you have a software firewall installed on your server, you will need to add exceptions for the SQL Server and SQL Browser services. If you are using Windows Firewall, do the following:
  1. In your Control Panel, open the Windows Firewall applet.
  2. Go to the Exceptions tab.
  3. Click Add Program
  4. Browse to and select "C:\Program Files\Microsoft SQL Server\MSSQL.10\MSSQL\Binn\sqlservr.exe"
  5. Click OK.
  6. Click Add Program
  7. Browse to and select "C:\Program Files\Microsoft SQL Server\90\Shared\sqlbrowser.exe"
  8. Click OK and then click OK again.
If you are using a third-party software firewall, you will need to follow their instructions to add exceptions to sqlservr.exe and sqlbrowser.exe.

Restart the Services or Reboot the Server

When you have completed all of these steps, you will need to restart the SQL Server and SQL Browser services to complete the process. If you still have problems, you may need to restart your server.

Selasa, 14 Juni 2011

Installing SQL Server Management Studio Express 2008

Installing SQL Server Management Studio Express 2008

Line
Notice:

  • This posting is provided "AS IS" with no warranties, and confers no rights.

  • Microsoft Corporation is not responsible for the information herewith provided and therefore disclaims all warranties, whether express implied or statutory, fitness for particular purpose, title and non-infringement.

  • All logos, name, images, are to be considered property/copyright/trademark of the respective holders.

  • Installing SQL Server Management Studio Express 2008
    Contrary to what earlier declared, Microsoft SQL Server team recently released a self contained package to install Server Management Studio Express only as a separated and tool instead of requiring to upgrade a basic SQLExpress installed instance to a bigger edition of SQL Server Express.
    This package will so install the management tool on a computer running SQLExpress basic or no SQL Server at all.
    In order to test the scenario we used a Windows XP sp3 clean virtual machine, where all pre-requisites for SQL Server 2008 has been already installed.
    Current goals:

  • installing SQL Server Management Studio Express only (AKA a remote client machine with the tool only);


  • adding SQLExpress to the prepared machine after the installation of the tool;


  • uninstalling SQL Server Management Studio Express.


  • Installing SQL Server Management Studio Express on top of an existing SQLExpress instance.


  • Installing SQL Server Management Studio Express only (AKA a remote client machine with the tool only) - (Back)
    running the executable will render a (probably) stripped down version of the generic and general SQL Server installation package so that the user experience remains the same, where we chose a New SQL Server stand-alone installation or add features to an existing installation.
    SQL Server Installation Center
    After the execution of the traditional configuration checks, we have to chose what to install, eve if all the editions choice dialog is grayed out allowing the installation of a free edition (SQLExpress) only.
    Product key dialog
    Once terminated, the Feature Selection dialog is presented allowing us to install Management Tools basic and the SQL Client Connectivity SDK.
    Feature Selection
    Disk space requiremets dialog indicates 488 MB are required for this x86 installation.
    Disk space requirements
    Installation time was a 10' task on this virtual machine, resulting in success.
    Installation success
    Once terminated, SQL Server Management Studio basic, as well as additional (and limited) Integration Services utilities, ahs been installed, as indicated by the available application in the Program folder.
    SSMSE installed
    Accessing basic and full versions of SQL Server Management Studio shows, at first glance, the lack of Profiler and Database Tuning Advisor in the Tools section
    SSMS and SSMSE first difference
    but this can not be ralated to the tool itself as SQL Server Management Studio installed by SQLExpress With Tools and SQLExpress With Advanced Services does not whoh it too, but this is rasonably as SQLExpress does not install Profiler at all.
    As regard this particular issue, this missing feature can be replaced with another free tool, Profiler for SQL Server 2005/2008 Express edition available on the net.
    Additional features can be missing in SQL Server Management Studio Express, as this has been stated to be a stripped down version of the tool, and it all will be investigated in future articles.

    Installing SQL Server Express on top - (Back)
    This part of the installation has been already covered in other articles and presents no particular issues.
    Once terminated, SQLExpress basic will be installed and available for configuration as usual.

    uninstalling SQL Server Management Studio Express - (Back)
    As usual, the uninstall process starts in the Add or Remove Programs system applets, where we have to chose Microsoft SQL Server 2008 entry:
    Add or Remove programs
    where our choice will obviously be remove;
    we are then prompted for the available Instances and features installed:
    Remove SQL Server 2008 - Select instance
    and we select to uninstall the Management Tools basic from the Shared Features
    Remove SQL Server 2008 - Select instance
    All the succesive screens are about uninstall progress and final success result :) .

    Installing SQL Server Management Studio Express on top of an existing SQLExpress instance - (Back)
    This should be the usual scenario of traditional SQLExpress users:
    SQLExpress has already been installed and it's management tool is missing :).
    We start again running the SQLManagementStudio_xNN_ENU.exe executable as in previous installing SQL Server Management Studio Express only section, and, again, we well select to add a New SQL Server stand-alone installation or add features to an existing installation.
    SQL Server Installation Center
    Even if we like to add features (SQL Server Management Studio Express) to an existing installation, in the Installation type dialog we are required NOT to add features to our existing SQLExpress instance
    Installation type - WRONG choice as expected, but, again, to Perform a new installation of SQL Server 2008:
    Installation type - Correct choice
    in order to select all the required shared components to be installed
    Features selection

    Senin, 13 Juni 2011

    Create your own softphone with this excellent C# SIP SDK for .Net developers

    Quick Start Guide

    This guide explains how to integrate Ozeki VoIP SIP SDK quickly in your application to evaluate its functionality. The information below help you start using the SDK right after download. You can learn how to make a VoIP call from your application, and supported protocols, networking and media information are also provided.
    Ozeki VoIP SIP SDK is an excellent software development kit that allows you to establish VoIP calls from your application easily and quickly. You can utilize this SDK to establish VoIP calls from your application and to ensure SIP and RTP communication. The great thing is that you do not need any previous knowledge about SIP and RTP protocols but it is enough to use this SDK! After download you just integrate Ozeki VoIP SIP SDK into your application and it is ready to make VoIP calls immediately!

    Prerequisites

    • PC (Windows XP; Vista, 7, 2003, 2008 operating system)
    • .Net compatible development kit (e.g. Visual Studio 2010 / Visual C#)
    • Minimum .Net 3.5 SP1
    • Ozeki VoIP SIP SDK
    • SIP account from your service provider
    Ozeki VoIP SIP SDK can be obtained by
    opening the download page:
    Download Ozeki VoIP SIP SDK!

    Getting started

    With Ozeki VoIP SIP SDK you can easily establish VoIP calls by a SIP account. The SDK includes a softphone that demonstrates all the available options and functionalities with Ozeki VoIP SIP SDK.

    How to make a call - Main steps

    1. Initialize Ozeki VoIP SIP SDK
    2. Register with a SIP account
    3. Handle calls
    4. Unregister on SIP account
    5. Shutdown Ozeki VoIP SIP SDK

    Supported protocols - Transports

    • UDP
    • TCP

    Networking

    Ozeki VoIP SIP SDK is fully compatible with all PBX and ATA device that support SIP protocol.

    Media

    Ozeki VoIP SIP SDK supports the following codecs:
    • G711 A-Law (PCMU)
    • G711 u-Law (PCMA)
    • Speex
    Ozeki VoIP SDK also enables you to send and receive DTMF tones and to play WAV files and record conversations in WAV format.

    Basic configuration steps

    Ozeki VoIP SIP SDK can be easily added to your software application to establish VoIP calls. You only need to follow a few configuration steps to start using the SDK.

    First of all, in Visual Studio 2010 you create a new project to which you wish to add VoIP support. In the Solution Explorer window right click on References option and select Add reference... (Figure 1).

    Figure 1 - Add reference option
    In Add Reference window click on Browse tab and select Audio.dll from the Install directory (Figure 2).

    Figure 2 - Select Audio.dll
    Now repeat the process: right click on References, select Add reference... and click on Browse tab. This time you need to select VoIPSDK.dll (Figure 3).

    Figure 3 - Select VoIPSDK.dll
    After each build of the project using the SIP SDK, to use the SIP SDK you need to generate a new key. So it is recommended to set the License Manager in Visual Studio as a postbuild event.

    The path for postbuild event from VS:
    1. Right click on the project
    2. Properties
    3. Build events
    Here you need to enter the path of the SIP SDK and then specify a parameter (Figure 4) that will indicate to Visual Studio to pointing to the actual exe of the project ($(TargetPath)).

    Please note: If there is a space in the path of VoIP SDK License Manager or in the path of targetpath, you need to use quotation marks ("").

    For example:
    "C:\Program Files\Ozeki\VoIP SIP SDK\Application\VoIP_SDK_License_Manager.exe" "$(TargetPath)"
    If you install Ozeki VoIP SIP SDK into drive C: and you copy this path into postbuild, the key generation process will work seamlessly without any settings.

    Figure 4 - Enter the path of the SDK

    In conclusion...

    To introduce a really effective VoIP solution into your application you only need to follow some very simple configuration steps. Without any previous special knowledge for SIP you can instantly and easily experience the benefits of VoIP technology with Ozeki VoIP SDK! If you are a .Net VoIP developer, this is the ultimate choice for you. After download you can create a C# softphone or a VB.net softphone in minutes or you can build SIP VoIP call services easily and quickly.

    Any questions?

    If you have any question do not hesitate to contact an expert: info@voip-sip-sdk.com!
    Related pages:

    Download Ozeki VoIP SIP SDK and start your project instantly!

    Learn the main features of Ozeki VoIP SIP SDK

    Try a sample code for Ozeki VoIP SIP SDK

    Free Microsoft Chart Controls for Microsoft .NET Framework 3.5

    Microsoft has released a collection of free charting controls for both ASP.NET and Windows Forms. These controls will only work with the .NET Framework 3.5. These are basically the Dundas Chart controls, Microsoft has acquired Dundas a while back and now you get these for free :-)
    Download links
    Microsoft Chart Controls for Microsoft .NET Framework 3.5 http://www.microsoft.com/downloads/details.aspx?FamilyId=130F7986-BF49-4FE5-9CA8-910AE6EA442C&displaylang=en
    Microsoft Chart Controls for .NET Framework Documentation http://www.microsoft.com/downloads/details.aspx?FamilyId=EE8F6F35-B087-4324-9DBA-6DD5E844FD9F&displaylang=en
    Microsoft Chart Controls Add-on for Microsoft Visual Studio 2008 http://www.microsoft.com/downloads/details.aspx?FamilyId=1D69CE13-E1E5-4315-825C-F14D33A303E9&displaylang=en

    ASP.NET AJAX Tutorial

    ASP.NET AJAX Tutorial
    This tutorial will guide you through installing Microsoft's AJAX Control Toolkit in Visual Studio.NET 2008.

    This tutorial was created using Visual Studio.NET 2008. The AJAX Control Toolkit can be installed in 2005, but Microsoft's ASP.NET AJAX Extensions, which can be downloaded at this location, must be installed.
    Microsoft's AJAX Control Toolkit is not included with the .NET Framework, but can be downloaded from www.codeplex.com/AjaxControlToolkit. This Toolkit is constantly being updated and consists mainly of AJAX Extenders for ASP.NET Controls.
    In this tutorial, you will learn how to install the toolkit for use in Visual Studio.NET 2008.
    To get started, we need to first download the AJAX Control Toolkit from Microsoft, using the link above. We should get the ZIP file with the source code.
    Once downloaded, extract to a folder on your computer and start Visual Studio. We will add the toolkit to the toolbox within VS. Open up the toolkit and right-click in an empty space, then choose Add Tab:
    Give it a name like AJAX Toolkit:
    We chose Server Intellect for its dedicated servers, for our web hosting. They have managed to handle virtually everything for us, from start to finish. And their customer service is stellar.
    Then when it is added, right-click under the tab and select Choose Items.
    Wait for the Window to appear, and then click the Browse button under the .NET Framework Components tab.

    [Click to enlarge]
    Navigate to the folder you extracted the ZIP file to and select the AjaxControlToolkit.dll in the SampleWebSite/Bin/ directory.
    We moved our web sites to Server Intellect and have found them to be incredibly professional. Their setup is very easy and we were up and running in no time.

    [Click to enlarge]
    VS will load all the controls from the dll and display them in the list, all checked:

    [Click to enlarge]
    When you click Ok, VS will then add all the AJAX Toolkit controls to the toolbox:
    Now we are able to add any of these controls to our web applications. However, we must still remember the ScriptManager, as all of these controls are AJAX-enabled.

    Kamis, 02 Juni 2011

    Kumpulan 1000+ Kata Cinta Rangkaian Kata Bijak Tentang Cinta Ucapan Kata-kata Cinta Romantis Nan Indah

    Bijak Dalam Mengungkap Aneka Kata Cinta - Pernahkan Anda memikirkan ucapan kata cinta? Kata-kata bijak cinta yang menunjukkan sifat romantis kepada pasangan Anda. Terkadang kata cinta tak perlu indah, tapi bila disampaikan dengan tulus dari lubuk hati yang paling dalam – bukan main! Pasangan Anda akan bergetar hatinya dan ucapan kata cinta bijak romantis yang Anda siramkan akan semakin menyejukkan hati. Cinta itu indah. Terkadang memang tidak bisa diucapkan dengan kata-kata. Tapi jangan dijadikan alasan untuk tidak pernah mengucapkan kata cinta ya :) Baca: Kata-kata ucapan selamat lebaran simple dan sederhana namun menyentuh kalbu.

    Tidak perlu bingung memikirkan kata-kata bijak cinta romantis karena berikut ini saya sajikan kumpulan kata-kata cinta romantis kata bijak tentang cinta indah dipenuhi oleh mutiara kata cinta membara. Asyik :)

    Berikut ini kumpulan lengkap dan komplit 1000+ Kata Bijak Kata-kata Cinta Yang Romantis Indah di Hati. Jangan salah dalam mengucap kata cinta dan tetap bijak dalam bercinta. Bila hati ragu...sebaiknya diam saja! Biar mata yang berbicara :)


    Cinta, karya indah Sang Pencipta
    Dimulakan di surga…
    Dirasukkan dalam jiwa Adam dan Hawa
    Lalu dianak-pinakkan ke setiap jiwa
    Dengan kadar yang berbeda…
    Suara merdu, untuk didengarkan
    Panorama elok, untuk dilihatkan
    Sedang cinta sejati, untuk dirasakan
    Oleh hati yang murni
    Bersih dari nafsu dan berahi
    Cinta tak lain sebuah prasasti
    Yang terbangun di pinggir pantai prahara
    Satu hal yang membuatnya kokoh berdiri
    Ialah keteguhan hati tuk selalu setia
    Entah suka datang menghiasi hari
    Atau duka yang menghampiri
    Cinta adalah berbagi
    Karena sungguh !
    Meski disemayamkan dalam dua raga
    Sepasang kekasih hanya punya satu hati
    Rendahnya keangkuhan hati
    Lambungkan makna cinta hakiki
    Laksana lentingan…
    Makin panjang ditarik ke kiri
    Makin jauh batu terbang ke kanan
    Cinta…
    Nama lain dari keteguhan hati
    Tuk selalu letakkan hati kekasih diatas
    Demi sebuah pelayaran yang diretas
    Menuju pulau kebahagiaan
    Cairkanlah hatimu…
    Lalu siramlah hati kekasih
    Agar selalu segar dan bersih
    Sebab yang demikian itulah cinta
    Berbagi…
    Itulah inti cinta sejati
    Ombak suka dan duka
    Selalu tersaji nikmat
    Bila dirasakan oleh dua hati…
    Beberapa hal sukar dijelaskan dengan kata-kata
    Cinta salah satunya
    Hanya nurani tulus
    Mampu hasilkan lukisan bagus
    Tentangnya…
    Cinta bukanlah benda, yang terlihat
    Namun irama perasaan yang mengalun memikat
    Tersimpan rapi di ruang hati
    Hanya kekasih sejati yang mengetahui
    Jangan sebut cinta…
    Sebelum tetes terakhirnya telah juga meresap ke jiwa
    Lalu setiap ucapan dan tindakan yang tercipta
    Selalu berlandaskan atasnya
    Kata bijak cinta romantis Aku terus bertanya kenapa cinta sedemikian kejam
    Musik dan sinetron tak henti menghamburkan cerita duka dan adegan tragis tentang cinta
    Kenapa kebahagiaan itu tak kunjung datang
    Bukankah cinta yang akan membawa damai dan bahagia

    Kata bijak cinta romantis Mungkin aku terlahir pada masa yang tidak tepat
    dimana cinta tidak lebih dari sebuah dongeng indah pengantar tidur
    Dan ketika aku terbangun esok hari cerita pilu tentang cinta kembali terulang
    Betapa cinta yang "katanya" indah tak bisa aku temukan

    Kata bijak cinta romantis Cinta tak selamanya menuntut Qta untuk memililkinya, adakalanya cinta itu

    Kata bijak cinta romantis Jangan ucapkan cinta jika kmu ga'ingin di lukai o/cinta.

    Kata bijak cinta romantis Jangan mencintai seseorang seperti bunga, kerana bunga mati kala musim berganti. Cintailah mereka seperti sungai, kerana sungai mengalir selamanya.

    Kata bijak cinta romantis Bedakan nafsu dgn cinta krn tanpa Qta sadari Qtat'tipu o/hal itu.

    Kata bijak cinta Qtadi ciptakan TUHAN saling b'pasangan jadi jgn risau jika kmu dikhianati o/cinta.Cinta tak sekedar kta2 yg bisa lupa kpn saja.

    Kata bijak cinta Cinta itu seperti Biologi n'Fisika penuh teori n'logika.

    Kata bijak cinta Jangan mengatas namakan cinta jika 7anmu hanyalah nafsu n'nista

    Kata bijak cinta Qta hnya manusia yg ingin di cinta n'mencinta.

    Kata bijak cinta Tak ada I pun yg dapat memusnahkan cinta krn TUHAN menciptakan alam semesta krn cinta - NYA kpd Qta.

    Kata bijak cinta Kesungguhan Cinta n'ketulusan cinta ga'akan luntur hanya dgn keegoisan semata.

    Kata bijak cinta islami - Yang paling besar di bumi ini bukan gunung n' lautan, melainkan hawa nafsu yang jikagagal di kendalikan maka kita akan menjadi pennghuni neraka. (Imam Al Ghazali)

    Kata bijak cinta islami - Kita tidak akan sanggup mengekang amarah dan hawa nafsu secara keseluruhan hingga ga'meninggalkan bekas apapun dalam diri kita. Namun jika mencoba untuk me-ngendalikan keduanyadengan cara latihan dan kesungguhan yang kuat, tentu kita akan bisa. (Imam al Ghazali)

    Kata bijak cinta Barang siapa berhasil menundukan hawa nafsunya, maka dia akan b'bahagia dan memperoleh kemenangan. Sebaliknya, barangn siapa yangdi kalahkan oleh hawa nafsunya, maka dia menderita kerugian dan celaka. ( Nasihat Orang Arif dan Bijak)

    Kata bijak cinta Qta jangan p'nah mengatakan din Qta yg t'hebat, tapi qta bisa mengatakn bahwa qta harus lebih hebat dari orang lain.(Rahkmat Mogar Poerbonegoro)

    Kata bijak cinta Seberapajauh p'jalanan anda dim hidup ini b'gantung pd apakah anda b'sikap kasih kpd yg lebih tua.b'simpati kpd yg harus b'juang Ibh keras.dan b'tenggang rasa kpd yg lemah dan kuat.Suatu hari dim hidup ini.anda akan menjadi salah satu di antaranya. (George Washington Carver)

    Kata bijak cinta P'lakukanlah setiap orang dgn kebaikan hati dan rasa hormat.meski mereka b'laku buruk pada kmu.lngatlah bahwa kmu menunjukan penghargaan pd orang lain bukan krn siapa mereka tp karena siapakah diri kmu. (Andrew T.Somers)

    Kata bijak cinta Bila ada cahaya dalam jiwa.maka akan hadir kecantikan dalam diri seseorang. Bila ada kecantikan dalam diri seseorang.akan hadir keharmonisan dalam rumah tangga.Bila ada keharmonisan dalam rumah tangga,akan hadir ketertiban dalam negara.Dan bila ada ketertiban di dalam negara,akn hadir kedamaian dunia. (Pepatah Cina)

    Kata bijak cinta Kebahagiaan anda tumbuh berkembang manakala anda membantu orang lain. Namun bilamana anda tidak mencoba membantu sesama, kebahagiaan akan layu dan mengering.Kebahagiaan itu bagaikan sebuah tanaman harus di sirami sikap dan tindakan memberi. (J. Donald Walters)

    Kata bijak cinta Hal terindah dalam hidup Qta adalah misteri.Misteri adalah sumber semua seni sejati dan semua ilmu pengetahuan. (Albert Einsten)

    Kata bijak cinta Di tangan manusia t'letak masa depan bumi yg ga' t'hingga,dan qta bisa lebih dan akan senantiasa semakin memahami kenyataan ini apabilaqta meningkatkan pengetahuan dan cinta qta. ( Sir Julian Huxley)

    Kata bijak cinta Masa depan harus di fikirkan baik2,ttetapi ga'boleh disertai dengan kekhawatiran akan hari esok. ( Dale carnegie)

    Kata bijak cinta Saya lebih suka lamunan masa yg akan datang dari pada sejarah masa lalu. (Thomas Jefferson)

    Kata bijak cinta Hari ini.jalan ini pasti semakin b'liku.karena masa depan belum tentu menjanjikan surga bagi merekayg lemah dan mudah kecewa. (Mahatir Muhammad)

    Kata bijak cinta Hadapilah problem hidup diri kmu dan akuilah keberadaannya, tetapi jangan biarkan diri kmu di kuasainya.Biarkanlah diri kmu menyadari adanya pendidikan situasi berupa kesabaran, kebahagiaan, dan pemahaman makna. (Hellen Keller) Memecahkan masalah itu sult.mengenal masalah lebih sulit.tetapi menemukan masalah jauh lebih sulit (Albert Einstein)

    Kata bijak cinta Jangan jadi bagian dari masalah, tetapi jadilah bagian dari pemecahan masalah.

    Kata bijak cinta Barang siapa melewatisatu hari tanpa mengisinyadengan kebenaran, kewajiban, kemuliaan, pujian, kebaikan, atau ilmu yg di petikna' maka dia tlah mendurhakai harinya dan menganiaya dirinya. ( Syair ARAB)

    Kata bijak cinta Jika hari kemarinkmu b;buat kesalahan, maka hapuskanlah dgn p'buatan baik dan Kmupun menjadi t'puji.

    Kata bijak tentang cinta Harta adalah apa yg dimakan sampai kenyang, yg dipakai sampai lapuk dan yg di sumbangkan kepadaorang lain. Mahluk yg paling mulia di dunia ini adalah manusia, dan bagian tubuh manusiayg paling mulia adalah hati. (Imam al Ghazali)

    Kata bijak tentang cinta Janganlah kmu b'sedih hati kecuali karena sesuatu yg akan mencelakakanmu esok di akhirat, dan Janganlah kmu b'senang hati, kecali karena sesuatu yg akan menye-nangkannyadi aim keabadian nanti. (Abdullah bin Khubaiq)

    Kata bijak tentang cinta Hati mempunyai alasan2 yg ga'bisa dimengerti oleh akal. (Pascal)

    Kata bijak cinta Hati dapat menciptakan p'damaian n'ketentraman diri,karena hati dapat me-lihat kebenaran 70kali lebih akurat dibandingkan dengan indera lainnya. (Jalaludin Rumi)

    Kata bijak cinta Kesetiaan merupakan sifat yg paling suci dari hati manusia. (Seneca) Nikmatilah hidup kmu dengan melakukan hal - hal kecil, karena suatu saat nanti jika menoleh ke belakang, t'nyata hal - hal kecil itu tidak kecil. ( Robert Brault)

    Kata bijak cinta Banyak ilmu akan banyak kawan, kaya harta akan banyak musuh. (AN bin abi Thalib)

    Kata bijak cinta Ilmu b'tambah dengan banyak menye-dekahkannya, dan b'kurang jika anda menahannya. (Al llbari)

    Kata bijak cinta Kebaikan iman dengan amalan, kebaikan hati dengan niat, dan kebaikan niat dengan ikhlas.

    Kata bijak cinta Seni memori yg sebenarnya adalah sen! p'hatian. Benar p'hatian akan ingat, dan salah p'hatian akan lupa. (Samuel Johson)

    Kata bijak cinta Ingatan ga' p'nah salah yg salah adalah cara qta menggunakan ingatan Jika kmu menghadapi dunia ini dengan jiwa yg luas, maka kmu melihat b'bagai hakekat kegembiraan semakin b'tambah dan luas, sedangkan hakekat kedudukan semakin mengecil n'menyempit. (Ar - Rafi'i)

    Kata bijak cinta romantis Tidak ada yang bisa membantu ketenangan jiwa selain dari diri sendiri. (G.Chr.Lich-tenberg)

    Kata bijak cinta Kebahagiaan dan tidak kebahagiaan manusia t'gantung pada diri sendiri. ( Abraham lincoln)

    Kata bijak cinta Barang siapa yg mencita - citakan satu kebaikan dan tidak jadi melaksanakannya, maka baginya dituliskan (pahala) kebaikan. (H.R. Muslim)

    Kata bijak cinta Seekor burung hantu yang bijaksana duduk di sebatang dahan. Semakin banyak ia melihat, semakin sedikit ia b'bicara.Semakin sedikit ia bicara, semakin banyak ia mendengar. Mengapa qta ga' seperti burung hantu yg bijaksana itu? (Edward Mersey Ricards)

    Kata bijak cinta Jadilah diri kmu sendiri karenaga' adayg bisa melakukannya lebih baik dari diri qta sendiri. (franklin D.Roosevelt)

    Kata bijak cinta Jangan t'lalu mencemaskan kepercayaan diri kmu sendiri. Cemaskanlah karakter kmu sendiri. ( Dr. Laura Schlessinnger)

    Registrasi Blackberry Internet Service – Telkomsel,Indosat,XL,Axis,Smart

    Registrasi Blackberry Internet Service – Telkomsel,Indosat,XL,Axis,Smart

    Registrasi BIS Telkomsel
    • Registrasi dan Unregistrasi lewat *303#
    • Registrasi dan Unregistrasi lewat SMS
      • Full service
        • bulanan ketik bb reg kirim ke 333
        • mingguan ketik bbminggu reg kirim ke 333
        • harian ketik bbhari reg kirim ke 333
      • BlackBerry Lifestyle (Chat dan Social Networking)
        • bulanan ketik bblifebulan reg kirim ke 333
        • mingguan ketik bblifeminggu reg kirim ke 333
        • harian ketik bblifehari reg kirim ke 333
      • BlackBerry Business (Chat dan Mail)
        • bulanan ketik bbbizbulan reg kirim ke 333
        • mingguan ketik bbbizminggu reg kirim ke 333
        • harian ketik bbbizhari reg kirim ke 333
    Registrasi BIS Indosat
    • Registrasi dan Unregistrasi lewat *123*6*1# dan tekan “OK”
    • Registrasi dan Unregistrasi lewat SMS
      • Full service
        • bulanan ketik Bulanan kirim ke 889
        • mingguan ketik Mingguan kirim ke 889
        • harian ketik Harian kirim ke 889
      • BlackBerry Mail dan Chatting
        • bulanan ketik Mail Bulanan kirim ke 889
        • mingguan ketik Mail Mingguan kirim ke 889
        • harian ketik Mail Mingguan kirim ke 889
    Registrasi BIS XL
    • Registrasi dan Unregistrasi lewat *108# Pilih Paket BlackBerry atau *500# Pilih Paket BlackBerry
    • Registrasi dan Unregistrasi lewat SMS
      • Bulanan ketik BB Bulan ON kirim ke 568
      • Harian ketik BB ON kirim ke 568
    Registrasi BIS Axis
    • Registrasi dan Unregistrasi lewat *222#
    Registrasi layanan Blackberry Smart (CDMA)
    • Bulanan ketik On Hemat30 kirim ke 2233 (berhenti ketik Off kirim ke 2233)
    • Harian ketik On Hemat1 kirim ke 2233 (berhenti ketik Off kirim ke 2233)