HeaderSIS.jpg

Difference between revisions of "Knowledge base"

From IS480
Jump to navigation Jump to search
Line 41: Line 41:
 
====Pagination in CI====
 
====Pagination in CI====
 
*Achieve pagination in your view using CI class [http://codeigniter.com/user_guide/libraries/pagination.html]
 
*Achieve pagination in your view using CI class [http://codeigniter.com/user_guide/libraries/pagination.html]
====Cool Features====
+
===Cool Features===
 
*Send SMS from your system using CommzGate API, comes with 100 free SMS for development testing with a trial account! [http://www.commzgate.com/downloads/COMMZGATE_WebAPI_Guide_v3.3.pdf]
 
*Send SMS from your system using CommzGate API, comes with 100 free SMS for development testing with a trial account! [http://www.commzgate.com/downloads/COMMZGATE_WebAPI_Guide_v3.3.pdf]
 
*Google Maps Mashup API. Recommended for international addresses. [http://code.google.com/apis/maps/]
 
*Google Maps Mashup API. Recommended for international addresses. [http://code.google.com/apis/maps/]

Revision as of 18:59, 22 October 2009

Welcome to IS480 Knowledge Base

Here is where you can share and learn little knowledge about a tool, a feature, how to, industry domain, management practices, etc that you tried and learn in IS480. As this wiki is growing the organization of this knowledge changes. Please use links and references as much as possible.

Visual Basic

Kijuuki's Knowledge Base

Version Date Link
V1.0 28 Aug 09 [1]

How to

Team BOLT Knowledge Base

CodeIgniter (CI)

PDF Generation with CI

  • This link uses DomPDF to generate PDF documents from web pages. It supports not just simple HTML but also CSS and XHTML. [2]

CI Plug-in to save as Microsoft Word format

  • This link speaks about how to save HTML to Microsoft Word document format. [3]

Sending Email with CI email class

  • Using CI email class, this saves programmers' effort to recreate email function manually. [4]

Generate a CI configuration file

  • This article speaks on how does one generate a configuration file using CI class. [5]

Form Validation

  • Form validation and code savings made easy using CI class. [6]

Encryption

  • This class is especially useful when user password needs to be encrypted before writing to database. [7]

Authentication in CI

  • Authentication in CI using sessions. [8]

FCK Editor for CI

  • Incorporate a FCK editor in CI. [9]

Pagination in CI

  • Achieve pagination in your view using CI class [10]

Cool Features

  • Send SMS from your system using CommzGate API, comes with 100 free SMS for development testing with a trial account! [11]
  • Google Maps Mashup API. Recommended for international addresses. [12]
  • Gothere.sg API. Recommended for Singapore addresses. [13]
  • Syncing contacts to mobile phone via ActiveSync (suitable for users on Windows Mobile)[14]
  • Calendar for displaying of schedules, comes with drag and drop functions! [15] [16]
  • amCharts for cool reports generation [17]

Web Styling Tips

  • Auto complete & populate using JavaScript [18]
  • Date Picker using Calendar [19]
  • Other useful Javascript tips [20]
  • CSS Design to achieve printer friendly versions [21]