Saturday, October 18, 2008

 

Ping!

Waterfall approach.

A cascading waterfall, flanked by flowers.


Saturday, December 01, 2007

 

Posting from my Blackberry

This is just a sample post using email to post to blogger.

Important News:

Visual Studio.net 2008 RTM has been released
MVC Framework for ASP.net to be released next week according to Scott G.
LINQ (Language Query Language) has been released as part of .Net Framework 3.5


Sent via BlackBerry from T-Mobile


Friday, June 29, 2007

 

Is iPhone worth the $3000+ in 2 years?

Yes, that's right, in two years if you buy the $599 iPhone with the $99 monthly payment plan. I was telling my co-worker, if iPhone came out 10 years ago, I would have gotten it in a heartbeat without doing the math. With the cost of living in here in the states, I don't see the cost justifying the need for an iPhone. Don't get me wrong, I love Apple products, I switched back in 2004 and my loyal 12" powerbook is still chugging along really well.

Sunday, June 17, 2007

 

Another worthless post...

It's been another long while since my last post, I just thought I'd publish something about the recent things I'm working on.  I'm currently reading about WCF and it's applications to the day to day projects/task I'm working on. A colleague of mine once told me that WCF is nothing but enhanced web services and remoting with a unified API. It's too early to tell but it seems like WCF has been part of the .Net 2.0 when it first came out, it just hasn't been branded WCF yet. I remember I have already used channels and bindings even before the whole documentation about WCF came about. I'll add more to this later. It's late and I have to get up early tomorrow. 

Sunday, October 15, 2006

 

Posting from Word 2007

Wow I haven't blogged in a while, been really busy with my new job. I'm writing this using the Beta 2 technical refresh of Microsoft Word 2007 installed in Vista RC 2. What's new? Well, I'm now a Senior Web Developer.

I've been working mostly with ASP.Net 2.0 on a day to day basis. I'm pretty much spread out these past few months so I'll try to write more often.

Till then.


Friday, April 14, 2006

 

mod_mono.conf howto

I have always use this configuration for my vhost and it works great
in my Solaris mod_mono installation

1) I have renamed mod_mono.conf to mod_mono_edison.conf (edison being
my hostname), you can always use a different name. I do this to avoid
my custom conf being overwritten if I upgrade my mod_mono package

2) Include mod_mono_edison.conf in my httpd.conf (or your apache.conf)


Include /path/to/mod_mono_edison.conf



3) Add MonoApplicationsConfigDir "/path/to/your/mod-mono-config-dir"
to mod_mono_edison.conf


MonoApplicationsConfigDir "/path/to/your/mod-mono-config-dir"



4) Create <appname>.webapp inside the mod-mono-config-dir for every
vhost webapp:


example.webapp

<web-application>
<name>example</name>
<vpath>/</vpath>
<path>/path/to/example.com</path>
<vhost>www.example.com</vhost>
</web-application>



example2.webapp

<web-application>
<name>example2</name>
<vpath>/</vpath>
<path>/path/to/example.com</path>
<vhost>example.com</vhost>
</web-application>



5) In virtual-host.conf, add


<Directory "/path/to/example.com">
     SetHandler mono
</Directory>



I think this approach is more flexible since I can just add another
<appname>.webapp in my mod-mono-config-dir, add vhost entry and
restart apache and it will be picked up.

---

Sunday, April 09, 2006

 

Daily build of Mono, xsp and mod_mono

I have created a daily build page for mono, xsp and mod_mono for Solaris 10 x86. You can view them here. These packages are for testing purposes only and should not be rolled to production until fully tested in a staging box. Please view disclaimer.

---

This page is powered by Blogger. Isn't yours?

Subscribe to Posts [Atom]