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

Search In

Self Or Super Keywords in iPhone

The Self and Super Keyword in IOS are important and one should know why and how they are used in objective c. One should always access the instance variables directly from or within an initialization method. Because at the time when property is set o

What is functions.php in wordpress & how to use it

function.php - brain of WordPress theme functions.php or the theme functions file is a file used by WordPress themes. It acts like a plugin and gets automatically loaded in both admin and front-end UI pages of a WordPress site. This file is used to

Custom Auto TextView in Android

If you want to create custom auto textview components you have to extends widget class like TextView,Button etc.Its very simple create your own class and write constructor corresponding to the constructor of the base class. CustomFont class imp

Memory profiling in hooks - Drupal 7

When your site is getting memory exhaustion errors it get hard to figure out which pages are getting the memory errors and how much memory they are using. After lot of search I found below link which help me lot to understand more about memory exhau

How to resolve error - Operation is not valid due to the current state of the object

Hi all, While working with large data bind on a page and whenever an event "page.postback" is done, an exception "Operation is not valid due to the current state of the object." occurs due to the very large number of form fields. The stack trace is:

RESTful API/Web Services with Drupal 7

I came across a project where I have to develop "Web Services Using Drupal 7". Though Drupal 7 core standard contains no RESTful API, but this is easy to set up using modules such as: Services, RestWS or Restful. While working on Web API's I found th

How to add UIView above UIKeyBoard in Objective C

To add an UIView just above the UIKeyBoard write the below mentioned methods to achieve it. -(UIView *)getTextFieldAccessoryView{ UIButton *cancel = [UIButton buttonWithType:UIButtonTypeCustom]; [cancel setFrame:CGRectMake(0, self.view.bou

How to add categories to top navigation bar in Magento?

To add category in navigation bar go in app/design/frontend/rwd/default/template/page/html and open file topmenu.phtml now find - <?php if($_menu): ?> <nav id="nav"> <ol class="nav-primary"> <?php echo $

How to get the MAC Address of the access points

Please note that every device that needs to be connected has a MAC address associated with it, be it a phone or the router. The MAC address for the device can be seen in the WiFi settings in case of the phone. For getting the MAC address of the route

How to configure database in Codeigniter

Hello Readers, In order to create any web application using Codeigniter framework or any other PHP framework we need to configure database . We have the database file inside application folder of a Codeigniter framework , inside application folder

1 280 408
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: