Accordion – Simple basic

Simplest Accordion Menu using jQuery – DEMO Stuff Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum […]
Php Time / Date attributes (Complete list)

date_default_timezone_set(‘Europe/London’); $thishour =date(“H”); //latest hour? $thisday=date(“Y/m/d”);// todays date 2014/10/08 $timenow=date(“Y-m-d H:i:s”); //phpmyadmin standard 2014-10-08 16:31:58 $timenow=date(“Y-m-d:H-i-s”); echo $timein = date(‘D jS M’, $timenow); Sat 11th Feb Day 01 to 31 d Mon to Sun D 1 to 31 j Sunday through Saturday l (lowercase ‘L’) 1 (for Monday) through 7 (for Sunday) N st, nd, […]
Show Glob files in date order

A very nice and simple way to order your files by date order. This also includes a way to show all the file types using GLOB_BRACE $directory = “reports/”; $images = glob($directory . “*.{png,jpg,jpeg}”, GLOB_BRACE); array_multisort( array_map( ‘filemtime’, $images ), SORT_NUMERIC, SORT_DESC, $images ); foreach ($images as $file) { echo ” “; }
Google Site Kit – Couldn’t Create Project error

If you are getting “field project_id has issue project_id contains invalid characters” when using the Google Site Kit WordPress plugin then this post may help you. I tested out the latest Google Site Kit WordPress plugin. This should make it easier to connect all the essential services that monitor your website, such as Google Analytics, […]
Week Number date showing Mon-Sun dates

The code below result is Week 37(10/09-16/09) $thisYear = date(‘Y’); $weekNum = date(“W”); $datemon = date(‘d/m’, strtotime(“$thisYear-W$weekNum-1”)); $datesun = date(‘d/m’, strtotime(“$thisYear-W$weekNum-7”)); echo “Week “.$weekNum.”(“.$datemon.”-“.$datesun.”)”;
.load content from left slide jquery

Run Effect Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur […]
Tabs

Tabs First Second Third First Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat […]
Current time/date (2.7)
#!/usr/bin/python import time now = time.strftime(“%c”) ## date and time representation print “Current date & time ” + time.strftime(“%c”) ## Only date representation print “Current date ” + time.strftime(“%x”) ## Only time representation print “Current time ” + time.strftime(“%X”) ## Display current date and time from now variable print (“Current time %s” % now ) […]
Start an array at a specific position – PHP

Output: Array ( [0] => Wednesday [1] => Thursday [2] => Friday [3] => Saturday [4] => Sunday [5] => Monday [6] => Tuesday $daynamesArray = array(“Monday”,”Tuesday”,”Wednesday”,”Thursday”,”Friday”,”Saturday”,”Sunday”); array_push($daynamesArray, array_shift($daynamesArray)); //shift by one array_push($daynamesArray, array_shift($daynamesArray)); //shift by two print_r($daynamesArray);
Digital auto retailers benefit from Google’s search tweaks – Automotive News

The Google search wars aren’t contested on a static battlefield. The tech giant tweaks its search engine algorithm frequently to improve the user experience. Some changes are minor, but others can send waves through various sectors, including auto retailing. One of the biggest waves in recent memory arrived March 12 and immediately got the attention […]
YouTube Hacks

Save Videos Just add ss before youtube.com For example ‘www.ssyoutube.com/watch?v=pgs1C5JB5q4’ and this will then download it…. Watch videos blocked in UK Instead of ‘youtube.com/watch?v={number}’ the url should be changed to ‘youtube.com/v/{number}’ to play wherever you are. Instant playlist Youtube.com/disco New trials Go to bottom of page and click ‘Try something new’, this shows the new […]
Free Image resizer for Windows

I have used this image resizer for Windows for about 10 years. It’s fast effective and most of all convenient. I can resize an image in under 3 seconds. No opening of software, no locating the image by browsing. Simple, it appears in your Right Mouse Button Menu! For a simple image resizer download it […]
Passive Earning – Hi Dollars Crypto App

earn Passive income with the hi Dollars App Start earning now Invite only ‘hi Dollars’ – Start earning passive income £25 P/M for clicking a button This simple app is a great starter for those who want to start into the cryptocurrency world without actually having to use any money. You can earn money by […]
Win 8 Running apps on desktop & vice versa

This creates new tiles in the metro start menu on windows 8. So run any desktop application from metro…. http://www.softpedia.com/progDownload/OblyTile-Download-226484.html AND A REVERSED VERSION And this connects a windows app to be run from the desktop…. http://community.skype.com/t5/Windows-8-1-from-Windows-Store/Windows-8-where-is-the-Skype-exe-located/td-p/1663367 You will need this http://www.icoconverter.com/
Use Wunderlist Theme in Microsoft To-do List

Are you worried about Wunderlist disappearing? The nearest to a copy was using a css hack. I got near to what Wunderlist looks like. I felt back at home and comfortable with the old look again. This little hack will let you use Wunderlist Theme in Microsoft To-do List It even has square checkboxes Automatically […]
You Want Google To Stay Stagnant & Not Improve? – Search Engine Roundtable

As you know, Google is making efforts to update their GoogleBot to crawl the more modern web. We reported it about it last week. But that bothered at least one SEO who complained that they worked on all these workarounds and now Google is going to ditch those workaround when this new GoogleBot goes live. […]
Bootstrap Modal Confirm Yes Or No Button

Bootstrap Bootstrap Modal as Confirm Modal Link × Agree Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia cor […]
Dynamic multiple insert of php array

When you have a form that has multiple textboxes, mon-sun(column) for many people(row), it can be very difficult to add these to a database easily! This should make the most sense!!!
How to set up and use a git repository

Setup Procedure Ingredients: Sublime text with the git plugin, but can be used for pretty much any git program, as its the git language that is interchangeable between platform. (but it does differ?, I find this regularly using git bash in windows and command line raspberry pi). PHP To create a new repository go to […]
Rotate and Save an image using PHP

A very easy way to rotate an image using Jquery and then save it. Please download the js file and link it locally. (jQueryRotateCompressed.js) And now to save the image (saveimage.php)
Locally running wordpress using remote database

When you download all your files to your WWW folder, change the wp-config.php file. If you run it local then use local in the define part. This define part means where are your files stored, not the database. you ill then need to run search and replace on your database to change any url links. […]
Best Stablecoin Investing Websites

If you have just started to looking into crypto currencies, maybe the earning of HNT has sparked your enthusiasm. The websites shown are what I use everyday to deal with my own crypto. They come highly recommended. STABLECOIN INVESTING A stablecoin stays at a steady level inline with USD so as this does not fluctuate […]
PHPMailer – Send email with attachments & images

Send email using SMTP in the easiest way! Most basic usage – UPDATED FEB 2020 (working) Download PHPmailer from github (https://github.com/PHPMailer/PHPMailer)
Upgrade Phpmyadmin using Wamp

1. phpMyAdmin is stored in C:\wamp\apps 2. Download the latest version of phpMyAdmin from [phpmyadmin.net] and extract contents of the archive to C:\wamp\apps 3. Now go to C:\wamp\alias. Open phpmyadmin.conf and find the following lines that look like this Alias /phpmyadmin “c:/wamp/apps/phpMyAdmin-3.2.0.1/” <directory “c:=”” wamp=”” apps=”” phpmyadmin-3.2.0.1=”” “=””> 4. Change where it says phpMyAdmin-3.2.0.1 to […]
How to use Composer

Composer is an easy way to download complete folders and files of a certain program/script. 1. Install composer (you will need to tell it where your php.exe file is). 2. Once installed test it by opening CMD.exe and typing ‘composer’. this does nothing except show a few details of composer (i.e help file) 3. Get […]
Featured Image Admin Thumb – Working Plugin (WordPress 6.2)

If you are using the great time saving plugin called “Featured Image Admin Thumb”, then you may have noticed the links to upload a new image have disappeared lately since the WordPress updates 6 onwards. They only display the featured image. This is really annoying but with help managed to find a code fix. I […]
WordPress app shows XML-RPC error

If the WordPress app doesn’t work with your website, then I have the answer! 1. Download the plugin named Rename XMLRPC but DO NOT ACTIVATE THE PLUGIN YET. 2. In the root directory of the wordpress installation Find the file xmlrpc.php Rename it to xmlrpc2.php 3. Now go back into the Plugins area and activate […]
How to freshen up your WordPress core files after VCD Malware

After somehow getting a Malware infection (VCD) I needed to overwrite all bad files as my WordPress was not working as expected. To do this : Check for weird content in your functions.php – Delete any unused themes…. Keep the following files: wp-content Folder htaccess file (not shown) wp-config.php But delete the files shown in […]
Create PDF with PHP – Basic

Just download fpdf which has fonts and makefonts folder. Run this (makepdf.php) next to both folders and the file fpdf.php
How Do Ads, Interstitials & Supplemental Content Affect SEO Visibility? – Search Engine Journal

Editor’s note: “Ask an SEO” is a weekly column by technical SEO expert Jenny Halasz. Come up with your hardest SEO question and fill out our form. You might see your answer in the next #AskanSEO post! Welcome to another edition of Ask an SEO! Today’s question comes from Vahan in Armenia: Do sticky sidebar banners/related posts/share buttons/other […]