Origami Folding
If you know any other nice tutorials, do add. I'm always wanting to learn more - and perhaps figure out a few that I used to know how to make but forgot lately.
PDF Creator Borderless Word Doc
To fix it, go to Print Options for Microsoft Word and make sure <strong>"A4/Letter Resizing" is turned off</strong>.
I am guessing if you set the correct paper size in PDF Creator's options, this would fix it as well. Usually however, I just print straight to PDF without changing any settings, so this is the preferred method for me.
Preventing Myopia
My eyes went from 0 to -5.00 diopters from 4th to 7th grade in a matter of 3 years, during which doctors gave me stronger glasses every year. Eight years later after avoiding eye doctors for so long, my replacement glasses ended up still only -5.25 diopters. Now, my newest prescription 7 years after that is -6.00 diopters, of which I currently have to practically argue with the eye doctor not to prescribe the full amount and restart the worsening cycle. It's a bit too much a coincidence to think it had nothing to do with when I stopped upping the prescription every year.
Printing Online
Printing postcards, posters, buttons, bags, t-shirts, cups, etc, etc
Just my reference on what I've gone with over the years. Not necessarily the cheapest or the best quality but what best suites what I needed (maybe cheapest for that particular item or whatnot).
Postcards
GotPrint.net...[More]
Programming for Holidays
[code]
public bool isHoliday(DateTime date)
{
...[More]
Programming Resources
Learning Java in 24 hours, etc
Resources for learning non-web languages like Java or C will be noted here. The first non-web language I picked up was Java. I normally list resources as I find them and in the order I use them. Check out the Web Design resources for my actual pathway starting any programming/language at all through HTML, PHP, MySQL, and other web-related languages.If you come across other great resources, feel free to send them to me.
Java
...[More]Random Freezes with Nvidia Chipset
I noticed on my end that I tend to get a spam of the following warning in my event viewer during these times:
Warning: nvstor64 “Reset to device, DeviceRaidPort1, was issued.”
Warning: nvstor64 “A request to this device has been cancelled. Device: DeviceRaidPort1″
As usual it's a software/driver issue.
See one way to go about resetting the chipset drivers here:
http://zuki.org.uk/blog/2009/11/random-freezing-stuttering-sound-loops-in-windows-vista-or-7/
For me, it worked to just go to Device Manager > IDE > Nvidia nForce Serial ATA Controller > Properties and disable Command Queuing on the drives being problematic.
Rejecting Spam via G-Suite
1) Go to Apps > Google Workspace > Settings for Gmail > Compliance
2) Add a rule under Content Compliance.
3) Check "Inbound" and "Internal - Receiving"
4) Set to "If ALL of the following match.." Add an expression to match and use advanced content match. You can add multiple conditions to make sure it only affects spam messages. I use the following as an example (this guy has been using the exact same name and message for repeat daily spam for years):
- Sender Header...[More]
Remote Desktop Setup
Basic things all RDP should have:
http://www.howtogeek.com/175087/how-to-enable-and-secure-remote-desktop-on-windows/
In addition,...[More]
Removing 30-Min Video Limit in Sony Cameras
Luckily this is all software, and at least for the Sony cameras like the RX100, you can run this hack here that would remove the limit:
https://sony-pmca.appspot.com/plugin/app/com.github.ma1co.openmemories.tweak
The hack itself might be getting dated though as you need Internet Explorer to run it.
School Resources
Useful sites for schoolwork, english, math, and more!
More than a few times I've had teachers at school who do not explain well enough or they make us memorize/study way too much. Many times, I've found other sites or links that definitely helped. I'll update this as I find more. Hopefully this helps out some of you. Feel free to share if you find any too!
Securing HTTPS SSL
1. Preliminary:
- Install SSL certificate to your domain either through GoDaddy, AutoSSL on CPanel, or Let's Encrypt on CPanel. Let's Encrypt is easiest to me, as it auto-renews and is free. There isn't really a reason to pay anymore for SSL. However, note that you can't have both AutoSSL and Let's Encrypt on at the same time (they will compete/conflict). If you run into errors for subdomains on Let's Encrypt, try excluding the www- checkbox. For Windows IIS, you can use CertifyTheWeb which auto-installs from Let's Encrypt.
2. Adding HSTS to servers....[More]
Security Software
Best antivirus, antispyware, and just antimalware in general.
Just doing a bit of research on my own to figure out what antivirus programs I want to use once I do a clean install of Windows 7 on my laptop. Obviously, I cannot personally try them all, so I'm going to be listing ones I find most mentioned and in general what people say about them.
Free...[More]
Send As From Google Group
1. Login to the business account primary email (the owner / admin).
2. From Gmail, go to Settings > Accounts and Import > Send mail as. Add the Google Group address here once.
3. Login to your personal email account in Gmail, which should also be a member of the Google Group to receive messages.
4. Go to Settings > Accounts and Import > Send mail as. Add the same Google Group address here again.
For the login credentials, you'll need to use a user email (non-Google group) from the domain of the business and for password, it needs to be an app password generated specifically for this.
Send Mail As From Gmail SMTP
1. Login to gmail.com.
2. Go to settings.
3. Go to accounts and import.
4. Under send...[More]
SMF1 on PHP5
https://www.simplemachines.org/community/index.php?topic=534915.0
To stop error logging internally to SMF:
- Replace set_error_handler('error_handler'); with set_error_handler('error_handler',E_ALL & ~E_DEPRECATED & ~E_NOTICE);
To stop errors showing on the page itself:
- Change error_reporting(E_ALL); to error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);
In SSI.php
Change
$ssi_error_reporting = error_reporting(E_ALL);
$ssi_error_reporting = error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);
Sony P200 Camera - Removing Dust Spots
The Sony P200 camera, despite being a very good camera, had a known flaw. Its design was not air-tight and dust would eventually build up on the sensor - which means you get dust spots on pictures you take. Usually these dust spots are out of focus and only come in for very bright pictures, but as they build up, they become more visible. This build up I’m talking about usually takes place over a year or two - so it would not be evident at first.
However, there is a solution for those who wish to keep using it. Through this simple tutorial at dpreview.com, you can open the camera to brush off (or spray off using compressed air from a can) the dust. From my experience though, it only buys a few more months before some dust appears again.
Then again, I usually keep the camera in my pocket so that may be a factor in it.
Spotify Release Checklist
- Pre-generating the ISRC. Upload the track privately on Soundcloud first, then edit and check the "Create ISRC' under metadata to have an instant pre-generated ISRC to use on your releases (so you don't need to wait for the first release to finish processing to get the ISRC, in case you need to reupload or have multiple releases or whatever).
- Release Radar. Release on Fridays with global release at 0:00 New York time to ensure it gets on release radar (only updates once a week on Friday, so if you miss it by even a second, you're out of luck). The fastest distributor is Distrokid, but even they require usually 2 days so you want to have the track uploaded by Wednesday at the latest.
- Release Frequency. Your latest release will generally take the release radar away from the previous, so ideally release once every 2 weeks...[More]
SQL Azure Users
https://stackoverflow.com/questions/19334041/the-select-permission-was-denied-on-the-object-users-database-xxx-schema