Archive for the ‘Misc’ Category
Tuesday, April 27th, 2010
The final application was deployed. You might be wondering what is share source. Well, Share Source is an application that allows developers and quality assurance teams to collaborate on reviewing source codes. Currently, it specifically allows only Java source code to be reviewed. We will add more general programming languages ...
Posted in Java, Misc, Projects | No Comments »
Saturday, April 24th, 2010
I was able to implement Syntax Highlighter for WordPress plugin that is available. Here is the output of the test syntax highlighting code:
ColdFusion
[coldfusion]
<cfset myTestVar = "teseting" />
[/coldfusion]
Sample of Java code highlighting:
[java]
package com.android.helloandroid;
import android.app.Activity;
import android.os.Bundle;
import android.widget.TextView;
public class HelloAndroid extends Activity {
/** Called when the activity is first created. */
@Override
...
Posted in Misc | No Comments »
Sunday, April 19th, 2009
I was reading an article published by TechRepublic for developers. Most of the stuff that was on the article such as Agile and Web Services, and RIA didn't surprise me. In this tough economic times, i think it will be interesting to see where the demand shifts. However, i think the good ...
Posted in C Sharp, Misc | No Comments »
Monday, February 16th, 2009
There are alot of new exiting UI features coming in CMS 2.3. There were quite of bug fixes in this as well as few enhancements. However, the most important aspect of this release will be User Interface. I have been doing research over the previous releases, and I decided to enhance ...
Posted in Content Management System, Misc | No Comments »
Sunday, September 7th, 2008
I've just deployed the updates, which has modifications to:
User Interface
Social Bookmarking
Fixed Issue with Private Categories
Fixed issue when creating an account
One of the key areas of this update was to protect privacy of the users who sign up for a private mode. The private mode allows the account to be hidden ...
Posted in Misc, Projects | No Comments »
Monday, September 1st, 2008
I'm very happy to announce that cfshare.com is now live.
Have a look at it.
Posted in Misc, Projects | No Comments »
Sunday, August 10th, 2008
It has been a while since the server was down, maybe around a week now. I've temporory fixed the issue, i'll be investigating in more details.
The issue was with registrar, i have the domain with Hostway, this is the first time i had bad experience with any regisrar. They are not ...
Posted in Misc | No Comments »
Sunday, July 27th, 2008
We are currently in the process to upgrade to cf8 and mysql 5. There are other patches being applied to the server.
UPDATE: Currently, there are some issues with database and coldfusion during the upgrade process in some parts of the application. The main website might go down as well.
UPDATE: 5:30 ...
Posted in ColdFusion, Misc | No Comments »
Friday, June 13th, 2008
I didnt realize it has It has been one year since i've started bloging on this site. One year lot of changes. Over 25 post in 8 Categories. I dont have site stats, i just implemented analytic, still waiting to see the response on that.
I'll post more in upcoming year. ...
Posted in Misc | No Comments »
Friday, May 2nd, 2008
I have updated the website with new look and feel. I got the new logo too.
Furthermore, the website is actually running on Splitzer Content Management System (CMS). The cms is almost complete, i'm still fixing some issues with Firefox browser. The target date to finish the cms was May 5th, ...
Posted in Misc | No Comments »