January 5, 2007
· Filed under Web Developement
Java version 6 is available now, you can download the latest version of Java Runtime Environment (JRE) 6 and upgrade the earlier version as the older versions might be vulnerable now, so it’s imprtant to upgrade the application.
Follow these instruction to upgrade it;
- Scroll down “The J2SE Runtime Environment (JRE) that allows end-users to run Java applications”.
- Click the “Download” button to the right.
- Check the box : “Accept License Agreement”, the page will refresh.
- Click on the link to download Windows Offline Installation with or without Multi-language and save to your desktop.
- Close any programs you may have running – especially your web browser.
- Go to Start > Control Panel, double-click on Add/Remove programs and remove all older versions of Java.
- Check any item with Java Runtime Environment (JRE or J2SE) in the name.
- Click the Remove or Change/Remove button.
- Repeat as many times as necessary to remove each Java version.
- Reboot your computer once all Java components are removed.
- Double-click on the download to install the newest version.
December 29, 2006
· Filed under Web Developement
Different web browser are compatible with different technologies and even some browser have different syntax while using same technologies, hence it is optimal that your website should completely cross browser compatible to every browser so that it can be look more or less the same in every browsers. However most of people use IE, Firefox and so on Netscape Navigators and Opera., a web page can be interpreted differently depending on the browser and the version that people are commonly using. However Mozilla seems conform strictly to the W3C’s guidelines Internet Explorer is more relaxed on this.
You can make your website cross browser compatible using these techniques;
* Do not use browser specific HTML tags and features as these only work in the browser they were created for.
* Validate your HTML/XHTML coding and your cascading style sheets Through W3C syntax validation services.
* Use only standard compliant code & comply the we standards guideline.
Once you finish the development and the design of the site, you can use this tools http://browsershots.org/ before going live, this will enable you to view your screeshots in different browsers in different screen resolution and plugin. However it is true that you can’t please everyone that same applicable to Internet browsers thoug it seems pretty much difficult to make your site render the same way on each and every browser available.