Add a new module from developer tab then insert below code Function GetURL(pWorkRng As Range) As String 'Updateby20140520 GetURL = pWorkRng.Hyp
For enable Leverage browser caching just use the following code on your .htaccess file ## START OF EXPIRES CACHING ## <IfModule mod_expires.c>
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
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
This is sample code for transfer data from HTML form to other server/site via jQuery AJAX (function ($) { $(document).ready(function(){ $("form.
Simple use this code <?php function multiexplode ($delimiters,$data) { $MakeReady = str_replace($delimiters, $delimiters[0], $data);
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
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
If you want to stop chrome auto discarding you simple follow this step. open chrome://flags/ on your chrome find Automatic tab discarding
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