Main Menu
(Move to ...)
Home
About Me
Contact
▼
Pages
(Move to ...)
Home
▼
Wednesday, February 07, 2018
Free JetBrains Products License Server.
›
Phpstrom is a jetbrain product. I use it to develop php based project. Today I am going to tell you about free license server for all...
Wednesday, December 27, 2017
Syntax highlight with js library
›
To highlight syntax you have to follow: Add this before </body>: <script src="https://google-code-prettify.googlecode.co...
Sunday, November 12, 2017
How to build a Cross-Platform Desktop application with Electron and NodeJs ?
›
This post is describing how to build desktop application with CLI. I am making many desktop application for my client with HTML, CSS, Jque...
Saturday, November 11, 2017
How do a mobile application with phonegap/cordova ?
›
Environment setup: Download the listed software Apache Ant (v 1.9.9) link is http://ant.apache.org/bindownload.cgi Java SDK link is ...
Friday, February 03, 2017
How to get the value from the GET parameters with jquery.
›
Example url http://example.com?id=123&name=mahedi To get the value of id and name with jquery. Function code: function getUrlParam...
›
Home
View web version