Free and truly simple online CMS

Leave a comment

Manage your website with the online CMS tool CushCMS.Com.

It’s an online HTML, PHP, JSP etc file editor tool that helps you to edit your website on fly. Just add your website using your website ftp account on CushCMS.Com and update or modify your web pages anytime from anywhere.

http://www.cushycms.com/

Invalid mount option when attempting to mount the volume

Leave a comment

Some time you will see this message when you are trying to mount a volume in your Linux box “Invalid mount option when attempting to mount the volume

To solve this problem just comment out the following lines in /etc/fstab file:

#/dev/sdb1       /media/cdrom0   udf,iso9660 user,noauto,exec,utf8 0       0
#/dev/scd0       /media/cdrom1   udf,iso9660 user,noauto,exec,utf8 0       0

Build Your First BlackBerry Application “Hello World”!

Leave a comment

Build Your First BlackBerry Application “Hello World”!

/**
* SanHelloWorld.java

* Main Folder or namespace that organizes a set of
* related classes and interfaces
*/
package com.rim.project.SanHelloWorld;

/**
* import the fundamental functionality for constructing the
* user interface of a RIM Device application
* http://blackberry.tw/developers/docs/4.0.2api/net/rim/device/api/ui/package-summary.html
*/
import net.rim.device.api.ui.*;

//import net.rim.device.api.ui.Font;

/**
* import prebuilt interface components and controls for
* constructing usable UI applications
* http://blackberry.tw/developers/docs/4.0.2api/net/rim/device/api/ui/component/package-summary.html
*/
import net.rim.device.api.ui.component.*;
import net.rim.device.api.ui.container.*;

/**
* import a variety of system-level functionality
* http://blackberry.tw/developers/docs/4.0.2api/net/rim/device/api/system/package-summary.html
*/
import net.rim.device.api.system.*;

/**
* Main Class extended the UiApplication as its provides user interface
*
*/
class SanHelloWorld extends UiApplication {

/**
* This is necessary since main( ) is called by the Java interpreter before any objects are made.
* @param args an array of instances of the class String
*/
public static void main(String[] args){

/**
* Now create a new instance of the application
*/
SanHelloWorld theApp = new SanHelloWorld();
/**
* start the application on the event thread
*
* The thread that calls this method (typically the main thread in the application) becomes
* the event-dispatching thread, which will execute all drawing and event-handling code.
*
* Note that under normal circumstances this method does not return.
*/
theApp.enterEventDispatcher();

}

/**
* Function to display the new screen
*/
public SanHelloWorld() {

/**
* Now push the screen onto the display stack in order to get paint on screen.
*
* This method is non-blocking, and returns immediately; the screen remains on the stack.
* This will cause a layout and paint, so be sure to add all the controls to the
* screen before pushing it.
*/
pushScreen(new SanHelloWorldScreen());
}
}

/**
* Now here we are creating a new screen that extends MainScreen for application
* default behavior
*
* Here this final class cannot be further extended or subclassed. Also, all of its methods
* are implicitly final so no override is possible.
*/
final class SanHelloWorldScreen extends MainScreen {

/**
* Constructor of this class to draw messgae on the screen
*/
public SanHelloWorldScreen(){
/**
* Invoke the constructor of supper class [MainScree]
*/
super();

/**
* Constructs a new LabelField instance with initial text.
*
* LabelField.ELLIPSIS : Drawing position style to indicate use
* of ellipsis for text that is too long to draw.
*
* LabelField.USE_ALL_WIDTH : Use all available width
*
*
*/
LabelField pageTitle = new LabelField("My First BB App!", LabelField.ELLIPSIS | LabelField.USE_ALL_WIDTH );

/**
* Sets the contents of this screen's title section.
*/
setTitle(pageTitle);

/**
*   Constructs a plain RichTextField object.
*/
RichTextField rTxt = new RichTextField("All you text will be here!");

/**
* Create object of Font Class
* which Encapsulates a specific set of character glyphs.
*/
Font fnt = this.getFont().derive(Font.BOLD | Font.ITALIC);
/**
* Sets the font for RichTextField.
*/
rTxt.setFont(fnt);

/**
* add the text to the screen
*/
add(rTxt);

}

/**
* Function for close event
* @return boolean
*/
public boolean onClose()
{
/**
* MessageBox on close event
*/
Dialog.alert("Ok Bye For Now!");

/**
* Kill the application
*/
System.exit(0);

return true;
}
}

Biggest Bike in this world

Leave a comment

Checkout the biggest bike in this world!!!

This monster is the creation of Greg Dunham in California, and it is in the Guinness Book of World Records holding the record for the world’s tallest bike standing at 11 feet, 3 inches tall.

http://in.youtube.com/watch?v=E90oOf7YIvI

http://paultan.org/archives/2007/02/15/2950kg-monster-bike/

Microsoft touch screen computer

Leave a comment

Microsoft Surface a multi touch screen the new way to interact with the digital content. It not required to have mouse and keyboard just use your figure to play and interact with it. Multiple users can interact at the same time.

Windows XP Enable Multiuser Remote Desktop

Leave a comment

Window XP is limited to one user login at a time. If you’ve a very powerful PC and you want to remote access your window at the same time of someone using it locally. Like if you’re at work and you want to connect to your home PC, without blocking other person who is using at the same time locally. Here is the solution for you.

http://www.kood.org/terminal-server-patch/

To overcome window XP limitation, you can simply install Terminal Server Patch to turn your system accessible. After this modification, to 3 concurrent users can access the same window XP a local user and 2 remote users.
:)

How to enable htaccess on ubuntu server

1 Comment

Here are the simple steps to enable htaccess on ubuntu server

locate the folder /etc/apache2/sites-available and edited the file default

I have highlighted the required changes in Bold letters.

NameVirtualHost *
<VirtualHost *>
ServerAdmin admin@site.com

DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
# This directive allows us to have apache2′s default start page
# in /apache2-default/, but still have / go to the right place
# Commented out for Ubuntu
#RedirectMatch ^/$ /apache2-default/
</Directory>

Default for AllowOverride is none, should be all
/etc/init.d/apache2 restart

Now run the following command on terminal
code:
sudo a2enmod rewrite

You can verify what modules are loaded with:
code:
sudo apache2ctl -l

For any further help please add reply on to the same post.

Thank you,

San :)

SpeedCrunch a powerful desktop calculator

Leave a comment

SpeedCrunch is a fast, high precision and powerful desktop calculator. Available for Linux, Microsoft Windows, and Apple Mac OS X.

SpeehCrunch desktop calculator

SpeehCrunch desktop calculator

This calculater have following features:

history and results on a scrollable display
up to 50 decimal precisions
unlimited variable storage
intelligent automatic completion
fully usable from the keyboard
more than 50 built-in math functions
optional virtual keypad to be used with a mouse
on-the-fly and selection calculation
customizable appearance
syntax highlighting and parentheses matching

Visit the website

Windows Vista 3D desktop

Leave a comment

Guys spruce up your window vista desktop and turn it in to 3D box. With your 3D desktop you can drag just about anything, plop it where you want, rotate it, drag it around.

Travel back in time through a web

Leave a comment

Zoetrope, a system that enables interaction with the historical Web (pages, links, and embedded data). An application that will offer a dynamic new view of the web. It is hard to explain on paper check out this video….

Older Entries

Follow

Get every new post delivered to your Inbox.