Wednesday, February 23, 2011

Project v2 : About the project

Backgrounder/Users Issues (some):
- Why does it have to think all the time, for each field I access? Why can’t I just be able to fill it all in - push Save, and then it can start thinking
- There is nothing called “On the fly” in system
- Enhance the speed and responsiveness of system and it will be great.
- It should have been 100 times faster

Vision:
- More efficient, user friendly and reliable. Even better!

Strategy:
- Reduce time waiting for system to respond
- Improved user interface
- Efficient workflow
- Functionality developed according to users needs
- Training of systems development team

How:
- We interview the users to make sure we only create what you need.
- Improve the process between main office country and Manila
- Increase knowledge level of system developers through workshops and practical use
- Implement the Use of agile software development process
- Improve the users working tools

Selling Points:
- What you need when you need it!
- Keep it simple!
- Smart workflows!

When:
- Training of developers will commence in week 8
- Mapping of business flows have started
- Prototypes and graphical sketches is under creation
- Development work on selective module start in march. Expected delivery after the summer

Tuesday, February 22, 2011

Learning MVC 3, the mvc music store way

Note:
- Using the Server.HtmlEncode utility method to sanitize the user input. This prevents users from injecting Javascript into our View with a link like /Store/Browse?Genre=<script>window.location=’http://biboyatienza.blogspot.com/’</script>.

Project v2 lunch kick-off

When: Tuesday, February 22, 2011 14:00-16:00 (UTC+08:00) Kuala Lumpur, Singapore.
Where: Patio Guermica, Mall of Asia
Note: The GMT offset above does not reflect daylight saving time adjustments.
*~*~*~*~*~*~*~*~*~*
Informal kick-off for project v2.
All Sys. Dev. shall participate.

Menu (buffet):
  • Tapas
  • Sardinas en escabeche picante
  • Alcanchofas con hamon
  • Lengua estofada
  • Assorted buttered vegetables
  • Paella a la valenciana
  • Croquetas de hamon
  • Mardones ala spania
  • Bacalao
  • Callos
  • Solomelio ala pobre
  • Leche plan
  • Assorted fruits
  • Iced tea

Thursday, February 17, 2011

Chilkat, default port for POP3 and SMTP

On Monday, 14 February, 2011 08:53 PM, Chilkat Software wrote:
>
> The default ports are 25 for SMTP and 110 for POP3 -- which are the
> standard ports for POP3 and SMTP....
>
> -Matt

--
br,

Chris

Monday, September 20, 2010

Windows 7 IIS : Running Classic asp pages (Fixed)

Problem:
I am having this error on my Windows 7 IIS, where I am trying to run a classic asp pages.




Resolution:
'Turn Windows features on or off' window (Start > Control Panel > Programs And Features) and drill down to the Application Development Features node (Internet Information Services -> World Wide Web Services), expand it and check the ASP node if not checked.

Windows 7 IIS : Classic ASP not working (Fixed)

Problem:
HTTP Error 404.3 - Not Found
The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.


Wednesday, September 15, 2010

My Ubuntu 10.04 LTS : Installing LAMP

Installation:
Using
sudo tasksel install lamp-server
or with
sudo apt-get install php5 mysql-server apache2

Problem encountered:
404 "Not Found" on http://localhost/phpmyadmin

Resolution:
sudo dpkg-reconfigure -plow phpmyadmin