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

Search In

How to set CSS of Div using jQuery

Hello all, To set the css of any html element such as Div from jQuery, we can use various ways. Some of them are listed below : We can use .css() methods which sets the CSS property for the html elements Ex. $('#myDiv').css("display", "block"); W

wte 56 ut 74 e

Speman has no adverse effects clindamycin as well as has actually offered intend to several couples. Of clients which lacked an early viral reaction by 24 weeks, prozac 19 completed a full training course of therapy as well as none attained an SVR.

How to create an object in JavaScript

Hello all, In JavaScript we can create objects in many ways, some of them are listed below: We can create objects by using new keyword and we can assign a value to the object while creating in or we can also set the various properties of that obj

What is the difference between '@' and '=' in directive scope

'@' is used to send the property from parentScope to isolatedScope. By transfer, you are not able to change the property of parentScope that is being pass. It is called one-way binding. If the binding property is a primitive type, like interpolatedP

Integrating Twitter with Magento

Social media... Now a days social media is a part of life or requirement of time. We are here to discuss integration of twitter with magento. We all have twitter account. Am I right?. We can integrate twitter to magento with different ways. Like you

How you can stop the re submit of form using Unique id of form

Hello Reader's!, If you need a nice method to stop the form from again and again submit via refresh, PHP offers you many ways like header redriect or unset the $_POST but a pretty way is to implement a unique ID into the post and cache it in the Le

How to check image extension before uploading a image ?

There are many way to check image extension before uploading. But "in_array()" function it is very useful way to check image extension when you are uploading a lots of extensions to validate. if the "in_array()" function fails, this mean conditio

How to pass multiple optional parameters using Laravel 4.x

As we all know that routes plays an important role in any MVC framework. In Laravel we will define our routes in routes.php. Using Laravel 4.x we have the option to pass multiple optional parameters using Laravel 4.x. By using example it can be easi

How can change the URL of admin in Magento?

For changing the url of admin from our existing magento store there are two methods we have: Method 1- First Go to app/etc/local.xml file , open this file with an editor .Now find for the admin node where you have to change the frontName to our

How to send attachments in mail using PHP

Hello Reader's! If your mail is contating some attachments then you can use the simplest way to sending the mail with attachments. Lets see the example below:- $email = new PHPMailer(); $email->From = 'you@example.com'; $email->FromName

1 42 363
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: