background preloader

Twitter api usage

Facebook Twitter

Php-twitter - Project Hosting on Google Code. cURL. Libcurl[edit] The libcurl library can support SSL/TLS through OpenSSL, GnuTLS, NSS, CyaSSL, PolarSSL, axTLS, QSOSSL on IBM i, Secure Transport on OS X and iOS, and SChannel on Windows. cURL[edit] A command line tool for getting or sending files using URL syntax. Since cURL uses libcurl, it supports a range of common Internet protocols, currently including HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, LDAP, LDAPS, DICT, TELNET, FILE, IMAP, POP3, SMTP and RTSP (the last four only in versions newer than 7.20.0 or 9 February 2010).

Examples of cURL use from command line[edit] Basic use of cURL involves simply typing curl at the command line, followed by the URL of the output to retrieve. To retrieve the example.com homepage, type: curl www.example.com cURL defaults to displaying the output it retrieves to the standard output specified on the system (usually the terminal window).

cURL can write the output it retrieves to a file with the -o flag, thus: curl -o example.html www.example.com See also[edit] Mozilla Firefox. Interactive Forms with Javascript, HTML Tutorial. Click here for Spanish Translation What are forms? One of the most important aspects of web design is getting information from the viewer to the webmaster. This is where HTML forms are used. If you have been on the internet, you have seen forms before. Google uses them for search queries, Amazon uses them for shipping and credit card information, your bank uses them for you to login. Why interactive forms? Forms are easy enough to create when they are simple, like search boxes. The problem I am going to use a business project as an example to teach interactive forms.

Creating the interactive form We are going to create a page where you can enter the information for ordering flowers. <select id='numflowers'><option value='0'>Number of Flowers <option value='1'>1 <option value='2'>2 <option value='3'>3 <option value='4'>4 <option value='5'>5 <option value='6'>6 </select> This will create something looking like this: For this tutorial, I assume you have a basic knowledge of HTML. Javascript. Mozilla Firefox. iPRATIK.