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

Search In

Text-shadow

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-

What is Leverage Browser Caching and how to use it.

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

How to make http post request by passing xml using c#

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.

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

alloc and init methods in objc

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

How to fix ctools_add_js() not working issue in ctools modal form in drupal 7.x

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

Benefits of Unity3D

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

ResourceLoader Interface in Spring framework

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

How to set Session Timeout in ASP.Net

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

How to improve my app using TimeProfiler?

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

1 155 320
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: