Tag: javascript

  • Inline vs External JavaScript

    In general, we never should have embed JavaScript inside the same file as the HTML markup and should instead place the JavaScript into an external file. The content, presentation, and interaction code should all be separate to make your life easier as a website developer. Cleaner Code. Cleaner code is much quicker to find errors […]

  • JavaScript And Site Performance

    JavaScript And Site Performance

    JavaScript and the respective frameworks have really began to gain traction over the last couple of years. I would argue that most of the JavaScript frameworks are excellent, and truly are great for the user experience and for the programmer experience.

  • Browser Redirection – Yahoo Answers

    I am having problems getting mozilla firefox to display my website correctly. It works fine on Internet Explorer. So I was thinking of making a mirror of the website that is made specifically for firefox browsers. Is it possible to code a website so that it detects what browser a visitor is using and them […]

  • Mouse Overs For ASP.NET

    Have you ever wanted to have the ability for the colour of a row to change when your user moves the mouse over top of a particular row, and then change the colour back whenever the cursor is moved back off? Well, this process isn’t very difficult in fact using some knowledge of JavaScript & […]