from http://kb2.adobe.com/cps/142/tn_14213.html#main_load
For security reasons, a Macromedia Flash movie playing in a web browser is not allowed to access data that resides outside the exact web domain from which the SWF originated.
As an enhancement to Macromedia Flash Player 7, domains must be identical for data to be read. With this change a [...]
from http://viralpatel.net/blogs/2008/12/how-to-set-third-party-cookies-with-iframe.html
How to set third-party cookies with iframe?
I had problem with the lead base ad click tracking. I was using the iFrame to track the lead information from the advertiser site. But somehow IE is not sending any cookie information from there. Infect firefoxalso doesn’t send any cookie information for the first [...]
from http://stackoverflow.com/questions/1287439/ie7-z-index-problem
When you specify z-index, you’re specifying it relative to other elements in the same stacking context, and although the CSS spec’s paragraph on Z-index says a new stacking context is only created for positioned content with a z-index other than auto (meaning your entire document should be a single stacking [...]
Internet Explorer User Agent Style Sheets
The UA Style Sheet is a simple set of css styles that each web browser uses before any other css styles are applied.
This chart lists and compares the different default style sheets used to render HTML in the four major versions of [...]
from http://www.w3.org/QA/2002/04/valid-dtd-list.html Recommended Doctype Declarations to use in your Web document.
When authoring document is HTML or XHTML, it is important to Add a Doctype declaration. The doctype declaration must be exact (both in spelling and in case) to have the desired effect, which makes it sometimes difficult. To ease the [...]
from http://www.robotstxt.org/meta.html
About the Robots <META> tag In a nutshell
You can use a special HTML <META> tag to tell robots not to index the content of a page, and/or not scan it for links to follow.
For example:
<html> <head> <title>…</title> <META NAME=”ROBOTS” CONTENT=”NOINDEX, NOFOLLOW”> </head>
There are two important considerations when using [...]
from http://www.theserverside.com/tt/articles/article.tss?l=RedirectAfterPost
All interactive programs provide two basic functions: obtaining user input and displaying the results. Web applications implement this behavior using two HTTP methods: POST and GET respectively. This simple protocol gets broken when application returns web page in response to POST request. Peculiarities of POST method combined with idiosyncrasies of different [...]
from http://samsami2u.wordpress.com/2008/06/04/calling-external-javascript-on-button-click-in-flash/ Calling external javascript in flash is really easy. just follow the guidelines given below:
create a flash button in flash.
single click on the flash button and open the action script window related to the flash button.
in the action script window please write down the following action script:
on (release) {
getURL(“javascript:JavascriptFunction();”,”_self”);
}
where JavascriptFunction() is the [...]
from http://en.wikipedia.org/wiki/List_of_HTTP_status_codes 1xx Informational
Request received, continuing process.
This class of status code indicates a provisional response, consisting only of the Status-Line and optional headers, and is terminated by an empty line. Since HTTP/1.0 did not define any 1xx status codes, servers must not send a 1xx response to an HTTP/1.0 client except under experimental [...]
-
Articles
- February 2012
- December 2011
- November 2011
- October 2011
- September 2011
- August 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- September 2010
- August 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- January 2009
- December 2008
- November 2008
- October 2008
- September 2008
-
Meta