How to sort photos by date taken within a Facebook photo album afterwards (2019)
In a Facebook photo album, you may have uploaded photos non-chronologically. To sort the photos by date-taken afterwards, here are the steps:
In a Facebook photo album, you may have uploaded photos non-chronologically. To sort the photos by date-taken afterwards, here are the steps:
The best mouse for Kodi Android TV boxes is the Logitech M325. No drivers are required, and it is truly plug-and-play. I have tested the M325 on various Kodi boxes such as the TopYart T95X TV Box Android 6.0, And A95X NEX TV Box running Android 6.0, Minix TV box, and it even works on Sony Android TV such as the XBR X800D or X800E series TVs, no drivers required, plug-and-play. It is also a great travel-sized mouse for use on laptops, not too small in the hand.
I have tested the Logitech K400 Plus TV keyboard with the Sony Bravia XBR49X800D, and it works flawlessly. Simply plug the USB dongle into the TV, it is truly plug-and-play, no drivers are required to install. Go into the TV settings and select “physical keyboard” and then the keyboard language, and you are ready to go. All of the buttons map correctly as of the latest firmware updates in November 2017 with Android 7.0. The keyboard has arrow keys and a touch pad as well, all working. The shortcut keys along the top of the keyboard are all correctly mapped and work, for such functions as back, home, volume, etc.
If you’re like me you just bought the Logitech K400 Plus or K360 for your smart TV and you’ve gone through everything and there is no USB dongle. You’re just about to return it to the store. You checked inside the battery compartment, and the dongle is not in there in that slot where it is meant to be stored. Well I’ve got good news for you. They have hidden it in the box where you would not expect!!
If you leave your laptop plugged in a lot, and you own the MSI GS60 laptop or similar such as the 2PC 2PL 2QE 6QE 6QC MS-16H2 PX60 or 3ICP5/40/99-2 series laptop, chances are the battery will begin to bulge after a couple of years. Unfortunately MSI does not provide software for some models of laptop to prevent the battery from charging past 80%, thus reducing the useful lifespan of the battery. When the battery starts bulging, this is dangerous as there is a chance that it could explode, even if the battery still appears to be working normally. The bulging battery could also cause further harm to the structure of your laptop if you let it continue to bulge as I have shown in photos here. You should immediately remove the battery carefully not to damage it during removal, dispose of it safely at your local hazardous goods disposal drop-off location, and replace the battery with another if you like. MSI no longer sells or ships the original battery (model BTY-M6F), so you must obtain it from 3rd party sellers such as on eBay or Amazon. I was lucky to find it for cheap here on Amazon, they sell for about $60 if you get a good deal.
If you want to have the highest chances of getting an item at the best deal, you have to be the first person to see the deal. Problem is, it is lame to sit and constantly search over and over again to hope something comes up. Avoid spending hours and hours checking online sites like ebay, kijiji, craigslist, autotrader, cycletrader or the many other public selling sites. The trick is to use an RSS to Email service.
By default, Paypal wants to do the foreign exchange conversion of your payment for you because Paypal pockets ~2.5% from your purchase, just like most credit cards would anyway. However, if you use a credit card that has no foreign exchange fees, you want to be billed in the currency of the seller when using Paypal on eBay for example. In Canada the Chase Amazon.ca Visa card has no forex fees and 1% cash back. In the USA and other countries there are similar cards available. Below are the steps to set up Paypal so that you pay in the seller’s currency on your credit card.
In this blog post I will explain the steps required to ship your motorcycle overseas yourself and details about registration and insurance, required paperwork and preparation of the bike.
In Excel it is much faster to write large sets of data to a spreadsheet all at once instead of using a loop, by copying an array variable to a range of cells directly. This can speed up an Excel macro significantly, especially in large complex workbooks.
In large Excel workbooks when you are executing VB macros that change cells in sheets, you can speed up the process significantly by turning workbook calculations off at the begining of your subroutine, and then back on again at the end. Here are some subs that can do this. Simply call the “Calc_Off” sub at the beginning of your code, and the “Calc_On” sub at end end:
Sub Calc_Off() Application.Calculation = xlCalculationManual End Sub Sub Calc_On() Application.Calculation = xlCalculationAutomatic End Sub If you prefer, you can manually turn automatic calculations on and off from Excel's user interface. From the File menu > Options > Formulas > (Automatic or Manual calculation options).
I’ve tested these in Excel 2010 in sheets with over 16,000 columns and the functions work even for large numbers of columns.
Function ColumnLetterToNumber(ColumnLetters As String) As Long ColumnLetterToNumber = Range(ColumnLetters & "1").Column End Function
Function ColumnNumberToLetters(ColumnNumber As Integer) As String Dim strLetters As String strLetters = Cells(1, ColumnNumber).Address(1, 0) ColumnNumberToLetters = Left(strLetters, InStr(1, strLetters, "$") - 1) End Function
These functions are not necessary usually, because almost all things in Excel VBA can be done using ranges specified as numbers, for example,
Sheets("Sheet1").Cells(2,3).Value = "Hello"
Where 2 is the row number, and 3 is the column number, where column 1 corresponds to column A.
The trick is to replace all of your “Form Controls” with “ActiveX Controls”.
It’s not usually recommended to use global variables because they make it more difficult for debugging or reading other people’s code. However, they are handy sometimes when you’re in a rush to get your code done.
At the top of a Module for example, simply type something like these below. I’ve defined three Pipe Specification variables: two arrays of unknown length and one variable:
Public PipeSpecColNums() As Integer Public PipeSpecNames() As String Public LastPipeSpecName As String
You can update the size of the array on the fly in sub routines, like this:
Redim Preserve PipeSpecNames(20) 'Now 21 array entries (0-20), 'and preserves previous items stored. Redim PipeSpecNames(20) 'changes the size of the array without preserving.
Batch rename files in a directory you specify in Windows, for free!
Excavations of the bodies have been going on for many years, you can find out more from the Easter Island Statue Project. It’s generally accepted that the statues were made sometime between 1250 and 1500 AD. There is controversy surrounding why the bodies are buried. Was it time and erosion, or were they buried on purpose? Aliens? The soil surrounding the bodies for so long has preserved interesting carvings (petroglyphs, or rock markings)..
Hot water heaters such as the Kenmore Power Miser 9, come with a plastic drain valve that is most likely going to start leaking soon. Mine started leaking at about the 7 year mark, through the plug valve washer, but recently the valve sprung a second leak and was leaking right at the threads so it had to be removed. It is extremely difficult to remove these little bastards without breaking the plastic flats. If you break the thing off at the threads you may need to resort to special tools for removing broken bolts, or even perhaps painstakingly using a hacksaw blade to slowly split the threaded end so you can pry it out. Most likely though you have started to break this on the plastic flats with an adjustable wrench like I did. Anyway, there is an easy solution, don’t break the valve off completely yet with anger! The trick to remove this bastard is to first remove the white/grey knob assembly (by twisting the white part) and valve plug washer… once that is removed, you can then find around your house a metal rod that you can insert into the open hole where the knob/plug assembly used to be… and now with your adjustable wrench and your rod together in each hand, it should turn! You should be able to remove the valve! Even if you cracked the plastic flats slightly trying to remove the valve with your adjustable wrench, this will likely still work like it did for me, I illustrate below…. once it’s off I highly recommend replacing the valve with a standard 3/4″ NPT brass nipple, full-port ball valve, and garden hose adapter as shown in the last image below. These water heaters all use standard 3/4″ NPT fittings which are readily available in your local hardware store, likely even cheaper than the replacement value of the plastic valve from Kenmore, and the brass fittings are a million times better quality and will last much longer. Even if they cost more I still think it’s completely worth the upgrade. In fact, if you buy a new water heater in the future, look for the stupid plastic drain valve and immediately replace it with brass fittings. It will make life easier years down the road. They drain faster too.
Here is a quick summary of what will be covered in this article, useful for people that own their own small business but do not want to buy specialized financial software: downloading CSV files of your transactions for bank accounts and credit cards, and how to batch concatenate (join) multiples of them together all at once, how to remove duplicate lines, and finally how using a spreadsheet you can quickly use keywords of your own to sort all of your expenses into categories like meals, entertainment, hotel and travel expenses. This is not only useful for small businesses but good if you like to keep track of your personal expenses as well.
To watch Netflix and movies on your TV in high definition, I highly recomend the cheap no-name brand Micro USB to HDMI MHL Adapters being sold on Amazon or eBay.
The video is full wide screen, and good quality. You can even show your friends how good you are at Angry Birds or Fruit Ninja in full wide screen HDTV glory if you like :) If you don’t use Netflix, an app that streams movies over Wi-fi from your desktop computer’s hard drive, and proper video player app and codecs to play H.264 and DivX movies can be useful, I will mention as well at the end of this article. A quality Bluetooth keyboard and mouse such as the Logitech Cordless Desktop MX 5500 Revolution Bluetooth Mouse and Keyboard can also be added to the Samsung Galaxy S II to more easily control the phone if it is located near the TV and you are seated far away.
Often an ebay seller can block you from sending messages, and you can’t contact the ebay seller. You get a message that says “We’re sorry we couldn’t find an answer for you. Unfortunately, this seller is not able to respond to your question. We suggest reviewing the item again to see if your answer is in the seller’s listing.”
There are various reasons for this, but I found an easy workaround.
Packing too much when traveling is bad, it can limit your options for what you are able to do on a trip because of limited luggage space on a bike. I’ve compiled some packing lists below for the light traveler.
Also check out my blog post on how to ship your motorcycle overseas. If you’re interested in such a thing.