davisonjoseph.wordpress.com
Google API to get latitude longitude from address « Snippetz
https://davisonjoseph.wordpress.com/2014/05/27/google-api-to-get-latitude-longitude-from-address
Google API to get latitude longitude from address. May 27, 2014. May 27, 2014. Here is PHP code to get latitude longitude form Address. Source : https:/ developers.google.com/maps/documentation/geocoding/. Share on Facebook (Opens in new window). Click to share on Twitter (Opens in new window). Click to share on LinkedIn (Opens in new window). Click to email (Opens in new window). Click to share on Reddit (Opens in new window). Click to share on Google (Opens in new window). This entry was posted in API.
davisonjoseph.wordpress.com
Convert mysql Date and Time to user friendly format « Snippetz
https://davisonjoseph.wordpress.com/2014/08/06/convert-mysql-date-and-time-to-user-friendly-format
Convert mysql Date and Time to user friendly format. August 6, 2014. August 6, 2014. Formatting Date/Time is an essential thing for any software applications. This Date/Time formatting can be done using with programming language or while retrieving date from the data base using sql queries. You can directly convert the mysql date/time to user friendly format by the sql query itslef, so that you can avoid the date related manipulation functions in PHP or in any other programming languages. Click to email ...
davisonjoseph.wordpress.com
HTML5 Audio Recording using WebAPI « Snippetz
https://davisonjoseph.wordpress.com/2015/05/07/html5-audio-recording-using-webapi
HTML5 Audio Recording using WebAPI. May 7, 2015. WebAPIs helps web applications to access hardware devices like microphone, webcamera, etc.These APIs are more helpfull when creating multimedia web applications. HTML5 supported web browsers are required for WebAPI enabled applications. GetUserMedia() function is used to access the devices using webAPI. for browser compatiblity issues it is recommended to use webkitGetUserMedia for google chrome and mozGetUserMedia for mozilla firefox. Click to share on Go...
davisonjoseph.wordpress.com
Javascript Code for Line Break Removal « Snippetz
https://davisonjoseph.wordpress.com/2014/08/06/javascript-code-for-line-break-removal
Javascript Code for Line Break Removal. August 6, 2014. August 6, 2014. Simple Javascript code for removing three types line break. here is simple code. Share on Facebook (Opens in new window). Click to share on Twitter (Opens in new window). Click to share on LinkedIn (Opens in new window). Click to email (Opens in new window). Click to share on Reddit (Opens in new window). Click to share on Google (Opens in new window). Click to print (Opens in new window). This entry was posted in Javascript. Create ...
davisonjoseph.wordpress.com
WWW Redirection – SEO « Snippetz
https://davisonjoseph.wordpress.com/2014/10/27/www-redirection-seo
WWW Redirection – SEO. October 27, 2014. Consider a www and non-www versions of a single domain. Both of them are directed to the same web page, but the search engines may treated as a different URLs. This may badly affect the SEO value of the domain. Inorder to resolve this just make a change/add in the server configuration file. Conigurations are different Depending upon the server type. Linux servers comes with apache application server. The configuration file for the apache is .htaccess, in t...Click...
davisonjoseph.wordpress.com
Sitemap « Snippetz
https://davisonjoseph.wordpress.com/sitemap
6 Useful regex for front-end developers. Introduction to SASS (Syntactically Awesome Stylesheets). WebSockets – HTML5. HTML5 Audio Recording using WebAPI. Capture an Image using WebAPI – HTML5. Full Screen mode using Javascript. Characters and Symbols in HTML. How to handle YouTube Player events. HTML5 Canvas – Quality issue with canvas contents. 6 Useful regex for front-end developers. WebSockets – HTML5. HTML5 Audio Recording using WebAPI. Capture an Image using WebAPI – HTML5. Create a jQuery Plugin.
davisonjoseph.wordpress.com
Custom Error_404 Page with htaccess « Snippetz
https://davisonjoseph.wordpress.com/2014/10/15/custom-error_404-page-with-htaccess
Custom Error 404 Page with htaccess. October 15, 2014. October 15, 2014. This will show an error message to the visitors when they request a page that doesn’t exist on the server.Normally hosting servers will typically generate a default “404 Not Found” web page when a user attempts to follow a unavailable link. You can set a cusotm Error 404 page(Page not found) with the help of an htaccess file. RewriteEngine On RewriteCond %{HTTP HOST}! Share on Facebook (Opens in new window). Enter your comment here.
davisonjoseph.wordpress.com
Characters and Symbols in HTML « Snippetz
https://davisonjoseph.wordpress.com/2014/10/07/characters-and-symbols-in-html
Characters and Symbols in HTML. October 7, 2014. The most reliable way to use special characters in webpages is to use decimal entity notation(ASCII codes). The special characters can be be written by using either entity name or entity number. ASCII stands for American Standard Code for Information Interchange.ASCII code is the numerical representation of a character. It contains the numbers from 0-9, the upper and lower case English letters from A to Z, and some special characters. Shift Out / X-On.
davisonjoseph.wordpress.com
PHP « Snippetz
https://davisonjoseph.wordpress.com/php-snippets
Capture an Image using WebAPI – HTML5. WebAPIs helps web applications to access hardware devices like microphone, webcamera, etc.These APIs are more helpfull when creating multimedia web applications. HTML5 supported web browsers are required for WebAPI enabled applications. GetUserMedia() function is used to access the devices using webAPI. for browser compatiblity issues it is recommended to use webkitGetUserMedia for google chrome and […]. Convert mysql Date and Time to user friendly format. Luhn Algo...
davisonjoseph.wordpress.com
HTML5 Web Storage « Snippetz
https://davisonjoseph.wordpress.com/2015/01/31/html5-web-storage
January 31, 2015. March 20, 2015. HTML5 webstorage is used for storing data as key value pairs on the client side. These key value pairs can be retrieved in HTML pages originating from the same domain. The Local storage data is stored on the disk and information is never transferred to the server. The Local Storage can be used across applications like gaming,quiz applications, online examination, etc. Browser support: Local storage is supported in Internet Explorer 8 , Firefox, Opera, Chrome, and Safari.
SOCIAL ENGAGEMENT