Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Apache HBase Installation in Standalone mode on Ubuntu

Hi there, Apache HBase can be installed in the following three modes : Standalone mode Pseudo Distributed mode Fully Distributed mode This blog is to setup HBase in standalone mode on your Ubuntu machine without any hassle. You can search for

Creating the custom module in Joomla

Hello Readers, This blog shows the basic custom module creation in Joomla. In Joomla basically, we use the four basic files that used to develop the basic custom module in Joomla: Step 1 : mod_mymodule.php - mod_mymodule is the first or entry file

How to create Cool 3d Text in Photoshop

Photoshop has evolved a lot than it used to be in early phase, now Features like Content aware, 3d and Puppet tool have boosted its awesomeness. 3d is one of the feature that i love to use in photoshop CS6. as its Handy and can give you amazing resu

6 Best Rules a Web Designer Should Never Forget

Image Courtesy: http://www.limonadaestudio.com   Designing a website seems a daunting task for many, but as long as you are clear with the basics, you’ll find the process enjoyable and gratifying. It is more to it than a cool look &

How to set pagination in Joomla with MVC workflow?

Hello Readers, The below blog shows the pagination in Joomla. When we use the pagination in Joomla, we require the model and the view to write the code. Suppose we have a component (com_example).Open the component file (com_example/models/items.ph

Creating template in Joomla

Two files are required to create a template in Joomla. First is the index.php file, in this file we can place php code where the content of site should go and second file is templatedetails.xml which includes all the configuration settings and parame

.Net MVC Controllers and Simple Model Validation

.Net MVC Controllers The controller is a heart of the entire MVC architecture which inherits system.web.mvc.controller. The controller acts as a coordinator between the View and the Model as it receives input from users via the View, then process th

Play a video from a URL in iPhone SDK

To play a video from a url in iPhone sdk just write down following line of code: Step 1: Create a MPMoviePlayerViewController object as *moviePlayerController. Step 2: Create a Url and initialize your movieController with Url. Step 3: and Now play y

CakePHP request Cycle

When a user requests a page or a resource then the CAKEPHP request cycle starts. It can be explained with the below diagram: Let's now discuss the request cycle diagram with steps: 1.The request is redirected to webroot/index.php based on the w

Customize commit editing style delete button in UITableViewCell

Hello All, Following lines of code will customize the delete button in UITableView editing style. This is an override method of UITableViewCell which is called when UITableView goes in editing mode. So to customize the delete button in UITableView e

1 211 423
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: