Archive for June, 2013

Difference Between Http And Https

June 8th, 2013, posted in TEChNoLoGY
Share
Difference Between Http And Https,Difference Between,Http,Https,Difference,Between Http And Https,Between,Difference  Http And Https,https-monitoring,http_vs_https
HTTP stands for Hyper Text Transport Protocol, which is just a fancy way of saying it’s a protocol (a language, in a manner of speaking) for information to be passed back and forth between web servers and clients. This all is of no use. The important thing is the letter S which makes the difference between HTTP and HTTPS. The S (big surprise) stands for “Secure“.Difference Between Http And Https,Difference Between,Http,Https,Difference,Between Http And Https,Between,Difference Http And Https,https-monitoring,http_vs_https
If you visit a website or webpage, and look at the address in the web browser, it will likely begin with the following: http://. This means that the website is talking to your browser using the regular ‘unsecure’ language. In other words, it is possible for someone to eavesdrop on your computer’s conversation with the website. If you fill out a form on the website, someone might see the information you send to that site.
This is why you never ever enter your credit card number in an “HTTP” website..!!
But if the web address begins with https://, that basically means your computer is talking to the website in a secure code that no one can eavesdrop on.
If a website ever asks you to enter your credit card information, you should automatically look to see if the web address begins with https://. If it doesn’t, there’s no way you’re going to enter sensitive information like a credit card number..!!
You won’t see anything different between the HTTP and HTTPS sites. There are only two differences you’ll notice:
  • The web address (at the top of your web browser) will begin with https instead of http.
  • Your web browser may give you a message something like, You are about to view pages over a secure connection.
There are some other primary differences between http and https, however, beginning with the default port, which is 80 for http and 443 for https. Https works by transmitting normal http interactions through an encrypted system, so that in theory, the information cannot be accessed by any party other than the client and end server. There are two common types of encryption layers: Transport Layer Security (TLS) and Secure Sockets Layer (SSL), both of which encode the data records being exchanged.
Difference Between Http And Https,Difference Between,Http,Https,Difference,Between Http And Https,Between,Difference Http And Https,https-monitoring,http_vs_https,Difference Between HTTP and HTTPS 2When using an https connection, the server responds to the initial connection by offering a list of encryption methods it supports. In response, the client selects a connection method, and the client and server exchange certificates to authenticate their identities. After this is done, both parties exchange the encrypted information after ensuring that both are using the same key, and the connection is closed. In order to host https connections, a server must have a public key certificate, which embeds key information with a verification of the key owner’s identity. Most certificates are verified by a third party so that clients are assured that the key is secure.
Https is used in many situations, such as log-in pages for banking, forms, corporate log ons, and other applications in which data needs to be secure. However, if not implemented properly, https is not infallible, and therefore it is extremely important for end users to be wary about accepting questionable certificates and cautious with their personal information while using the Internet.
Share

Saying Of Prophet (P.B.U.H)

June 7th, 2013, posted in Islamic Teachings, Saying Of Holy Prophet ( P.B.U.H)
Share

Saying Of Prophet (P.B.U.H),Saying ,Prophet (P.B.U.H),islam,muslim,arab,non arab

Share

Using PHP To Keep Copyright Footer Year Current

June 6th, 2013, posted in PHP
Share

Using PHP To Keep Copyright Footer Year Current,using php,copyright,current year,year,php coding,copyright-symbolUsing PHP to keep Copyright footer year current

Here’s the start of the Web Development series as part of the new addition to my Blog, including code tutorials and code snippets free for use. This article includes a small snippet of code that you can add to your site to ensure your footer PHP date is always at the current year. I’m sure the eagle-eyed users of the web are still seeing sites stuck on ‘© 2011 Copyright’ – so here’s a few easy ways to overcome it, forever !!

First thing you’ll need is a PHP web page. If your server handles PHP, then use the code below to insert into your website’s footer. Please note this will only work with PHP web pages not static HTML. Read more on PHP here.

Single Year Display

This literally just pulls in the current date using server technology, and is really easy to implement instead of manually typing the year (and forgetting about it).

&copy; <?php echo date("Y"); ?> Copyright.
Gives you: © 2013 Copyright.


Website Start and Current Year

Little longer PHP snippet – in which you set the date your website was launched, and let the PHP automatically keep the current year up to date. See below and example for details : Using PHP To Keep Copyright Footer Year Current,using php,copyright,current year,year,php coding,copyrightdate,copyright date,copyright

&copy; <?php
$copyYear = 2008; // Set your website start date
$curYear = date('Y'); // Keeps the second year updated
echo $copyYear . (($copyYear != $curYear) ? '-' . $curYear : '');
?> Copyright.
Gives you: © 2008-2013 Copyright.
Share

Bura banda laban turya bura na laba koi-Baba BullehShah

June 6th, 2013, posted in Bulleh Shah, MESSAGEs, Sufism
Share

Bura banda laban turya bura na laba koi-Baba BullehShah,Baba-Bulleh-Shahs-Punjabi-Poetry-Bura-banda-laban-turya-bura-na-laba-koi.-Sufi-kalam-of-Baba-Bulleh-Shah

Share

For My Longings And Prayers Are Only Known To One

June 5th, 2013, posted in BoYs, POEtRY.., Sufism
Share

For my longings and prayers are only known to One
I was dreaming of Makkah
The tomb in Medina
The memories in Jerusalem
The shrine in Karbala

Look at the congregations on Friday
Worshipers rushing into the Mosques
Listen to that beautiful call to prayer
It is all for You, my Creator

Believers memorize Your sacred verses
Theologians are absorbed in pursuit of Divine knowledge
Scholars fill endless books about Your Supreme Majesty
Mystics adorn Your Beauty with poetry

I am jealous of all Your Lovers
I want to be the only pilgrim in the holy city
I want to stand before the Kaabah alone
Just You and me

Call me Your slave
Tell me where I belong
Attend to my wounds
Tell me where I am wrong

I am reaching for Elysium
Remove this horrible grief and sorrow
Take me for another dance
And teach me a new lesson

Just You and me

Call it blasphemy, call it selfish
The words of those clerics cannot judge me
For my longings and prayers are only known to One

Note : I found this online

Share