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

Search In

How to create Flames effect in designs using Photoshop

Add flames effect to your designs is now effortless, thanks to the  added Render Flames tool in Photoshop CC. Open your selected picture in Photoshop and select the Pen tool (P). Check the tool is set to Path in the top left drop down menu in t

Spring MVC 3 and handling static content - am I missing something?

We can handle static content for example: js,css,images in Spring MVC by using mvc:resources element. mvc:resources element is used to point to the location of static content with a specific public URL pattern. For example – define the below line

What are different ways to apply CSS styles to a Web page:

1. Inline css:   In inline css we can insert a ‘style’ attribute inside an HTML element. This allows CSS properties on a "per tag" basis. Below is code for inline css in our webpage.      &nbs

Dependency Property

A Dependency property is a property which allow the analytical code to modify the properties of an object to minimize a data necessities by giving a powerful reporting system about to change of a data in a particular way. In dot net generally we ha

Difference between Document ready vs Window load

When a person starts programming or executing a function on page load, a common question occurs at that time, that which method we follow to execute the code on page load. It is quite necessary that programmer needs to integrate some extra actions t

How to Get Root Node Deleted Properly in Binary Search Tree

#include<stdio.h> #include<stdlib.h> struct node {   struct node *right;     int data;   struct node *left; }*root=NULL,*new,*temp; int num=0,num1; void insert(); struct node *del(struct node *,int); void displ

How to set the Advanced filters in OpenERP(Odoo)?

Step-1 Install the web_advanced_filters module. Step-2 After that custmozie .py(Python file) file in web_advanced_filters module: In below example, I have custmozied .py file. You can directly copy the below python code in your .py file. class IrFi

How to check password strength in your form using jQuery

Hii, In this blog, I am sharing jQuery code by which you can set validation i.e check password strength in your form. By adding this option in your form, You can enhance the security level of form by adding validation for the password. Go thro

how to differentiate synchronized block and synchronized method in Java

The synchronization is the mechanism by which we can control multiple threads to access the shared resources. Without synchronization, it is possible for one thread to modify a shared resource while another thread is in the process of using or updati

9 simple steps to improve your technology blog

How to create good original content for a technology blog seems to be the question on everyone’s mind. It is to be noted that just uploading codes doesn't count as good blogging. One needs to support the code with some content which highlights its im

1 234 423
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: