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>.
Tuesday, February 22, 2011
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
Labels:
e v2
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
>
> 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.
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.
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
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
Friday, July 9, 2010
My Ubuntu 10.04 LTS : What's on my arsenal?
- Skype
- ThunderBird
- Firefox Add-Ons
. LastPass
. XMarks
. TwitterBar
- FileZilla
- TeamViewer
- Wine
. WordWeb
. IPMSG
- GIMP
- VirtualBox
- DropBox
- RapidSVN
- VLC
- ThunderBird
- Firefox Add-Ons
. LastPass
. XMarks
. TwitterBar
- FileZilla
- TeamViewer
- Wine
. WordWeb
. IPMSG
- GIMP
- VirtualBox
- DropBox
- RapidSVN
- VLC
Labels:
.deb,
Add-Ons,
Firefox,
Tools,
Ubuntu 10.04
Subscribe to:
Posts (Atom)