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

Search In

Generating Charts from Data in MMSQL and sending them as attachment (PDF) in email

I am currently in a state of doubt whether I am doing the things in the right way. Basically, I have a task where data which is stored in a normalised db in MSSQL needs to be queried for so as to display them in different charts. These charts th

Jquery vallidator rule for filling at least one field between a group

<script type="text/javascript"> $(document).ready(function() { jQuery.validator.addMethod("require_from_group", function (value, element, options) { var numberRequired = options[0]; var selector = options[1];

Using Gmail credentials to send mail in .Net application

Lets consider a task on hand , we need to add a contact us form which takes in few inputs from the user and on submission mails the details to the administrator. The requirement says that the mail should be sent using Gmail SMTP client. The solution

Client side validation using JQuery

If you want to add client side validation in your web project using jQuery instead of server side validation like PHP, ASP.NET and JSP, then You have to include jQuery validate library in the head section of HTML. jQuery library offer customize vali

Code to fetch form data to database

Here is a simple program code to enter the form data to the database using php. HTML Code: <!DOCTYPE html> <html> <head> <title>Form To Db</title> <style type="text/css"> .container{width: 80%;text-align: le

How to sort ArrayList in Java?

Sometimes we want to sort a List based on some property. Suppose we have a List of UserModel and we want to sort List by firstName then we can do that easily by using Collections.sort() and Comparator interface. Example: In the below example I'm

cakePHP model side validation

Data validation plays an important part in any of the application. It is very important to make ensure that user has input valid Fields or not. For example, passwords are at least eight characters long or more,  User Names ,emails are unique,pho

How to send emails in VB.NET using multithreading?

As I'm not familiarized with VB.NET I am requesting help for my last school project this year. So I have a ListView with many emails and want to send a certain message to those emails but using multithreading because If don&#

before_validation and and after_touch callbacks in rails

Rails provide us with some pre-defined methods or hooks which can be invoked after or before the execution of a certain method in the object life cycle. Callbacks are called in certain moments of object's life cycle which we will get to know in

How to Send Emails Using Nodemailer in Nodejs?

For sending emails using Nodejs we will be using The Nodemailer module. Nodemailer is a module that provides sending emails from the NodeJs application.   Here are some features of the Nodemailer module:   1) Zero Dependencies. 2) Sup

1 24 131
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: