Tag:
external
Archive
Using External Coding To Improve Search Engine Placement
Do you have lots of JavaScript coding in the header section of your web pages? Do you re-list your CSS styles at the top of every page? Do you have JavaScript coding spread throughout your web pages? If you answered yes to any of these questions your site may be driving away search engine spiders and losing search engine position ranking.
Archive
NASA Tests Discoverys External Fuel Tank
Earlier today, NASA conducted a battery of tests on the external tank, which will provide the necessary fuel for the upcoming Discovery launch.
Archive
Reduce Web Development Cost By Sharing Web Experience With No External Spending
Issue
How to reduce development costs for individual brand Web sites while ensuring corporate Web strategy?
Archive
Accessing ID3 Tags (external .mp3)
In Flash MX you have the capability to load an external mp3 sound file into a flash movie using the Sound.loadSound() method. In the latest release of the Flash 6 Player it is possible to access the ID3 tags embedded in an mp3 encoded file. Unfortuneatley you cannot access the ID3 tags in an mp3 file until it has *fully* loaded, this is fine when you are using the Sound.attachSound() method but it causes problems when you are loading an external sound into the player...
Archive
The Advantages of Using External CSS
When you use "external" CSS (cascading style sheets) to control the basic cosmetics of your web site, you need only to edit those cosmetic properties in one file to update ALL of your web site's pages. This can be done from your server *if* your hosting service allows you to edit your site from a control panel, or you can edit the style sheet using a text editor on your system and upload it to your server.
Archive
Using Multiple External Style Sheets
If you are a regular reader of our CSS articles, I am sure you know that the best way to utilize CSS in most cases is with an external style sheet by linking it between the head tags of your document. (If you are not familiar with the different methods of CSS and how or when to use them, be sure to read our article, "External, Internal or Inline? Which Method is Best?")
Archive
Controlling Page Margins with External CSS
What are page margins and why would you want to use them? You have seen them before but may have not realized it. Some web pages have a margin (space around the edges of the browser window). Web pages that do not have a page margin, will display the page content and graphics flush with the browser window. Each method has a purpose and creates a different effect. Try using different page margin values with your web site and see which you prefer.
Archive
Why Production servers shouldn’t have external interfaces
Read the Disclaimer
People sometimes want to use their application servers as firewalls. This seems attractive at first glance: slap in another network card, add some packet filtering, tighten the system down a bit and connect it to the outside world. Cheap and quick, but a very bad idea.