Javascript
Archived Posts from this Category
Archived Posts from this Category
Posted by chloe on 29 Oct 2008 | Tagged as: Javascript
Javascript is the language that has grown to become just as important on the web as HTML and CSS. If HTML makes up the building blocks of a web page, and CSS makes up the presentation of that page in the user’s browser, it’s JavaScript that controls the interactivity of the page and the way that the user can interact with its various functions.
It’s possible to gain support not just for JavaScript, but for full Java applications by downloading a package from the Sun website. Sun Microsystems allows you to install the Java source library files on your operating system, which in turn opens up a whole new horizon of possibilities for Java driven plugins. And of these, you will find many on the web.
Java can be downloaded across any of the major operating systems (Windows, Solaris, Linux and Apple), and it remains platform independent - one of the key factors which has allowed it to grow in popularity over time. Once the package is downloaded, you will need to restart your browser and in some cases, it may even be necessary to reboot from scratch. This allows your operating system to detect the new Java library files.
If you’re running various applications or accessing websites that require the use of JavaScript, and you still can’t see the scripting in use, it may be necessary to make some edits to the Internet browsing options that are relevant to whichever browser it is that you’re using.
Be aware that sometimes, through the user’s command or otherwise, the scripting options may be turned off thus making it impossible for a plugin to load even if you wanted it to. To counter this, you should open your browser and then go to your Tools tab. Select Internet Options and go to your Settings.
Scroll down until you see the options for scripting, including Java and Javascript. Now make sure that both boxes are checked, as well as the box for third party plugins. Save and apply your settings then close the browser. When you re-open it, you should find that scripting is enabled and in use on websites. In some cases, it may be necessary to restart the computer entirely.
So why is Javascript so important on the web? There was a time when it was quite optional to have it active. But in recent years, web applications have become so sophisticated that JavaScript is seen as a must-have.
If you’re using a website that generates JavaScript pop-ups, you must have the scripting active to get full functionality out of the site. However, some viruses and spyware apps are known to cause trouble with JavaScript. If you’re having JavaScript problems and everything seems to be enabled, you should consider running an anti-virus scanning package to make sure that there isn’t a third party app causing conflicts with the scripting interface and the DOM.
As a worst case troubleshooting scenario, you may want to download another browser to ensure that the JavaScript problem isn’t directly related to a more significant fault with the browser itself.
Posted by admin on 14 Nov 2007 | Tagged as: Configuration, Error, Internet, Javascript, Windows
There are many kinds of login services, but some of the most problematic are those that involve connecting to a network or to an ISP for an Internet connection.
What is the point of a login service? Well, it goes beyond simply entering the correct username and password. In fact, a large portion of login service errors have nothing to do with the details. They’re caused by a failed connection or a loose configuration setting.
Of course, that’s not to say that you should rule out the possibility of a mistaken password or username altogether. Always check the details that you enter, making sure that the caps lock is turned off to prevent a system misinterpreting what is essentially the same combination through the use of different case. And check again just to make sure.
If you’re still having trouble with the login service, it’s probably down to the connection. If you enter the correct details, you will be granted access by the login service. If you enter incorrect details, obviously you won’t be. But if you enter the right details without having a working connection, you’ll receive a potentially misleading error. You must be connected to the login service to be able to reach the verification mechanism. Without verification, you’ll be locked out. Correct details or not.
If you are using the Windows Login Service and your password isn’t being accepted, you may have been the victim of a virus attacking the core of the system. Some viruses are capable of altering a system user or password to cause maximum damage and lock a user out of the operating system.
The best way to avoid such circumstances is to use the trusted road of anti-Virus protection. Always protect your machine from third party software and malicious hackers. You should have a firewall in place at all times when using the Internet, and preferably a commercial scale anti-Virus suite too.
It’s possible to reset the Login Service password by accessing your Windows registry and changing the key information. But this can be problematic if the virus has locked you out completely. A complete scan of the system with both a cleaning utility and a registry scanner will eliminate the threat of harmful viruses.
If you are having problems with the login service of a remote ISP, there could be many different causes to blame. First and foremost, check the connectivity of your hardware devices. This involves resetting modems, checking network wires and removing the static from plugs if necessary. If you can’t use the login service, it doesn’t necessarily indicate a problem with the software. You could be suffering from a hardware detection issue which happens to terminate at that particular time.
Some login services require the enabling of additional technologies. For example, web based Login Services might require JavaScript to validate details against the authorized list. In these cases, ensure that scripting is enabled in the Advanced tab of your Internet Options.
When logging in to any local network, ensure that the relevant cable is attached and working. If this isn’t correct, you might not even see a login screen. A “Page Cannot Display” message is quite common in scenarios where the login service can’t initiate, whether it be through a faulty Internet connection, a network hardware issue or even a system virus.
Posted by admin on 30 Oct 2007 | Tagged as: Browser, Internet Explorer, Javascript
JavaScript has been designed to enhance the browsing experience when using the Internet. It is a programming language and follows the syntax of C, although it isn’t to be confused with Java, a completely different language.
Most web browsers support JavaScript. If you have one which doesn’t, you should definitely consider an upgrade! Internet Explorer offers full support and other companies such as Mozilla implement it too.
Unfortunately, JavaScript can lead to a troublesome browsing experience and poor site usability if used in the wrong way. Many websites will have trouble functioning if the browser is unable to compile JavaScript. This should become less of a problem as developers pay closer attention to accessibility standards, but it’s still there.
So what are symptoms of JavaScript problems? The most obvious is, of course, applets and programs that fail to load. If you are receiving errors and parts of the site are refusing to function correctly, it’s probably down to the JavaScript or the permissions designated to it.
Go to your Internet Options (Usually under Tools from the top toolbar). Then go to Advanced Settings and ensure that the scripting boxes are checked. You should also see an option for Java applets. Make sure this is checked. If the option isn’t there, head on over to Sun’s website and download the latest JavaScript support bundle. Installing it will iron out many JavaScript problems including the biggest problem of sites refusing to operate altogether!
JavaScript can be switched off to prevent pop-ups and dynamically generated adverts. This is one of the biggest reasons why people run in to problems. Of course, it’s nice to block out the bad things. But JavaScript provides some important functionality which has nothing to do with pop-ups. If you are one who likes to get rid of the ads, consider a professional pop-up blocker. Disabling scripting isn’t the best way to go about the problem.
You might also notice that some pages load with errors. How can you tell? Well, usually you’ll see a little exclamation mark in the bottom left of the browser and an “Errors on Page” annotation.
Sometimes it’s quite possible to use the site for its purpose with these errors still on the page. They’re usually down to poor code or technical errors. It’s not the greatest display of web development, but you don’t need to worry unless it’s affecting your browsing experience.
You’ll also find that JavaScript entries can clog up a system’s registry with log files. While relatively harmless, this can contribute towards a reduced system performance and programs can take longer to start. Be sure to stay ahead of the game and clean your registry regularly. There are error blocking software packages on the Net, but even with these, the logs are still building up behind the scenes.
Many forms are coded with JavaScript to validate your inputted information and verify that it meets the requirements. For example, if a password has to be between 6 to 12 letters with numbers and letters, JavaScript will take care of this on the client side. Therefore, if you access a website and the forms are not working, it could be down to the validation stage that occurs after you’ve submitted it.
Even if the data you submit is correct, the form won’t process unless it can verify via the scripting. As you can imagine, this is capable of inflicting serious woes on your browsing experience. Forms and registrations play an important role on the web.
Get a Free Online Diagnostic Scan with RegCure PC Optimizer (Download Takes 2 Mins)

Posted by admin on 11 Oct 2007 | Tagged as: Adobe, Javascript, PDF, Software, Windows
In 1993 Adobe Systems created a file format known as Portable Document Format (PDF). This format is used to represent two dimensional documents including the text, fonts, images and 2D vector graphics that are found in the document. The biggest advantage to the use of this file format is that it is entirely device and dispay resolution independent. PDF is an open standard but is now being prepared for and application to become and ISO standard.
Adobe Acrobat is a bundle of application software that has been developed by Adobe Systems to work with their PDF file format. Some of the software in their family is commercial and costs money, but others can be downloaded free of charge. Adobe Reader is one of the programs that can be downloaded for free. This application allows the viewing and printing of PDF files. Adobe Reader is a very large part of the Adobe Engagement Platform and is used to present information in a fixed layout that would be similar to a paper document.
In the early 1990s, there were several different companies that were competing with Adobe Acrobat, each of whom had their own document format. However, by the late 1990s, the PDF format became the standard used by most. This has created even more competitors for Adobe Acrobat and Reader, both free and commercial.
Now there are many different third party programs that can create or modify PDF files such as Nitro PDF. Adobe has also allowed developers to to create Adobe plug-ins that allow additional functions with the Acrobat program.
There are some criticisms that have arrised with the Adobe Reader program however. In newer versions of Adobe Reader, JavaScript support has been included so that a document creater may insert code that is executed when the document is read. Because of this, there have been some vunerabilities in Adobe Reader that allows malicious code to be distributed through Adobe Reader. To address this issue, in the most current versions Adobe has included the option to disable the JavaScript support using the preferences menu and embedded web addresses that are clicked on also generate a security warning dialog so that the user can determine whether they would like to allow or block the website from loading.
Adobe Reader has also received some criticism from people who feel the program is too slow to use. Adobe has been working to correct this issue with workarounds so that the program can load and be used more quickly. They have successfully made some improvements and with the release of Adobe Reader 7, Adobe claims that users can “open and save PDF files faster than ever” since version 7.0 loads “up to 50% faster than version 6.0″.
Adobe has also refused to support older versions of their software under Windows Vista. Because of this, anyone who purchases a new Windows Vista computer must use Adobe PDF tools, downgrade to Windows XP or pay and upgrade fee to Adobe so that they can run version 8 in order to continue using Adobe products.