8 June 2004 1 comment Web development
This blog post is 18 years old! Most likely, its content is outdated. Especially if it's technical.
HTML isn't what it used to be. ...2 years ago. Back then you could through in Javascripts, style tags and form tags all of the place and we did not care if the HTML was valid or not. What mattered was that it worked in Internet Explorer and Netscape.
That's no longer the case. Now it needs to work and be correct. Actually you only make sure it's correct and then it will [hopefully] work automatically.
I like this pop-up script because it will work quite well even without Javascript enabled and does not require you to enter the href
more than once. Worth keeping.
- Previous:
- Washing sense of humour 8 June 2004
- Next:
- Test your computer secretary skills 10 June 2004
- Related by category:
- Fastest way to find out if a file exists in S3 (with boto3) 16 June 2017 Web development
- How to throttle AND debounce an autocomplete input in React 1 March 2018 Web development
- How to create-react-app with Docker 17 November 2017 Web development
- Be very careful with your add_header in Nginx! You might make your site insecure 11 February 2018 Web development
- How to have default/initial values in a Django form that is bound and rendered 10 January 2020 Web development
- Related by keyword:
- Never put external Javascript in the <head> 2 April 2013
- The awesomest way possible to serve your static stuff in Django with Nginx 24 March 2010
- File attachment widget with Javascript 25 February 2005
- DOM Scripting 5 December 2005
- V8 < TraceMonkey < SquirrelFish 23 September 2008
"Back then you could through in" ....you mean "throw in"?? Good coding is one thing - good English is another ;)