background preloader

Theanubhav

Facebook Twitter

Anubhav Srivastava

something╔═══════════ஜ۩۞۩ஜஜ══════════╗ ¸.•♥•.¸¸.•♥•Anubhav Srivastava •♥•.¸¸.•♥•.¸ ╚═══════ஜ۩۞۩ஜ═══ஜ۩۞۩ஜ═══════╝ ´´´´´´´´´´´´´´´´´´´´´´¶¶¶¶¶¶¶¶¶……… ´´´´´´´´´´´´´´´´´´´´¶¶´´´´´´´´´´¶¶…… ´´´´´´¶¶¶¶¶´´´´´´´¶¶´´´´´´´´´´´´´´¶¶………. ´´´´´¶´´´´´¶´´´´¶¶´´´´´¶´´´´´¶¶…….¶¶……………. ´´´´´¶´´´´´¶´´´¶¶´´´´´´¶¶´´´´¶¶´´´´´´´¶¶……….. ´´´´´´¶´´´¶´´´¶´´´´´´´´´´´´´´´´´´´´´´´´´¶¶…. ´´´´¶¶¶¶¶¶¶¶¶¶¶¶´´´´´´´´´´´´´´´´´´´´´´´´¶¶…. ´´´¶´´´´´´´´´´´´¶´¶¶´´´´´´´´´´´´´¶¶´´´´´¶¶…. ´´¶¶´´´´´´´´´´´´¶´´¶¶´´´´´´´´´´´´¶¶´´´´´¶¶…. ´¶¶´´´¶¶¶¶¶¶¶¶¶¶¶´´´´¶¶´´´´´´´´¶¶´´´´´´´¶¶… ´¶´´´´´´´´´´´´´´´¶´´´´´¶¶¶¶¶¶¶´´´´´´´´´¶¶…. ´¶¶´´´´´´´´´´´´´´¶´´´´´´´´´´´´´´´´´´´´¶¶….. ´´¶´´´¶¶¶¶¶¶¶¶¶¶¶¶´´´´´´´´´´´´´´´´´´´¶¶…. ´´¶¶´´´´´´´´´´´¶´´¶¶´´´´´´´´´´´´´´´´¶¶…. ´´´¶¶¶¶¶¶¶¶¶¶¶¶´´´´´¶¶´´´´´´´´´´´´¶¶….. ´´´´´´´´´´´´´´´´´´´´´´´¶¶¶¶¶¶¶¶¶¶¶…….

Javascript Cheat Sheet. Basic Objects Math Methods DOM Events Event Object Constant Event Object Methods initEvent() preventDefault() stopPropagation() EventTarget Object addEventListener() dispatchEvent() removeEventListener() EventListener Object handleEvent() MouseEvent/KeyboardEvent Methods initMouseEvent() initKeyboardEvent() DOM Node Node Types Element1 Attr2 Text3 CDATASection4 EntityReference5 Entity6 ProcessingInstruction7 Comment8 Document9 DocumentType10 DocumentFragment11 Notation12 nodeName Returns Element element name Attr attribute name Text #text CDATASection #cdata-section EntityReference entity reference name Entity entity name ProcessingInstruction target Comment #comment Document #document DocumentType doctype name DocumentFragment #document fragment Notation notation name nodeValue Returns RegExp Modifiers i Perform case-insensitive matching g Perform a global match (find all matches rather than stopping after the first match) m Perform multiline matching Brackets Metacharacters .

Javascript Cheat Sheet

Quantifiers Core DOM length Ad.

REST

Regex. Python. 32 Bookmarklets for Web Developers and Designers. All of these bookmarklets/favelets will be useful to all web designers and developers, they are the quickest method for testing, analyzing and tweaking any web page.

32 Bookmarklets for Web Developers and Designers

A Bookmarklet or Favelet is a small application tool, stored as the URL of a bookmark in a web browser or as a hyperlink on a web page. To use these bookmarklets you can drag and drop the links to your Bookmark Toolbar or right click and save link as, this way you will always have quick access to these great tools Layout Grid and Overlay Bookmarklets Bookmarklet Javascript Code (Copy and Paste) : javascript:void(d=document);void(el=d.getElementsByTagName('body'));void(el%5B0%5D.style.background='url( MRI from WESTCIV Bookmarklet Javascript Code : javascript:function%20loadScript(scriptURL)%20{%20var%20scriptElem%20=%20document.createElement('SCRIPT');%20scriptElem.setAttribute('language',%20'JavaScript');%20scriptElem.setAttribute('src',%20scriptURL);%20document.body.appendChild(scriptElem);}loadScript(' Reload CSS CSS Bookmarklets.

Scott Hanselman's 2014 Ultimate Developer and Power Users Tool List for Windows.

Machine learning

Powershell. Rubik. Wordpress. Books. JS Libraries. Javascript Adv. Startup. Pi. raspberry pi. EntityFramework. Blogs. Git. New society. ChromeExtensions. TED. Api. Chess. Angular. MEAN Stack: Using with Node. Web. Web resources. Podcasts. Jams. Cubing. Performance. Javascript. Web & App Design/Development. Web servers. Ng. Meteor. .NET. Nuget. Kibana logstash elasticsearch. Backbone. Mongo. How to Send e-mail using Node.js. In this tutorial i am going to discuss about sending e-mail with Node.js.

How to Send e-mail using Node.js

I have already covered Express.js tutorials and in this tutorial also i am going to use Express.js and NodeMailer package. In many forums and blogs people used to ask about sending e-mail’s using Node.js for account verification, password recovery and promotion. So let’s begin with tutorial and at the end you will have Node application which is able to send e-mail’s to any one’s account. Links: Watch live Demo on YouTube here and Download it from Github here. What we are Building ? Create package.json file and keep it in any folder. Once done. Implementing Server.js: Let’s begin with creation of our Server file.

Var express=require('express'); var nodemailer = require("nodemailer"); var app=express(); app.listen(3000,function(){ console.log("Express Started on Port 3000"); }); This is basic block of our app. App.get('/',function(req,res){ res.sendfile('index.html'); }); Email is been sent at "+to+" .

Newsletter

Node Js. UI/UX Design. UI Prototyping. Frameworks. Javascript Adv. Css. Ember. MVC. Anshulguleria. Emberjs. Mbinder_ Vinay3206. Javascript / jQuery. Direction-Aware Hover Effect with CSS3 and jQuery. Handlebars.