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
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