Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Saturday, December 17, 2016
How to convert Map / Object to Bytes and save to internal storage and read back
›
package com.pkm; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.ObjectInputStream; import java.io.Obje...
Capture text pasted into / cut from a text field with JQuery
›
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Capture ...
Send email with attachment which contains byte[] via java mail
›
Java Send Email Using Smtp Server DataSource dataSource = new ByteArrayDataSource(bytes, "application/pdf"); MimeBodyPart p...
Log / Track / Lookup every request & response in Laravel
›
Download example code from here First create a php file under "App\Http\Middleware" named "LogAfterRequest.php" with...
Adding Desktop Notifications to Your Web Applications
›
Download example from here <button onclick="notifyMe()">Notify me!</button> <script type="text/javasc...
Rendering text to html with Angular JS
›
Download example code from here <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8...
Tuesday, December 13, 2016
Add remove required validation in angular dynamically in angular js
›
<!doctype html> <html> <head> <title>Add remove required validation in angular dynamically in angular js<...
1 comment:
‹
›
Home
View web version