lens8225271_1259067919CSS_Borders

CSS border styles

Border or border around an element on a web page can be defined in CSS. Border can give the color, thickness and style. All we know for the three basic styles:

  • Solid (solid line),
  • Dashed (dotted line) and
  • Dotted (dotted line), but you know that there are more?
  • Read more about CSS border styles

    MD5

    MD5 Encrypting Password

    The MD5 Message-Digest Algorithm is a widely used cryptographic hash function that produces a 128-bit (16-byte) hash value. Specified in RFC 1321, MD5 has been employed in a wide variety of security applications, and is also commonly used to check data integrity. MD5 was designed by Ron Rivest in 1991 to replace an earlier hash function, MD4. An MD5 hash is typically expressed as a hexadecimal number, 32 digits long.(Wiki)
    Read more about MD5 Encrypting Password

    ds-curlicon

    Getting data without risking death with PHP, CURL

    Introduction
    Getting data without risking death with PHP, CURLGetting data without risking death with PHP, CURL
    PHP supports libcurl, a library created by Daniel Stenberg, that allows you to connect and communicate to many different types of servers with many different types of protocols. libcurl currently supports the http, https, ftp, gopher, telnet, dict, file, and ldap protocols. libcurl also supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading (this can also be done with PHP's ftp extension), HTTP form based upload, proxies, cookies, and user+password authentication Read more about Getting data without risking death with PHP, CURL