Saturday, December 31, 2011

Friday, December 30, 2011

Monday, December 26, 2011

Tuesday, December 20, 2011

Blog on iPhone Apps

Building iPhone Apps

iOS: Support Multitasking

Great Apple's doc on multitasking

Saving state of app

Setup VNC on CentOS

article

Important thing to note about the ports ... 5900 + the display port you set



Please make sure you have installed the GNOME desktop environment in the CentOS and then follow the below steps to configure the VNC server.

1) Install VNC Server

 root@Server[~]# yum install vnc-server.
2) Configure VNC Server
* Edit the /etc/sysconfig/vncservers file and uncomment the following two lines:
VNCSERVERS=”5:root” # display port and username
VNCSERVERARGS[2]=”-geometry 800×600 -nolisten tcp -nohttpd -localhost”
* Set password to VNC Server
root# vncpasswd
3) To start VNC server
root@Server[~]# vncserver :5
After starting service file /root/.vnc/xstartup will be created.
* Edit the local config file in the root folder:
nano ~/.vnc/xstartup
Replace “twm &” with “gnome-session &”
To stop VNC server issue command
root@Server[~]#vncserver -kill :5
Client side steps….
To access server remotely you will need tom install VNC viewer on your local machine. you can download VNC client.
Once installed, open your VNC client and type your server’s IP followed by the port number
*Open your VNC client (e.g. TightVNC or RealVNC) and type your  server’s IP followed by the port number
e.g.   server’s ip address:5  –> where 5 is the port you set in

Sunday, December 18, 2011

Social Influence

Klout

Install Apache on RHELA

Article

Another one

Text-based browser - lynx
yum install lynx


Test if Apache is running
pgrep httpd


using yum

Install in SUSE

- zypper in apache2
- zypper in php5 php5-mysql php5-curl php5-soap php5-zip php5-pcntl php-mbstring apache2-mod_php5
- zypper in mysql mysql-tools
- chkconfig apache2 on
- chkconfig mysql on
- SuSEconfig
- service apache2 restart
- service mysql restart

Tuesday, December 13, 2011

OpenOffice UNO Bootstrap Issue

Solution 1 Solution 2 Another explanation

iOS: Web Services

how-to
 
another good one
article
  cool but a bit dated
 Online tool to generate the iOS code (article): SudzC
 To consume ASP.NET Web Services (article)
  libraries to help for iOS

 Thought about creating Web Services in PHP

Wednesday, December 7, 2011

Big Data - Greenplum Webinar

Mastering Netbeans Platform GUI and Swing


Event between Explorer and Windows: Netbeans Selection Management 1
Explorer: Netbeans Selection Management 2

Explorer and Properties: Nodes API

Property Editors: Property Editor

Options: tutorial

(E.g. Feedreader)

Integration with Data: CRUD App

Visual Library: creative uses

Modules: sample tutorial

Creating file templates: file types

Adding ribbon bars: ribbon (project)

Ribbon Bar Projec: Flamingo (tutorial)

Create a tab toolbar in Netbeans Platform: Tutorial

JavaDesktop group: (Best): JavaDesktop

Windows Office: (OfficeLAF with netbeans) (officelaf)

Resources for Swing