Web Developer Friend

Archive for the ‘General’ Category

List of HTTP headers

Posted by: viralsarvaiya on: November 13, 2009

HTTP Headers form the core of an HTTP request, and are very important in an HTTP response. They define various characteristics of the data that is requested or the data that has been provided. The headers are separated from the request or response body by a blank line. HTTP headers can be near-arbitrary strings, but [...]

What is Rss?

Posted by: viralsarvaiya on: August 12, 2009

What is RSS?
RSS stands for “Really Simple Syndication”. It is a way to easily distribute a list of headlines, update notices, and sometimes content to a wide number of people. It is used by computer programs that organize those headlines and notices for easy reading.
What problem does RSS solve?
Most [...]

date-time-functions

Posted by: viralsarvaiya on: March 31, 2009

1) HERE IS MON DD YYYY HH:MIAM (OR PM) FORMAT ==>’ + CONVERT(CHAR(19),GETDATE())
2) HERE IS MM-DD-YY FORMAT ==>’ + CONVERT(CHAR(8),GETDATE(),10)
3) HERE IS MM-DD-YYYY FORMAT ==>’ + CONVERT(CHAR(10),GETDATE(),110)
4) HERE IS DD MON YYYY FORMAT ==>’ + CONVERT(CHAR(11),GETDATE(),106) PRINT ‘5)
HERE IS DD MON YY FORMAT ==>’ + CONVERT(CHAR(9),GETDATE(),6) PRINT ‘
HERE IS [...]

POP3 SMTP Mail Servers for popular Internet Service Providers

Posted by: viralsarvaiya on: February 23, 2009

1&1 incoming mail server: pop.1and1.com
1&1 outgoing mail server: smtp.1and1.com
Adelphia Cable incoming mail server: mail.adelphia.net
Adelphia Cable outgoing mail server: mail.adelphia.net
Ameritech (SBC Yahoo!) incoming mail server: pop.ameritech.yahoo.com
Ameritech (SBC Yahoo!) outgoing mail server: mailhost.det.ameritech.net
AT&T WorldNet incoming mail server: postoffice.worldnet.att.net
AT&T WorldNet outgoing mail server: mailhost.worldnet.att.net
AOL outgoing mail server: smtp.aol.com
Bell Atlantic incoming mail server: pop.bellatlantic.net
Bell Atlantic outgoing mail server: gtei.bellatlantic.net
BellSouth [...]


Blog Stats

  • 5,866 hits