- Home
- Archive by tag 'Wordpress'
Web Hosting and Website Design with Blog for BNI Raffles (Singapore)
Client: BNI Raffles (Singapore)
Business Type: Business Networking
Project: Web Hosting and Website Design with Blog
Website: www.bni-raffles.sg
Web Hosting and Website Design with Blog for 字 Concepts
Client: 字 Concepts
Business Type: Copyrighting, Editing, Proofreading and Translation Services
Project: Web Hosting and Website Design with Blog
Website: www.ziconcepts.com
字 Concepts believes that a good presentation is essential in business. No matter in the English or Chinese language, their aim is to help clients better their presentation, be it an advertisement, a brochure or websites.
On9 Systems helped [...]
Web Hosting and Website Design with Blog for Christian Family & Social Movement
Client: Christian Family & Social Movement
Business Type: Catholic Lay Apostolate organization
Project: Web Hosting and Website Design with Blog
Website: www.cfsm.org.sg
The Christian Family and Social Movement (Singapore), CFSM(S) is a Catholic Lay Apostolate organization. On9 Systems was approached to provide the organization with web hosting and a website that could present their ideas and photos from events. [...]
WordPress 2.3 Beta 1 is out!
Exciting news! Read some time back about 2.3 coming out soon and just saw the post that Beta 1 is out for testing. Shall have a go at it on a beta domain soon!
Link to WordPress › Blog » WordPress 2.3 Beta 1
Posting to Wordpress via Windows Live Writer cause "The server committed a protocol violation"
Had been having problems posting to windows hosted blogs with wordpress via Windows Live Writer. Finally found the solution after googling for it. Apparently, its a security measure made to prevent attacks againt malformed HTTP status lines and headers. Not sure of the exact cause since only upgraded to Plesk 8.2 on the windows server [...]
Web Hosting and Website Design with Blog for Linda’s Education House
Client: Linda’s Education House
Business Type: Education
Project: Web Hosting and Website Design with Blog
Website: www.linda-edu-hse.com.sg
Web Hosting and Website Design with Blog for GraphisOne7
Client: GraphisOne7
Business Type: Design & Creative Production
Project: Web Hosting and Website Design with Blog
Website: www.graphisone7.com
GraphisOne7 (G17) is a design and creative production company which combines photography in its work. It started from a humble freelance designer who has worked with several design houses, printing companies, corporate firm and professional photographer.
[Wordpress] Front page link to second page shows “index.phpIndex.php” when hosting on IIS
Been having a rather curious bug on Wordpress installations on IIS such that for the front page, the previous post link to the second page keeps showing “index.phpIndex.php” instead of forming the correct url path.
Finally fixed this by modifying the code at “/wp-includes/link-template.php”
function get_pagenum_link($pagenum = 1) {
…
// insert before return $qstr
$qstr = str_replace(“index.phpIndex.php”,”index.php”,$qstr);
return $qstr;
}
Battle of the Mashup Editors (Yahoo Pipes – 1, Microsoft Popfly – 0, Google Mashup Editor – 0)
When Yahoo Pipes first got released, I didn’t really think much of it and didn’t even attempt to look at the mashups being created. Then Microsoft got into the fray with Popfly and I tried my luck and got an invite into the Silverlight creation. Next came Google with their Mashup Editor and since I [...]
Wordpress 2.2 gets released
Travelling sure makes it hard to keep updated on latest happenings. Just noticed that Wordpress 2.2 was released couple of days ago and of course with all new software, there is always tiny problems that will occur. For example, if you are using K2, the new inclusion of the widgets causes a problems with K2’s [...]