How to extract URL from hyperlink on Excel

Add a new module from developer tab then insert below code Function GetURL(pWorkRng As Range) As String 'Updateby20140520 GetURL = pWorkRng.Hyp

Enable Leverage browser caching by .htaccess

For enable Leverage browser caching just use the following code on your .htaccess file ## START OF EXPIRES CACHING ## <IfModule mod_expires.c>

Enable GZIP Compression by .htaccess file

For enable GZIP Compression just use the following code on your .htaccess file. Make sure to add it below the current contents of your .htaccess fil

WordPress get get_option() data as plain HTML

If you want to get WordPress get_option() data as plain HTML without any extra '/' or '"' then you must need to use this function. $NewData = stripsl

Transfer form text data via jQuery (AJAX)

This is sample code for transfer data from HTML form to other server/site via jQuery AJAX (function ($) { $(document).ready(function(){ $("form.

PHP explode() with multiple delimiters

Simple use this code <?php function multiexplode ($delimiters,$data) { $MakeReady = str_replace($delimiters, $delimiters[0], $data);

How To Stop Windows 10 Automatic Updates

For stop automatic update on windows 10 just follow this few steps. Open control panel make sure currently viewing as Large icon, Double click on

If statement in excel

The main syntax for the IF function in Microsoft Excel is: IF( condition_here, [value_if_true], [value_if_false] ) If A1 equal to B1 =IF(A1

Stop Chrome auto refresh tab (Stop auto tab discarding)

If you want to stop chrome auto discarding you simple follow this step. open chrome://flags/ on your chrome find Automatic tab discarding

WordPress register and get custom size thumbnail

For registration add this code on function.php add_image_size( 'size-name', 220, 180, true ); size-name It's must should be unique but you can use