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

Search In

What is Stylus ?

Stylus is a dynamic style-sheet language, it's design influenced by Sass and LESS. It makes your development more faster, smarter and more powerful then ever before. you can change your all color scheme in just a single line of code. Quick and Easy

How to automate file download functionality through selenium webdriver?

File download functionality can be automated by setting the browser's preferences. We set the directory in which the file will be downloaded. FirefoxProfile profile = new FirefoxProfile(); profile.setPreference("browser.download.dir", "E:\\Automati

How to remove unwanted Namespace in asp.net C#

Hiii All.. Working with asp.net we use using statement to add name space to our code behind file (C# file) if we want to use any specific namespace, but if there are unused using statement that are present in your code than it can cause performance

Uses of CSS prefixes

Hello all, Mainly prefixes are used for css3 properties which is experimental or non standard CSS properties, this tells to different browser Mostly we avoid the prefix but sometimes if you are not using prefix, your css3 properties will not work w

Reorder in Rails

Hi friends, Today we are going to discuss about reorder in rails. This method is used to override the scope of order and reorder the rows according to the passed arguments. Example: Blog.order('title DESC').reorder('published_at') # generated SQL ha

Please stop using the action hook wp_print_scripts to load JavaScript

Hello Readers, This plugin is using the wp_print_styles and wp_print_scripts action hooks to load all css and javascript. wp_print_scripts shootes with just about every page heap that can cause your javascript for you to heap everywhere which inclu

How to download an image automatically using Javascript

Hello Reader's! If you want to make your file download by execution of JS then you can use the code below:- var a = document.createElement('a'); a.href = "/favicon.png"; //make the link of image a.download = "favicon.png"; document.body.appendChild(

Uninstalling Drupal 7 themes

Hello friends, If you want to uninstall the Drupal 7 theme from your Drupal installation then just follow the below simple steps- 1. Uninstalling a theme is a simple process, it just the reverse of installing a theme. 2. Access the themes manag

Check for target activity available or not

We know that implicit intents are used to perform an action that your application can't but others can do. Like to send some sms we uses this intent : Intent intent = new Intent(); intent.setAction(Intent.ACTION_SEND); intent.putExtra(Intent.EXTRA

AngularJS Otherwise function

Hi Readers, Today, I will be discussing about the Otherwise Function available in $routeProvider in AngularJS. The main objective of this function is to redirect the end users to a particular route when the user by mistake or intentionally enters

1 21 193
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: