independent web professional that writes about user experience design, web development, and internet marketing.
One of few Singapore/Ireland based usability analyst certified by Human Factors International.
Student of Behavioural Science & Psychology.
A Singapore expat in Dublin. Love photography.
Search
Why Singapore schools chose the public cloud?
The head of Ministry of Education’s (MOE) IT department has detailed reasons why the agency is forging ahead with plans to use Google Apps, in addition to a parallel move to standardise the Ministry’s operating environment, known as the ‘SOE (Schools)’ project. Speaking exclusively to FutureGov, Lim Teck Soon, IT Director of MOE, explained that the need to quickly roll-out new email, messaging and collaboration applications was the key driver.
“We went ahead with the launch of a messaging system because we believe there is an urgent need for a resilient and scalable system to be ready in case of emergency when the messaging system becomes a critical component among teachers to interact and collaborate,” explained Lim. “Messaging is an optional item within the SOE (Schools) contract which is up for tender. In the event we are not satisfied with the current service provider, we will still have the option to leverage the SOE (Schools) platform for messaging.”
The MOE is the first education ministry in South East Asia to adopt an open standard cloud computing platform. This decision reflects the different requirements of its education end-users.
By the end of this month (December), more than 30,000 teachers and staff from over 350 schools would have started using the Google Apps (Education version) suite of online communications and collaboration services. Teachers will be able to use web 2.0 based applications to interact, collaborate and teach anywhere and anytime via the internet.
MOE hopes that the improved features – such as a global address book of teachers, calendaring, instant messaging, flagging of emails for follow-up, email to-do lists and so on – will encourage greater usage and improve teaching efficiency.
A study on user requirements revealed that the usage pattern for email among teachers and staff has dramatically increased, according to Lim. “We had to upgrade our hardware so regularly and we felt it was not sustainable. Instead of depending on our internal environment and continually adding hardware, we wanted to leverage cloud computing technology to allow for this growth,” he said. Google provided bigger email disk space size of 7GB, up from 110MB provided by MyEDUmail2, the previous email system.
Built on a distributed cloud computing platform, the system gives the flexibility to scale up seamlessly to cater for unforeseen increases in usage. Lim cited a possible emergency scenario where schools were to close. “Scaleability to the highest number of concurrent users is an important feature when we evaluated the various solutions and the ability for schools to communicate to teachers and for teachers and students to communicate and collaborate are very critical during emergency,” he added.
Many government agencies have yet moved into the public cloud due to security risks. This was definitely part of MOE’s consideration. “We weighed security concerns against the benefits of flexibility and scalability. After careful analysis of the sensitivity of data, we found the security level provided by the system to be acceptable,” said Lim.
At FutureGov’s Government Cloud Forum last month (November), Dr Lee Hing Yan, Programme Director – National Grid Office, commented: “Where there are situations where it is useful, government will go into the cloud. Applications which are classified as restricted or below are likely to use the public cloud. While applications which are data sensitive or confidential will be put on hold until the public cloud can fulfil the necessary government requirements.”
Moving Wordpress site/blog to a new domain or location
Recently, I was hire to move Wordpress site/blog to a new hosting
These SQL statement help me when page and post did not show up on the new host
UPDATE wp_options SET option_value = replace(option_value, 'http://www.old-domain
UPDATE wp_posts SET guid = replace(guid, 'http://www.old-domain.com','http://www.new-domain.com');UPDATE wp_posts SET post_content = replace(post_content, 'http://www.old-domain.com', 'http://www.new-domain.com');
.com', 'http://www.new-domain.com') WHERE option_name = 'home' OR option_name = 'siteurl';
Where do I run the SQL script?
Every WordPress site/blog uses a MySQL Database which can be accessed through your phpMyAdmin even if you are not using cPanel hosting. Login to MySQL database that houses WordPress tables via phpMyAdmin or login to the DB server and run MySQL client as root.
No confidence of moving Wordpress site/blog to a new domain or location?
Not sure what I am talking about? Hire me and let me solve this tricky Wordpress migration. Contact me mryap [at] ymail.com
What to do if your Wordpress-driven site goes blank?
Wordpress is a popular blogging software. It is now being increasingly used to manage website.
If you have a Wordpress-driven website and your websites goes blank, try this.
Are you able to log-in to Wordpress Admin?
If yes, access your site directory via FTP, and see whether Themes folders is in wp-content directory.
Upload the themes folders (you do have a backup right?) and try reload the website.
Your Wordpress-driven website should be restored.
Today, I help a tech-savvy client whose websites goes blank after updating a Wordpress plug-in. While viewing the source code, the code is empty.
First, I try deactivating Wordpress plug-ins that cause the problems. This does not work.
Next, I try to purge the Wordpress database and upload a fresh new one (i.e. a backup of sql file). Neither this works.
Finally, I decide to do the above. Access the website directory via FTP to see what files are missing.
For some reason, the themes folders go missing.
Take-Away
It advisable and good practice NOT to test or update plug-ins, themes on the live website.
Allocate on the same webhost the same Wordpress site and do any theme, plug-in updates to assess before making the changes on your live site.
Lastly, backup every thing.
Delivering Mobile Apps to your customer without iTunes App Stores
Apple could certainly quiet a lot of its critics by creating some kind of side door that enables developers to bypass the App Store if they wish
http://www.nytimes.com/2010/04/11/technology/internet/11every.html
This "side door", in fact really exists. One could develop iPhone, iPod Touch style Mobile Web Apps for iPhone and iPod Touch using just good old HTML, CSS, and Javascript (jQuery)
Here are just one beautiful apps and it not available on iTunes Apps store.
Just visit this http://showtime-app.com/ on your iPod/iPod Touch
Addendum 21 April:
An iPhone app created by Standard Chartered Bank being nominated at The Webby under “Integrated Mobile Experience” category
This app for "interaction and collaboration" during conference session is available without downloading from the iTunes Apps Store. http://bit.ly/dDwF0f













0 Comments