
Search In
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
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
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
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
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
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 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
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
'@' 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
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
