
Search In
Hello Readers! If you are developing the dynamic website in which the image color will be the background color then you can see it doing in PHP :-
<?php
$filename = $_GET['filename'];
$image = imagecreatefromjpeg($filename);
This blog will help the readers to understand that how ATM machine dispatches the money. Lets have a look on the ATM code in PHP:
<?php
$amount = $_REQUEST['amount'];
$rupees = array(1000,500,100,50,20,10);
$count = array(0,0,0,0,0);
for($i=0;
How to remove this Warning ? please help
'cdv_base64EncodedString' is deprecated: Deprecated in Cordova 3.9.2. Use NSData base64EncodedStringWithOptions instead. This will be removed in 4.0.0
Thanks
Sometimes we need to display images with rounded corners in our several Applications, and this can be done very easily by writing some lines of code.
To get roundedCorner for an Image use the following code:
/**
* This method is used to make roun
In many android applications, we need to set rounded corner image in ImageView. The bad part is that ImageView does not provide any property for this. So for this the following method will help you get rounded corner Bitmap:-
public static Bitmap ge
cells in UICollectionview can be of same Size or different sizes, so we use the flow layout. UICollectionViewFlowLayout manage items into a grid with header and footer view for every section.
Here we define the flow layout--
-(void)viewDidLoad
Hi all.
We try all sorts of shadow and color properties to make our text look unique and richer visually.
In this blog post, I will tell you how to create a simple blurry text using two of the simplest properties, text-shadow and color.
One major
Ecommerce plays an important role in many people’s lives. Simply put, it involves buying and selling goods and services online. Paying for your Netflix subscription, purchasing an item on Amazon, receiving payment for your online services, etc.
Hello , reader's In my blog I have tried to make triangle images using CSS3 transform, translate and transition property.
I have used transform skew and rotate property for creating the images to look as triangle.
Basically the
Hello Readers, this is a small blog on how to pop out an image on mouse hover using css3. This is possible by animating the position of the image and the box shadow property of css3.
In this example, I have taken images of facebook, linkedin, google
