Sunday, November 28, 2010

Loving Lines

मेने अपने दोस्त के ब्लॉग से इन लाइनों की नकल है क्योंकि ये पंक्ति मुझे बहुत आकर्षक लगी.

चाँद, ना रात चाहिए,
दिल मे मेरे, बसने वाला किसी दोस्त का प्यार चाहिए,

ना दुआ, ना खुदा, ना हाथों मे कोई तलवार चाहिए,
मुसीबत मे किसी एक प्यारे साथी का हाथों मे हाथ चाहिए,

कहूँ ना मै कुछ, समझ जाए वो सब कुछ,
दिल मे उस के, अपने लिए ऐसे जज़्बात चाहिए,

उस दोस्त के चोट लगने पर हम भी दो आँसू बहाने का हक़ रखें,
और हमारे उन आँसुओं को पोंछने वाला उसी का रूमाल चाहिए,

मैं तो तैयार हूँ हर तूफान को तैर कर पार करने के लिए,
बस साहिल पर इन्तज़ार करता हुआ एक सच्चा दिलदार चाहिए,

उलझ सी जाती है ज़िन्दगी की किश्ती दुनिया की बीच मँझदार मे,
इस भँवर से पार उतारने के लिए किसी के नाम की पतवार चाहिए,

अकेले कोई भी सफर काटना मुश्किल हो जाता है,
मुझे भी इस लम्बे रास्ते पर एक अदद हमसफर चाहिए,

यूँ तो 'मित्र' का तमग़ा अपने नाम के साथ लगा कर घूमता हूँ,
पर कोई, जो कहे सच्चे मन से अपना दोस्त, ऐसा एक दोस्त चाहिए.

Wednesday, November 24, 2010

LDAP Server

LDAP stands for Lightweight Directory Access Protocol -- LDAP, located in part of the Computers & Internet hierarchy. LDAP is not so popular.
"LDAP is a client-server protocol for accessing a directory service. It was initially used as a front-end to X.500, but can also be used with stand-alone and other kinds of directory servers."
LDAP lets you "locate organizations, individuals, and other resources such as files and devices in a network, whether on the Internet or on a corporate intranet," and whether or not you know the domain name, IP address, or geographic whereabouts. An LDAP directory can be distributed among many servers on a network, then replicated and synchronized regularly. An LDAP server is also known as a Directory System Agent (DSA). LDAP is generally used for reading the information.
LDAP was developed at the University of Michigan; it's "lightweight" in contrast to DAP, a part of the older X.500 directory protocol for networks.
It is both simpler and less secure, hence lighter. It can be used to route email in large organizations as well as look up people and machines across public or private networks.
Many current email clients, including Microsoft Outlook, Eudora, and Netscape Communicator, use some form of LDAP database to look up email addresses. Internic and Infospace are two examples of big public look-up services built with LDAP.

Monday, November 15, 2010

Logout Problem In Twitter API

oAuth API is used to interact with twitter from our application. We can directly access the information of twitter without login to twitter. I integrated twitter oauth API in my application. I want to clone twitter. I integrated this API in my application for twitter Sign-In. I am successfully login to the twitter using this API. After login I am succesfully redirecting back to my application. But when I am logout from my application, I am again access twitter Sign-In, it is automatically login. In logout I am completley destory the session. I know the twitter checking the cookies but I am unable to destroy twitter cookies from my application.
Please help me to complete my application.
Thanks in Advance.

Google Earth API

The Google Earth Plug-in and its JavaScript API let you embed Google Earth, a true 3D digital globe, into your web pages. Using the API you can draw markers and lines, drape images over the terrain, add 3D models, or load KML files, allowing you to build sophisticated 3D map applications. If you have an existing Maps API site, you can 3D-enable your page with as little as one line of code.
The Google Earth API is a free service, available for any web site that is free to consumers.
Download the Google Earth API

Sunday, November 14, 2010

CSS Rounded Corner

When we use a square or rectangle on our website to show our content. Then the corners of these boxes looks bad and feels ugly. If we make these corners rounded, then they give our website a good look and looks cool. So Now in CSS 3 there is a property for rounded corner and that is
     
         .rounded-corners
         {
             -moz-border-radius: 20px;
             -webkit-border-radius: 20px;
             -khtml-border-radius: 20px;
             border-radius: 20px;
         }
     

Place this property in your webpage style, and make your website cool and beautiful.

Saturday, November 13, 2010

Check Your Internet Speed

Now most of person are using internet. So Internet speed is also a big issue to use internet. If your internet connection is slow, then your main focus goes on speed. Then you check your internet speed. But How?? There are a lot of way to check your internet speed. You can check your internet speed of downloading, uploading and latency from any country by sitting in your home. This will also help you when you are taking internet connection and you want to check your speed. I am telling you a number of sites which will test your internet connection and will help you to check whether you have actual speed for which you have asked and you are paying the bill. So that you can utilize your money and time.
These websites are:
www.bandwidthplace.com
www.speedtest.net
www.speed.kify.com
www.myspeed.visualware.com

For more site Click Here

Wednesday, November 10, 2010

Convert HTML Code To PDF

It's easy enough to print a Web page by simply going to the File menu of your browser and selecting Print, but what you see on your screen is not

always what you get on paper. Free HTML to PDF Converter solves this problem by converting Web pages to PDF or image files. It's a simple program, but one that has the potential to be tremendously useful.

The converter's interface is plain and intuitive. Users simply enter the URL of the Web page they want to convert and select whether they want to convert to a PDF with selectable text, a PDF with embedded images, or an image file. There are a variety of other settings that users can tinker with as desired, everything from embedding fonts and including live links to specifying the Web page size and adding PDF metadata. The program also lets users password protect the resulting PDF if desired, and users can choose whether they want the Web page converted as a single page or multiple pages.

For ASP, JSP, PHP programmers, APIs and classes are available to convert html code to PDF. They can do it by statically or dynamically.

Sites for direcrly converting Webpage to PDF are:
www.pdf-to-html-word.com
www.HTML-To-PDF.net
www.winnovative-software.com
www.html-pdf-converter.com
www.pdfcrowd.com

Sites for developers to write code in own Website are:
www.fpdf.org
www.dancrintea.ro/html-to-pdf/
www.phpclasses.org/package/2905-PHP-Convert-HTML-to-PDF-using-Web-services.html
www.sourcecodeonline.com/list?q=code_to_convert_html_to_pdf_using_php
Convert HTML to PDF
Code to convert html to pdf
webpage to pdf
pdf to html code
pdf generator
html convertor