thedeveloper24.com
TheDeveloper24: October 2014
http://www.thedeveloper24.com/2014_10_01_archive.html
Click Here To Subscribe Via Email. Subscribe To Our E-Mail Newsletter. Friday, October 31, 2014. Parse Spintax using Javascript. Many people have been using content spinners to spin their content and generate unique articles. I, myself, also used PHP spinner to generate unique content. In some of my websites. In this blog post, I am sharing the Javascript. Version of the spinner. Wednesday, October 29, 2014. Getting Visitor's Real IP Address with PHP. The code that is used will try to get the real IP.
sc-downloader.com
Browser Addons | SoundCloud Downloader | SC-DOWNLOADER.COM
http://sc-downloader.com/addons.php
It seems that you are using firefox. Firefox extension can be installed to automatically add Download buttons to the tracks appearing at SoundCloud.Com. It works great! Click Here to Install Firefox Extension. It seems that you are using Google Chrome. Extension for Chrome can be installed to automatically add Download buttons to the tracks appearing at SoundCloud.Com. It works great! Click Here to Install Chrome Extension. It seems that you are using Opera Browser. Click Here to Install Opera Extension.
thedeveloper24.com
Minify HTML, CSS and Javascript on the fly using PHP |TheDeveloper24
http://www.thedeveloper24.com/2014/11/minify-html-css-and-javascript-on-fly.html
Click Here To Subscribe Via Email. Subscribe To Our E-Mail Newsletter. Wednesday, November 19, 2014. Minify HTML, CSS and Javascript on the fly using PHP. Last night, I was optimizing a web-app that is powered by PHP. There was lack of time and many inline javascript and css codes that were needed to be minified. I decided to use PHP's output buffering for minifying HTML output. The code is simple. It strips extra characters from HTML and CSS. Javascript minification is done here by using JSMin. In these...
thedeveloper24.com
Store Arrays to MySQL with PHP |TheDeveloper24
http://www.thedeveloper24.com/2015/01/store-arrays-to-mysql-with-php.html
Click Here To Subscribe Via Email. Subscribe To Our E-Mail Newsletter. Sunday, January 4, 2015. Store Arrays to MySQL with PHP. This is a simple yet one of the most asked questions that many developers have in their mind. Storing arrays to MySQL should be done only in a very few cases. You should better save your array values in appropriate columns, you should have a good table structure. However, while it is needed to store whole arrays to MySQL columns in some cases, how you should do it? Array=array("...
thedeveloper24.com
Replacing Multiple Spaces with a Single Space using PHP |TheDeveloper24
http://www.thedeveloper24.com/2015/03/replace-multiple-spaces-with-single-space.html
Click Here To Subscribe Via Email. Subscribe To Our E-Mail Newsletter. Friday, March 20, 2015. Replacing Multiple Spaces with a Single Space using PHP. This is just a tiny code snippet that I decided to share (may be someone will get help). This is really simple. It just finds and replaces multiple spaces (white-spaces) with a single space. RawName="This is my name r n r n"; /* replace spaces. not any newline */ $name = preg replace("/ {2,}/", ' ', $rawName); echo $name;. Ajax Shoutbox with jQuery and PHP.
thedeveloper24.com
TheDeveloper24: July 2015
http://www.thedeveloper24.com/2015_07_01_archive.html
Click Here To Subscribe Via Email. Subscribe To Our E-Mail Newsletter. Thursday, July 9, 2015. Taking Webpage Screenshots using PHP and PhantomJS. Is a headless WebKit scriptable with a JavaScript API. It has fast. Support for various web standards: DOM handling, CSS selector, JSON, Canvas, and SVG. As the text describes, PhantomJS is a headless browser engine powered by webkit. It can be used for many tasks like, as described by its official website, Headless Website Testing. But how to do with PHP?
thedeveloper24.com
PHP function for HTML minification |TheDeveloper24
http://www.thedeveloper24.com/2014/11/php-function-for-html-minification.html
Click Here To Subscribe Via Email. Subscribe To Our E-Mail Newsletter. Friday, November 14, 2014. PHP function for HTML minification. When it comes to coding a good web-app or a website using PHP, serving minified resources is a must have thing that you should consider implementing. Today, PageSpeed. I have found this piece of code on the web. This function works great but there are some rare cases (if you are using PRE tags or so, this function may remove newlines in it too). So, let me define what this...
thedeveloper24.com
Parse Spintax using Javascript |TheDeveloper24
http://www.thedeveloper24.com/2014/10/parse-spintax-using-javascript.html
Click Here To Subscribe Via Email. Subscribe To Our E-Mail Newsletter. Friday, October 31, 2014. Parse Spintax using Javascript. Many people have been using content spinners to spin their content and generate unique articles. I, myself, also used PHP spinner to generate unique content. In some of my websites. In this blog post, I am sharing the Javascript. Version of the spinner. However, this Spintax Parser has been found to work great with simple spintax and may not work good for nested spinning. Some ...
thedeveloper24.com
PHP Spintax Class (with Nested Spinning) |TheDeveloper24
http://www.thedeveloper24.com/2014/08/php-spintax-class-with-nested-spinning.html
Click Here To Subscribe Via Email. Subscribe To Our E-Mail Newsletter. Friday, August 22, 2014. PHP Spintax Class (with Nested Spinning). Hi there. I am sharing a simple and easy to use PHP Spintax class which supports nested spinning too. You can use this code in your web apps. It has been written by Jason Davis (codedevelopr.com). Message="Hi {buddy friend dear}, this message has been spun"; $spintax = new Spintax(); echo $spintax- process($message);. Let me know if you have any thoughts ;). PHP Functi...
SOCIAL ENGAGEMENT