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

Search In

How to make use of corcdoc API

Below is a sample code base to convert PDF files to HTML5 template making use of well known tool Crocdoc : $_product = $observer->getProduct(); $productid=$_product->getId(); $read = Mage::getSingleton('core/resource')->get

Understanding Lambda Expressions

What is Lambda Expression ? Anonymous function that takes no parameter and return nothing can be written in form of Lambda. In descriptive terms Lambda expressions are a simpler syntax for anonymous delegates and can be used everywhere an anonymous

Deleting all files (blobs) of an azure container on criteria of file modified date

In my last project I came across a requirement where I had to delete all the blobs from a container using a criteria for modified date with azure web job. The criteria for deleting the files were to delete the files whose last modified date time wa

How to install a Drupal 7 theme

There are 2 ways to install drupoal themes one is automatically from the admin interface. Automattic Installation Log in as site administrator go to the theme manager by selecting Appearance and here you will find two option to install your theme

What is the Role of APIs in Business Intelligence (BI)

A heavy discount from a startup seemed a bolt from the blue a few years ago. You got extremely surprised, as it seemed totally unexpected from the one who had just made an entry in the domain. The idea-“how could one bear such a hefty loss by o

How to read sms from a particular date in Android

You can create a method readSMS() as shown below where you can pass date and time to read the sms from that particular date. private void readSMS(String date, String time) { // Now create a SimpleDateFormat object. SimpleDateFormat f

Apple's substitute to bluetooth - AIRDROP

Apple's user have been bogged down by the lack of a file sharing mechanism that allows them to share files to the nearby apple users, just like bluetooth. So after a long time, apple computers have heard the plea of their users and provided them with

Get Instant Solutions to C Programming Problems

Hello Nerds, In this video blog, you will get to know how you can get rid of C Programming Problems & Language issues. I have seen many programmers who get stuck in C Programming queries during the Web Development Projects and wasted their who

What is the difference between '@' and '=' in directive scope

'@' is used to send the property from parentScope to isolatedScope. By transfer, you are not able to change the property of parentScope that is being pass. It is called one-way binding. If the binding property is a primitive type, like interpolatedP

Splice method in javascript

The splice() method is used to add/remove items to/from an array, and returns the removed item(s). Syntax array.splice(index, howMany, [element1][, ..., elementN]); where index − Index at which to start changing the array. howMany − An integer i

1 235 258
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: