
Search In
Text-shadow:-
The text-shadow declaration allows you to create a text shadow.
Each shadow is specified as an offset from the text, along with optional color and blur radius values.
Syntax:-
text-shadow: h-shadow v-shadow blur color;
As you see text-
Here is the brief explanation of Leverage Browser Caching and how to use it to improve website performance.
When a web browser i.e. Chrome, Firefox, Internet Explorer, Safari etc displays webpage it has to load several things like css files, javascr
Following function will expect a generic List and serialize into xml and make an http post request and after receiving response it will again deserialize xml into generic list:-
public customer CreateOrder(customer objCustomerRequest)
{
Creating fire asset for a text:
Using High pass, Sharpen, and Vanishing point.
For this upcoming tutorial we need couple of images of fire waves, So Google it to get some of these fire images so that we could start with our tutorial.
Lets start wi
In Objective C we create objects wherever we want. NSObject class is the root class which holds alloc and init methods.
Here is an example to understand the concept in details.
id Object = [NSObject new]; // Creates and returns an initialized objec
Hi All,
I am sharing my recent experience with C-Tools modal form, I was adding custom js file in ctools modal form in Drupal 7.x using jQuery version 1.8
ctools_ad_js();
and add my code under
document.ready(),
but my code didn't work and I am
Advantage of Unity
As the name “UNITY” means bringing everything together, the same is done by the “Unity Game Development IDE”. Unity brings all the aspects of game development under one roof and that roof is called Unity IDE.
I am completely new
Resource loader : Spring ResourceLoader interface is used to load external data(i.e text file, media file, image file…) in Spring application using the method getResource(). We can use three ways for loading resources :
URL Path :
Resource resourc
In ASP.Net, we are having three modes to manage the session:-
1. InProc
2. OutProc or StateServer
3. SQLServer
Where the session to be stored? You can decide on the basis of given definition:-
InProc - In this mode, Session is maintained on the
I am using TimeProfiler for the first time. And I have read RayWanderlich's blog to get understanding of TimeProfiler.
How I can improve the performance in my app. I am showing the screenshots from the TimeProfiler that might help in analysing the S
