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

Search In

Deleting Cells of tableview ios

Hello friends, To delete a cell at a particular indexpath you may use the following code: -(void)removeItemAtIndexPath:(NSIndexPath *)indexPath{ [(name of table) beginUpdates]; // I am assuming that you're just using a plain NSMutableArray to

How change date format using MySql

Hello Reader's if you are using unix timestamp for storing date the time. Then you have to convert them into date format. But now MySql has come with a new syntax of 'format', Because of this it will make the conversion as you want and will save you

@media Screen

Media rule in CSS is very attractive way to define different style rules for various types of screens(tablets/mobile screen) Media queries look at the capability of the device and be used to check various things: Height and Width of the screen

How to use the CSS Selector for dynamically chaging the listing.

Here we will learn how we can use the css selector to change the representation of the the navigation listing or other listing.In the below example we have listed some of the air sports and water sports and we will change the representation of the li

how can Menu Breadcrumb module is used in my tpl.php file in drupal?

Hello Readers , Breadcrumbs or breadcrumb trails are a graphical control element used as a navigational aid in user interfaces. It allows users to keep track of their locations within programs, documents or websites. So in this blog

How to write insert query in Symfony2

Hello Friends, If you are working on symfony2 and looking to implement insert query please review the below example and make the changes according: Open your model/repository file $sql = "insert into tbl_paymentmethod set pm_m_id =:pm_m_id, pm_ve

How to use calendar in symfony2

Hello Friends, If you are looking to implement calendar in Symfony2 by FormBuilder(). Please use the code below and make changes accordingly. Please open your controller function  $filterform = $this->createFormBuilder() ->

How to use conditions in query builder with Symfony2

Hello Friends, If you are looking to use conditions in mysql query with query builder in Symfony2. Please review the below code and make the changes accordingly: $qb = $this->getConn()->createQueryBuilder(); $qb->select("SUM( IF(`pm_stat

Error loading class 'org.apache.solr.handler.dataimport.DataImportHandler'

After starting solr if you get the following error, that means you need to make some changes in solrconfig.xml(of the core in which error occurred).   Open the xml and correct the path for solr-dataimporthandler-.*\.jar as <lib dir="/

How to get full date with time in Java?

To get the full date with time you can use the below code. You can pass any date that you wan to change, I'm getting date in full date format in the below example:     /** * Get full month day year format from Date *

1 74 342
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: