Show/Hide left/right column

Home Sat 30 Aug 08
Main Menu
Home
Arcade
Forums
Videos
Programs
About the Server
Contact Me
Linuxpenguin's Blog
Downloads
Affiliates
Advertise!
Welcome
Login

FastWeb: Search for Scholarships: Start Now!

 

Latest Blog Posts
Newest Programs
Welcome to www.linuxpenguin.net!
Speeding Up your Site: Optimizing Images PDF  | Print |  E-mail
Written by Scott K   
Tuesday, 22 July 2008

One of the toughest things as a webmaster (or even a site administrator) is to reach a solid balance. On the one hand, you want a nice-looking site, and you want to use images to help make it look interesting, as well as to enhance your content - for example, by inserting images which complement your site's material. On the other hand, you also want to make your site fast-loading for all users - images slow down the page load time, which can be a problem if you have visitors using dial-up, and can be an annoyance to less patient users. They can also be a drag on your site's bandwidth depending on their size.

On some set-ups, this isn't much of an issue - there's enough bandwidth that those images will get loaded up plenty quick. Unfortunately, though, sometimes that's not the case - bandwidth restrictions and other drawbacks might not allow you to deliver any real number of images without losing some less patient visitors. Fortunately, there are some quick, easy things you can do that will help you out so that you can give visitors the best of both worlds - without having to spend any more money.

Last Updated ( Tuesday, 22 July 2008 )
Read more...
 
UNBLOCK! (please?) PDF  | Print |  E-mail
Written by Scott K   
Tuesday, 15 July 2008

Ad blocking is something that I've always been kind of "on the fence" about - as a site administrator, it annoys me because the number of pageviews is often many times higher than the number of ad views, due to people blocking the ads. At the same time, though, as a Web user, I have come across many sites which bombard me with ads and are very annoying. I know how tempting it is to use AdBlock all the time to block all those annoying ads. I use the Internet too - and I use AdBlock too (I will admit).

It might sound contradictory that I ask visitors to unblock my site, while I myself use AdBlock. I'm all for filtering out annoying, obtrusive ads - but I don't agree with filtering out *all* ads, and I unblock ads from sites that I like and that don't bombard me with ads. A small Google ad somewhere is great - it's noticeable but not annoying, and it may even provide me with a link to something I'm interested in. Pages that are littered with ads, however (especially those annoying TextLinkAds that replace all the words with links to ads) are just annoying, and I block them.  I also use it so that I don't see ads on my own site when I'm here - it's against Google's rules for me to click my own ads, and so I block them.

Last Updated ( Wednesday, 16 July 2008 )
Read more...
 
Link PDF  | Print |  E-mail
Written by Scott K   
Monday, 09 June 2008

Screenshot of LinkLink is a simple Java app which creates random, (usually) unintelligent sentences based on sentences which it has previously encountered. This is a very simple concept actually - essentially it encounters a word and links the word with the word before it and after it (if applicable). But it's a little weird to fully grasp how this is done in a program - for people not accustomed to the sorts of techniques used, anyway.

The program is available for download here in the Downloads section. It's the compiled-binaries only for now - I want to comment the code better before anyone sees it. Some of the stuff it does looks a little confusing in code, and it could use some better comments.

For anyone wondering. . . for the screenshot I didn't really talk that much, I simply copied and pasted some of the top Google results for "commencement speech" - Steve Jobs', Stephen Colbert's, and Jon Stewart's, if you really want to know.

The Basic Idea

The program keeps track of which words have been encountered by adding them to an array the first time they are encountered. When a duplicate word is encountered, the program makes note of any new words which it appears before or after. It also makes note of which words have started and ended sentences, as well as which punctuation symbols were used when a given word ended the sentence.

Currently the only input method is via the textfield at the top. You can paste text using keyboard shortcuts. When you click "Say it" or press Enter in the textfield, Link will "read" the sentence(s) you typed, and will then "speak" a random response. Clicking the "Make me talk" button makes Link "speak" without being spoken to (as long as Link is capable of doing so - the program will not respond if the word array has not already been filled.

Comments (1) | Add as favourites (37) | Quote this article on your site | Views: 318

Last Updated ( Tuesday, 10 June 2008 )
Read more...
 
Maybe my computer needs help. . . PDF  | Print |  E-mail
Written by Scott K   
Monday, 05 May 2008

I've been working on a simple little Java app which employs a neat little concept I've heard of being used in different programs that I figured I would like to try my hand at. It takes an English sentence as input and analyzes each word, and links each word you feed it as input to the word behind it, and then forms a sentence based on those links. (By the way, I plan to put it up here source and all when it's done - soon - for anyone who's interested.)

To test it out, I figured I woud try to find a nice, long piece of well-known text - like a famous speech or monologue - and put it in and see what the program came up with. I decided to use Steve Jobs' Stanford University commencement address, since it's more than long enough, and I'm sure many Mac-lovers have posted it all over their blogs, sites, etc.

Here's what it came up with. ("YOU:" shows what I said, "ME:" shows what the computer said back in response.)

Needs debugging, I guess. . .

Update June 10 2008 - This program is released as "Link". Click here for more info.

Last Updated ( Thursday, 19 June 2008 )
 
<< Start < Prev 1 2 3 Next > End >>

Results 1 - 5 of 15
Site Last Modified:
Sun Aug 03 03:39 PM
Your name (*)
Your e-mail (*)
Friend's e-mail (*)
Personal Message


Digg!
This site is Copyright 2008, www.linuxpenguin.net