I found this wonderful info graphic detailing the history of internet search engines. I thought it was worth sharing.
Search Engine History.
Infographic by the PPC Blog.com
0 comments (click to read comments and post your own)
You could be, if they visit your website and it only works in Internet Explorer (IE).
I wrote 18 months ago about how IE was losing market share, at the time it was 70% of the browser market, now it's down to less than 60%.
This means if your website doesn't work, or doesn't work well, in any browser apart from IE customers and clients will see you as un-professional and will most likely go back to google and pick the next website down the list.
0 comments (click to read comments and post your own)
Post a blog entry and it is automatically sent straight to your twitter account.
The system obviously also generates a short URL to link back to the article.
The default is from http://is.gd
But you can set up a bit.ly account and configure it on the system and then it will use http://bit.ly instead.
We recommend users use bit.ly as with an account it keeps track of your shortened URLs and records stats for you.
More twitter features coming soon, and full facebook integration is next on the list!
0 comments (click to read comments and post your own)
A new feature has now been added to our website management system : Timed Publication
This means you can now write an article (or blog post) and defer publication to a future date of your choice. You can now prepare press releases or announcements ahead of time and simply set which date you want that article to appear on your website.
Similarly you can also set an expiration date for an article, so for example you could write a page about a job vacancy and set the date on which you want that article to remove itself from your website, e.g. when the closing date for applications has passed.
0 comments (click to read comments and post your own)
I have just been running my source code for the TempleDene CMS through a line counter (wc -l to be precise) and the system now amounts to over 20,000 lines of PHP code. This doesn't include the lines of code which are involved in the MySQL database.
I surprised myself, I didn't realise there would be quite so much of it.
Quite an acheivment for one man working quite often only evenings and weekends before I lauched the system properly last year.
0 comments (click to read comments and post your own)
I am pleased to announce that the TempleDene site itself is now fully compliant with both XHTML v1.0 (strict) and w3c AAA rating. This is of course using our own TDC CMS.
We used Total Validator to check for w3c AAA compliance. Obviously an automated check for w3c AAA rating is not foolproof, but it is a major achievement.
It was always an important aim to make sure TempleDene sites would be fully validated to both standards, we were always "almost there" and a recent push has removed all the last little niggles. Now the task of rolling out these changes to client sites will begin.
Naturally these changes are built into the TDC CMS so future clients can be assured their sites will meet the same exacting standards our own site now does.
0 comments (click to read comments and post your own)
The Internet was designed so anyone, using any browser (Internet explorer, Firefox, Safari, Opera etc.) should see any website pretty much the same. The problem is that each browser handles things slightly differently, with the worst culprit generally thought to be IE in all it's incarnations. With a little extra effort, a good web designer can ensure websites they design work across the board. Unfortunately some designers work to the most popular browser and ignore the rest, with the result being that sites they design work well in IE but fail to display properly (or in some cases, at all) when visited using something different.
0 comments (click to read comments and post your own)
New to the TDC CMS is the ability to have comments on your blog posts.
For someone to comment they have to register with your site first, this should cut down on spam comments.
If I find there is a demand for anonymous comments without registration I will probably implement this, but for the time being, if you want this upgrade, please let me know.
Watch This Space
0 comments (click to read comments and post your own)
TempleDene CMS has always been fairly impervious to spam. All email addresses are concealed from public view so they cannot be harvested by spammers. Email to site members is conducted through contact forms.
The guest book and mail form also had a number of measures to detect if someone posting was human or a bot.
However the measures in place were only catching maybe 80% of spam posts and messages.
After several days of new coding and new techniques (which if I revealed them here would give the game away and possibly allow spam to get back through) I am now confident I am catching 99.9% of spam attempts to both the guest book and the mail form.
These changes are currently under test and will be rolled out to all clients as soon as I am confident they are working correctly.
0 comments (click to read comments and post your own)
Quite pleased with myself, TempleDene sites will now be able to have search engine friendlier links.
Previously the CMS would create links to pages in a format like this
/articledisplay.php?articleno=1158835442&PageNo=2
Now by use of some mod_rewrite trickery and some revamping of the code most links to pages will instead look like
/2/1158835442/this_page.html
There are several reasons for this, firstly the new style looks friendlier to the human eye.
Secondly search engines can sometimes decide they won't index pages which look like they are dynamically created, so the first link, the old style, could be rejected. (Google doesn't seem to do this, but some other search engines do, rather annoying)
Thirdly the new look page links mean it is far easier to work out which pages have been visited when you are looking at your page stats in statcounter and similar systems.
And finally, the new style is better for certain types of link manager software which just can't handle the ? and & symbols in the link. (the TempleDene link manager does handle them of course)
We're currently trialing this new system on our own site, and intend to wait and see how search engines handle the new format before rolling the changes out to our clients, this should only take a couple of weeks to give those spiders time to crawl our site.
0 comments (click to read comments and post your own)
I am proud to announce the publishing of our newest website Way2paye.
This is a fully featured content management system for a payroll company specialising in payroll for small businesses and for people employing domestic staff or nannies.
It's also required a new feature, the ability for users of the site to register to gain access to extra information on the site, this is a feature that has been in the planning stage for a while, which we brought forward as this client required it.
The design is by the wonderful Daffodil Design which was then wrapped around our content management system to provide a beautiful looking site utilising TempleDene Technology.
0 comments (click to read comments and post your own)
I spotted this article in PC World magazine which lists the ten most popular passwords. They are
0 comments (click to read comments and post your own)
Christopher's fund needed a paypal button, easy I thought, but then I realised just how many different parameters would be needed for the tag.
I tried a number of different ways of approaching this and settled on allowing people to create their own paypal "tags" by saving the HTML and being able to reference it with a simple tag.
It has been asked, "why can't you just let people enter HTML", well as the system is designed for multiple users, and for collaberative sites, allowing HTML would be somewhat of a security risk. With this method only trusted administrators of your site can define "special" tags with this new method. I will be looking at extending it for more flexibility in the future.
0 comments (click to read comments and post your own)
Indeed, YouTube
It's become rather popular has YouTube, and I'm not really surprised, but in terms of my Content Management System I'd not really thought about it until I did the Christopher's Fund website. The owner had put links to her daughters singing videos into an article she was writing, and it got me thinking.
So a few hours coding, and a few tweaks later, I added the YouTube tag.
[YOUTUBE, L/R/N,URL]
The L/R/N specifies one of Left, Right or No wrap for positioning, and the URL is the one YouTube helpfully supplies.
This simple little tag automatically embeds the code for you into a page.
Sarah, the owner of Christopher's Fund had this to say about it -
.... Pete has added a special You Tube link thingy so that I can link some of Katherine's performances from the last charity night for people to see. ....
I think she's happy with it.
Now I can't promise I will cook up a new TAG for the CMS for all and sundry, but I do consider any and all suggestions, and those I like and I think are useful, get added to the system.
0 comments (click to read comments and post your own)
I'm very happy to announce the launch of Christopher's Fund.
The first live site collaboration between my content management system and Daffodil's Design. I must admit, without Alison of Daffodil Design it wouldn't look anywhere near as good as it does. Her design talents shine through.
It is a hybrid site, sort of static and sort of fully manageable, it's an advanced site, but the top menu is a static one.
I'm proud to be associated with this charity and I am happy that the site owners seem to have grasped the CMS really quickly, I was aiming for easy to use and I think this shows I have succeeded.
0 comments (click to read comments and post your own)
OK, for some this will be old news, but I would like to recommend "Dealing with Depression"
Although I had very little involvement in setting this site up, I am proud to announce that TempleDene has donated the hosting for this site, which I hope will become a valuable resource for people suffering from depression, and, more importantly, people who haves family or friends with depression. There are many resources to help people with depression, but this site was set up to concentrate on helping the people who care for, or just live with, sufferers.
0 comments (click to read comments and post your own)
This is my first entry using the new blogging module which is part of the TempleDene CMS.
It uses the same interface as the rest of the site, so is consistent and compatible.
Blog entries can also be turned into articles or menu items just as any page can be within the system, making our CMS one of the most flexible and coherent there is.
This blog will be updated semi regularly as new features are being worked on so customers and potential customers can see how new features are being developed and get an idea of timescales for features they may be waiting for.
Hopefully it will also give you a little insight into the team.
Enjoy
Pete.
I found this wonderful info graphic detailing the history of internet search engines.
(read more...)
You could be, if they visit your website and it only works in Internet Explorer (IE).
(read more...)
Post a blog entry and it is automatically sent straight to your twitter account.
(read more...)