Development: jQuery Magento osDate PHP Portfolio ST701
by michael
leave a comment
A year of projects with ST701, Singapore Press Holdings
In the course of a year with ST701 (2009 to 2010), I had quite a bit of fun creating up a framework for PHP Content Management from scratch rather than using the familiar Joomla or WordPress. Didn’t quite manage to use Drupal in the end since I wasn’t involved in the project. Got to cover quite a bit of jQuery and front-end work with some very talented web designers and developers. Parenting and Spree was more enjoyable (looking back) as it involved more product planning and discussions.
Custom framework with Content Management, Forum, Event Organizer Profiles and Contest Submission
Custom framework with Content Management, Forum, Social Profiles, Dispute Resolution, Group Purchasing and Shopping Cart
Custom framework for Trading Activity Recording
Customization of Dating Portal
Custom framework for Content Management, Online Appointment Booking and Product Catalog
Customization of Magento
Custom framework for Content Management, Product Catalog and Order Management
Custom framework for Content Management, Product Catalog and Shopping Cart
Quick way to create patch files based on modified date with xcopy
Recent projects and deployment method made it difficult to simply publish changes to a web server. Had been doing it manually (check for modified files, copy and transfer) and thought it was wasting too much time each day when change requests occur. After some quick research, I realized that the simplest method would just be to use the good old “xcopy” command in windows. (this is why command prompt tools should be taught in schools). For a quick refresher on batch commands, read http://www.computerhope.com/batch.htm.
I realize that a proper source control (like Git or Subversion) would be nicer but in my case, a simple batch file is just easier to work with.
Copy and paste the following code in your deployment folder that will create a patch folder based on last modified dates of working files.
[START EVENT.BAT]
@echo off
REM – http://www.computerhope.com/batch.htm
ECHO Usage : events [patch-num] [m-d-y]
SET SRC=c:\xampp\htdocs\events
SET DEST=c:\deployment\events
IF (%1)==() GOTO END
IF (%2)==() GOTO TODAYDATE
ECHO Copying files modified on %2
xcopy %SRC% %DEST%%1 /D:%2 /S /C /I /Y
GOTO END
:TODAYDATE
FOR /F “tokens=1-5 delims=/ ” %%a in (“%date%”) DO SET year=%%c
FOR /F “tokens=1-5 delims=/ ” %%a in (“%date%”) DO SET month=%%b
FOR /F “tokens=1-5 delims=/ ” %%a in (“%date%”) DO SET day=%%a
SET TODAY=%month%-%day%-%year%
ECHO Copying files modified on %TODAY%
xcopy %SRC% %DEST%%1 /D:%TODAY% /S /C /I /Y
:END
@echo on
[END EVENT.BAT]
Uncategorized: Dreamweaver ECommerce Fireworks Flash HTML Javascript Joomla Michael Ong PHP Portfolio Web
by michael
leave a comment
Web Design & Programming for Car Lingual Pte Ltd
Client: Car Lingual Pte Ltd
Business Type: Car Automotive
Project: Car Lingual Website
Website: www.carlingual.com.sg
Car Lingual is a Singapore parallel car importer. On9 Systems was commissioned to create an online showroom of the cars that are sold as well as to provide an online profile of the company.
Car Lingual Pte Ltd
210 Turf Club Road
Lot A11, A12, A27, A28
Turf Club Auto Emporium
Singapore 287995
Tel : 65 6463 3777
Fax : 65 6463 2777
Email : enquiry@carlingual.com.sg
Uncategorized: Apache ECommerce Joomla MySQL PHP Portfolio Technologies Web
by michael
leave a comment
Web Programmer for SC2 Pte Ltd
Client: SC2 Pte Ltd
Business Type: Construction Audit and Training
Project: Event Management System
Website: www.sc2.com.sg
Integration for Ministry of Manpower Attendance Management System (AMS) with ScanSys Pte Ltd
Uncategorized: Apache Joomla MySQL PHP Portfolio Technologies vBulletin Web Wordpress
by michael
leave a comment
Web Programmer for The Ministry of Community Development, Youth and Sports (MCYS)
Client: The Ministry of Community Development, Youth and Sports (MCYS)
Business Type: Youth Activities
Project: Youth.sg
Website: www.youth.sg
Uncategorized: Apache Flash Joomla MySQL PHP Portfolio Technologies Web
by michael
leave a comment
Web Programmer for Oculus Design Pte Ltd
Client: Oculus Design Pte Ltd
Business Type: Print Media Design
Project: LHL International
Website: www.lhl.com.sg
Uncategorized: Apache Joomla MySQL PHP Portfolio Technologies Web
by michael
leave a comment
Web Hosting for Brava Singapore
Client: Brava Singapore
Business Type: Beauty Products
Project:
Website: www.bravasingapore.com
Uncategorized: Apache MySQL PHP Portfolio Technologies Web
by michael
leave a comment
Web Hosting for Aspire (Asia Pacific Initiative on Reproductive Endocrinology)
Client: Aspire (Asia Pacific Initiative on Reproductive Endocrinology)
Business Type: Seminars
Project:
Website: www.aspire2006.com
Uncategorized: Apache Joomla MySQL PHP Portfolio Technologies Web
by michael
leave a comment
Web Programmer for HQ Link Pte Ltd
Client: HQ Link Pte Ltd
Business Type: Event Planning
Project: Propacka India 2006
Website: www.propacka-india.com
Uncategorized: Apache Joomla MySQL PHP Portfolio Technologies Web
by michael
leave a comment
Web Programmer for SPICTA.com
Client: SPICTA.com
Business Type: Tourism
Project:
Website: www.spicta.com







