Internet
- Internet Explorer
- Many websites will no longer run correctly (if at all)
- Can not run Flash content
- Microsoft Edge
- FireFox
-
FireFox for Windows download @ mozilla.org
(01/20)
-
Ruffle.rs
(01/21)
- Right-click the Firefox .xpi download link
- Click "Save Link As..."
- Naviage to about:debugging
- Click on [This Firefox]
- Cloic [Load Temporary Add-on...]
- Select the .xpi that you downloaded
- Google Chrome
-
Ruffle.rs
(01/21)
- Browser extension that will run Flash content
- Download the ZIP file to your computer
- Navigate to chrome://extensions/
- Turn on Developer mode (top right corner)
- Click [Load unpacked]
- Select the folder you extracted the extension into
- DIVs
- Transparency
- Z-index
- General Information
- http://webhostinggeeks.com -- Web Hosting Geeks (requested that I remove the actual link) (05/14)
-
Inmotionhosting.com
(06/19)
- Cheap, personal webhosting requires a 2-year prepay
- Business Launch is $5.95/month (monthly, annual, and 2-yr contracts)
-
FTP Exploits (May 17, 2011)
(06/19)
- www.webhostinghub.com
(10/15)
- Phone 877-595-4482
- Chat 24 hrs/day Mon-Fri; 10 am - 9pm EST Sat & Sun
- Free Domain with Hosting (with Domain Privacy)
- Unlimited disk space and bandwidth
- Fast response US tech support
- No-downtime Website transfer
- www.webhostinghub.com/web-hosting-comparison.html (07/13)
- HTML Codes
- Tutorials
- References
- RGB Hex Color Chart
- General Information
- Usenet
- Internet Providers
- Other Facts of Interest
- Anonymous FTP Login
- ftp://login-name@ftp.site
- and
- ftp://login-name:password@ftp.site
- Opening a file on your machine
- file:///hard-drive/folder/filename
- [You may have to start your dialer.]
- Links
- Useful Code
- Useful Hints
- Append to text file
RandomAccessFile(java.io)
long length = length()
skipBytes((int)length)
writeChars(String)
- Convert number to a string
num = 4
num +=""
- Convert string to integer
int iVal = Integer.parseInt("34");
- Convert string to array of characters
myArray = myString.toCharArray();
- Display GIF
i = Toolkit.getDefaultToolkit().getImage("/home/dir/pic.gif");
- Replace blanks with "+"s
outStr = inStr.split(' ').join('+');
- Java Books
- Magazines
- JavaScript Magazines
- Java Magazines
- Windows Script Host
- Javascript Shells
- Links
- Samples
- Place JavaScript in BODY of HTML code (may be seen by old browsers)
<HTML>
<BODY>
<SCRIPT>
<!-- document.write ("This is a JavaScript talking to you!")
//-->
</SCRIPT>
</BODY>
</HTML>
- Place JavaScript in HEAD of HTML code (won't be seen by old browsers)
<HTML>
<HEAD>
<SCRIPT>
<!-- document.write ("This is a JavaScript talking to you!")
//End of JavaScript.-->
</SCRIPT>
</HEAD>
</HTML>
- Closing window after set amount of time
onLoad = "SetTimeOut(self.close(),time_after_which_it_will_close)";
- Force reload of window
window.location.reload(true);
- Loading an alternate image when error occurs
<img src="djia.gif" width=150 height=100 onError=altImage()>
- Preventing a page from loading
<a href=foo.html target=_top>
- Reload window every 5 minutes (units = milliseconds)
onLoad = "SetTimeOut(window.location.reload(true),300000)";
- Best Search Engines
- Other Search Engines
- Specialized Search Engines
- General Information
- Usenet Search Engines
- Posting to Newsgroup
- Posting files to a newsgroup
- Posting a request (REQ) to a newsgroup
- Suggestions
- Post directly to the newsgroup
- Subscribe to the group where you want to post the request
- Post an empty text message with your request in the subject line, like
REQ: xxx TIA
- Post something using PowerPost, and edit the subject line so that it contain
your request
(REQ: xxx ep 1, posting xxx ep 2)
- Correct method is to post a request via the relevant IRC channel (e.g.,
#alt.binaries.multimedia @ EFNet)
- Request will automatically be given a REQ number, and filling status can be
monitored via the channel
- Usenet Providers
Bonnie's Links
created by Bonnie Lee Hill,
bonniehill@verizon.net
last modified on July 18, 2023
URL: http://www.bonniehill.net/pages/internet.html