Technology Tips blog for improve computer & technology use! Technology tips relating to all aspects of technology, from web development, search engine optimization, technology news, internet news, web 2.0, social networking, search and software. This Technology Tips blog has a bit of everything.
Search
Wednesday, September 05, 2007
Blackle Search
I understand that the reason that the majority of website backgrounds are white, is because when you print a page, it would obviously consume allot of printer ink if you had to print black pages with while text on them, rather than a white background with black text, so obviously this theory could not be used on a large amount of websites. However in the case of a search engine why not use a black background, as it is very rare that you want to print your search results out.
The theory that "Blackle" is based on is that "Image displayed is primarily a function of the user's colour settings and desktop graphics, as well as the colour and size of open application windows; a given monitor requires more power to display a white (or light) screen than a black (or dark) screen." Roberson et al, 2002.
Because of the popularity of Google, if Google actually replaced the background of their search engine with a black background we would save 750 Megawatt-hours a Year. These figures are taken from a blog post titled "Black Google Would Save 750 Megawatt-hours a Year".
The website was create by an Australian business called "Heap Media", who have created a number of other online products which are worth taking a look at. One of my other favourites is "Anonomi" which basically replaces an email address, on a "Contact Us" page, with a contact form that hides your contact email address. This prevent those spam bots from collecting you email address and can reduce the amount of spam you receive, by preventing your email address to getting on one of those nasty email lists.
There are also some interesting sites related to saving energy if you are interested in the subject, with one of the most popular blogs being http://treehugger.com/.
If anyone out there has any other interesting energy saving websites they would like alert readers off, please add as a comment to this post with a link as it would be greatly appreciated, because this is a topic I am quite interested in.
Wednesday, August 15, 2007
Web based Operating System
One other concern of mine in this arena is do I want my computer applications and data in the hands of a Company that cold virtually access my information at any time they want. Maybe I'm paranoid but I think you can see my point.
Take a look at the link below;
http://demo.eyeos.org/
Tuesday, July 24, 2007
Apple "Safari" - New Windows Browser
There is now a forth major contender in the browser market for Windows users. Most of us have heard of "Internet Explorer", "FireFox" (My personal favorite), "Opera" but now there is one from Apple "Safari". So after installing and having a play with it I quiet enjoyed the browsing experience. It is quick, has all the features the other browsers have, and has quiet a nice look and feel. I even set it as my default browser for a couple of days, however as a developer could not trade all of my FireFox extensions, for the new browser, so switched back not too long after.
I'm not going to lie, the browser does render pages and launch quicker than all of the other browsers and features all the modern features, such as "tabbed browsing", "pop-up blocker", "auto-fill forms" and built in "RSS Reader" and does come with the classic Apple look and feel (just like i-Tunes really) but it is really a browser for a basic Internet user. Another cool feature is the find feature which actually highlights the word searched upon in a pretty cool animated way.
One thing I don't like is that I couldn't use my de.icio.us bookmarks with the browser and I'm not sure Apple are going to open up the browser for developers to build in extra functionality. We will see I guess as it still is in beta.
I think that the main reason that Apple launched this browser is because the i-phone has just been released and the browser on this phone is Safari. It is definitely a strategic move to attempt to get Windows website developers to build support for the browser into their websites so that the i-phone can handle web based applications. I mean if they had not released the browser then I'm sure that the majority of us web developers would not bother supporting the browser unless it is a major contender on Windows machines. Another interesting point to make is there are millions of i-Pod users who download i-Tunes to manage their music, in the near future I can for see a move from Apple to include the browser with the download of the i-Tunes application. This will put them in a good position to take a good share of the browser market for Windows PCs.
I suggest you give it a go, check its features on the Apple site and start supporting it as a developer, as I imagine with the i-Phone and i-Tunes download amounts will make this browser quiet available to the public. On top of that why not reach the i-Phone mobile application market by making sure your website works in the browser correctly. Download the browser from the link below;
http://www.apple.com/safari/download/
Thursday, May 31, 2007
Skype control panel for business users
http://www.skype.com/business/products/business-control-panel/
Saturday, May 26, 2007
Ensure Googlebot crawls your site feeds
Want to get ensure Googlebot crawls your site feeds? To get your site feeds indexed and appear in the search results for Google's personalized homepage and Google Reader the code that needs to added to ensure that your feed is included in the index is listed below. This code is to be added to the header of your web page and uses the <link> tag.
For an Atom Feed;
<link rel="alternate" type="application/atom+xml" title="subske's tech know how?" href="http://subske.blogspot.com/atom.xml">
For an RSS Feed;
<link rel="alternate" type="application/rss+xml" title="subske's tech know how?" href="http://subske.blogspot.com/rss.xml">
Friday, May 25, 2007
Australian date format with date field in notes view column
day := @If(@Length(@Text(@Day(specialweekend))) <= 1;"0"+@Text(@Day(specialweekend));@Text(@Day(specialweekend)));
month := @If(@Length(@Text(@Month(specialweekend))) <= 1;"0"+@Text(@Month(specialweekend));@Text(@Month(specialweekend)));
year := @Text(@Year(specialweekend));
day + "/" + month + "/" + year
Monday, May 21, 2007
disable button based on text link
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Enable me once link is clicked</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
To access the document and enable next button <a href="#" id="fixednext" onClick="javascript:enableMe('next');">click here</a>
<p>
<input name="Next" type="button" id="next" value="Next">
</p>
<p> </p>
<script language="JavaScript">
if (document.getElementById('fixednext')==null) { }
else {
document.getElementById('next').disabled=true;
}
function enableMe(nextid) {
document.getElementById(nextid).disabled=false;
}
</script>
</body>
</html>
Civilnetizen
http://www.civilnetizen.com/
Monday, May 14, 2007
The importance of site maps
A successful site map will aim to achieve the following;
- Show detailed quick access to all site sections.
- Provide search engine spiders with more information on which pages to index.
- Include descriptive links and "alt" tags for each of the links, including keywords, to improve search engine ranking for your keywords.
- If you can provide a short description of what you will expect to find when each link is clicked this really does help the user to navigate your site.
I have found that a site with a site map generally has more of its page indexed in the main search engines and allows users to access your site through individual pages rather than straight from the home page. I have also found that when I visit a site and cant find what I want straight away busying the site navigation or search then the site map is where you head, which points out to me that if the site did not have a site map and I hasn't found what I wanted at this point Ii probably would have left the site. This means that they have their roll in retaining users on your site.
One thing that is a pain with site maps is that unless you are driving the links out of a database then you have to make sure that you keep these pages up to date as should any 404 messages appear on this page down the track then this can have negative affects on you search engine ranking.
Tuesday, May 08, 2007
Smooth Image Buttons
http://javascript.internet.com/image-effects/smooth-image-buttons.html
Yahoo to offer unlimited storage for email accounts
I found this interesting article the other day, it is about an upgrade to Yahoo mail accounts. The article toots that the are about to offer unlimited storage to their email accounts this month. I have logged into my Yahoo account, which I keep just to check out what is going on a Yahoo, and it doesn't seem like this change has been implemented yet however it would be an interesting prospect to have an unlimited online email account. I mean I though Google where providing a large offering by offering 2.8GB accounts but an unlimited one seems like a huge giving. Let hope it happens soon as it may push Google to provide even more capacity than they currently do. Not sure that it will sway current Google account holders to move to Yahoo as it is quiet an annoyance to change email accounts but we will see, although I am not sure that this is their motivation. Maybe they are just being good guys by trying to provide there current users with more ability to share photos, video clips etc as today sending these sorts of files seems to be more common place. Check the article at the link below;
http://www.zdnet.com.au/shortlink
Sunday, April 08, 2007
Optimising Page Content Guidelines and Tool
Friday, April 06, 2007
Mozilla Addons dedicated site
I stumbled across a post today which is a few days old which includes a write up on FireFox and the fact that the Mozilla Cooperation have now launched a specific site for listing extensions and other personalisation features for their products. As I love the FireFox browser, a few reasons being the fact that I feel more secure, am offered a huge amount of useful extensions that assist with website development and the fact that it performs better than any other browser, I was quick to check out the new site. (http://addons.mozilla.org/) The site is branded with the familiar Mozilla look and feel and at first feels like you were in the old extensions section of the old site. I quickly found though that the site boasts refined navigation, to make it easier to access different sections of the products that I am able to customise, and more prominently links to a section designed to get you to create your own extensions. (When I get a few more long weekends, I will definitely be taking some time to come up with something useful for web developers out there) There also seems to be more information about each of the extensions on each individual page, with each page allowing you to check reviews and related discussions on the extension.
The fact that Mozilla have expanded this section of the site leads me to believe that their support to other like minded developers out their is strong and that they are keen to promote 3rd party extensions for their products. I'm sure this will make for ongoing innovation in their browser and products in the future, allowing developers to take the browser platform to new levels.
Tuesday, March 27, 2007
Auto reply email script - LotusScript
Sub Initialize
Dim Session As New NotesSession
Dim DocWeb As NotesDocument
Dim DBCur As NotesDatabase
Dim tmpEmail As String
Dim EmailTo As String
Dim rtitem As NotesRichTextItem
Set DBCur = Session.CurrentDatabase
Set DocWeb = Session.DocumentContext
tmpEmail = DocWeb.GetFirstItem("Email").Text
Set WorkApps = New NotesDocument(DBCur)
Set rtitem = New NotesRichTextItem( WorkApps , "Body")
WorkApps.SendTo = tmpEmail
WorkApps.Principal = "info@munchtechnologies.com.au"
WorkApps.INetFrom = "info@munchtechnologies.com.au"
WorkApps.DisplaySent = "info@munchtechnologies.com.au"
'WorkApps.ReplyTo = "info@munchtechnologies.com.au"
'WorkApps.From = "info@munchtechnologies.com.au"
WorkApps.Form = "Memo"
WorkApps.Subject = "Job Application Received - Munch Technologies"
Call rtitem.appendtext("This email is to let you know that we have received your job application.")
Call rtitem.AddNewline(2)
Call rtitem.appendtext("If you are required for an interview, a member of the Munch Technologies Management Team will contact you directly.")
Call rtitem.AddNewline(2)
Call rtitem.appendtext("Thank you for taking the time to complete the application form. Your application will be kept on file for 3 months.")
Call rtitem.AddNewline(2)
Call rtitem.appendtext("For any further information please contact us directly through the contact us section at http://www.munchtechnologies.com.au")
Call rtitem.AddNewline(2)
WorkApps.send True
End Sub
Hope you Lotus Notes heads out there find this useful.
Sunday, March 25, 2007
Search Engine Optimization tips
- The first couple of paragraphs on a page should be heavily populated with your desired keywords. On top of this include keywords throughout the remainder of your copy, however it does seem to be these first couple that really make the difference.
- At the top a page of content include some anchored links to the relevant sections on the page. Try to make the link, and respective 'alt' text include your keywords. Also make the title of the section of the page you are linking to contain the keyword as well as the first line of the paragraph.
- When adding sections to your pages content divide them with titles using <h1>, <h2> tags rather than a CSS class. Search engines can identify these as titles to your pages copy then and pay them more attention. Also include keywords in these titles .
- Incorporate some social bookmarking tags (services such as Del.icio.us and Digg ) at the bottom of each page so that users can create inbound links to your pages. At the same time specify the tags to be your keywords. The more links to you site including your keywords the better. These will also create back links to your site which ultimately increase your sites link popularity.
Click on the SEO category at the bottom of this post to check out some of my other search engine optimisation tips. I hope to build up quiet a bank over time.
Sunday, March 18, 2007
Keyword saturation tip
Friday, March 09, 2007
Add This - Bookmark & RSS buttons
Now there is one button that you can add to your site that allows your users to bookmark your site using the bookmark manager of their choice and another button to add your RSS feed to the feed reader of their choice. The website that provides this service is called Add This and boasts they have over 2,000,000 buttons out their on peoples websites, some of these being quiet well know sites. As you can see I have subscribed to their free service and now have these buttons on my blog (down on the right hand side - click on them to check out the full list of providers they support). I'm happy with the service they provide as I will no longer have to keep adding these sorts of buttons to my blog as these two button cover all of the bookmark manager and RSS reader services out there.
Tuesday, March 06, 2007
Google Apps Premier Edition
Wednesday, February 28, 2007
Yahoo Pipes
Saturday, February 24, 2007
FireFox Extension - Dummy Lipsum Generator
Thursday, February 15, 2007
Google - Peronalized search results
At first I though, i'm not sure that I like the idea. Does this mean that I may be missing out on new sites as they become live because I have only been viewing a group of other websites. After investigating further though I found that Google actually looks at other users search histories that are similar to mine, and serves results that other users have clicked that have search patterns that are close to mine. This means then that it will probably help me find these new websites as these users will have visited sites I want to see.
I wonder if many other search engines will follow this move or if it will be a feature that is received warmly by Google users? As long as it improves my web browsing I am not one to complain and as it is a feature that can be disabled it will at least prevent spammy results from getting listed in my search results.
Wednesday, February 14, 2007
YouSendIt file storage
I have found it simple and quiet easy to use and have used to store large graphics of websites that I have been working on for clients. When downloading the files the download speed is fast and I am yet to experience a drop out during download.
http://www.yousendit.com/