
Search In
Javascript Carousel
In javascript you can create a slideshow with the help of carousel.So multiple slides can be created making our presentation more attractive and user-friendly.
<div id="carousel-example-generic" class="carousel slide" data
Now this is the issue that we were facing form a long time. To align an element center horizontally we have been using margin: 0 auto and to align an element center vertically is even more difficult. But with the use of flexbox it is very easy.
Now
Hi All,
This blog is about ionic framework functionality ion-slide-box. Ionic framework has some beautiful features one of them is ion-slide-box. It is a directive that allows you to create simple and smooth slider in mobile application.ion-slide-bo
In CakePhp we have a component called Quick Image Component or simply Qimage for uploading and manipulating images.
Some of common methods that are used :
copy: to copy the uploaded images.
resize: to resize an image.
crop: to crop an i
Google Kills Android Menu Button, Replaces It with Action Bar
But still so many devices have hardware menu button so now we can combine hardware menu button along with action bar option popup menu by just doinig a small trick.
When you clicks on the
Hello Reader's,
If you have a folder full of larger images and you want to resize them into a new folder then PHP offers you to do this in a quick and easy programming.
Suppose you have uploaded the website images in upload folder and you w
Sort the values of an an Object array alphabetically in php and arrange them in to sections of alphabets according to the first letter of their name .
/* Code to sort the data elements in alphabetic order .
The following snippet will sort the arra
Before we create magento custom module, let’s have a look on code directory structure of magento where we create custom module. Here is only code folder structure.
- app (contains code pools, design, configuration, localization and Mage.php fi
While requesting for the data parsing the request and then providing the response is mainly done by using the TCP/IP model.
We need to ensure that it is being done while making the HTTP request and the HTTP response.
These a
In the below example code I have clearly described how to insert,Select and delete all table row from the database. Here, first I have extended SQLiteOpenHelper class After this I have used onCreate method to create a database table. In next step, in
