<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Rx on DevelopRx</title><link>https://developrx.com/categories/rx/</link><description>Recent content in Rx on DevelopRx</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 09 May 2021 00:59:47 +0000</lastBuildDate><atom:link href="https://developrx.com/categories/rx/index.xml" rel="self" type="application/rss+xml"/><item><title>[Rx] How to Convert PDF to ePUB</title><link>https://developrx.com/posts/rx-how-to-convert-pdf-to-epub/</link><pubDate>Sun, 09 May 2021 00:59:47 +0000</pubDate><guid>https://developrx.com/posts/rx-how-to-convert-pdf-to-epub/</guid><description>&lt;p&gt;Converting a PDF to ePUB format isn’t difficult, but getting quality results seems to be nigh on impossible.&lt;/p&gt;&#10;&lt;p&gt;DevelopRx assembled a team of crack engineers (actually just me) to tackle this issue and solve it using readily available open source software (a.k.a. FREE!).&lt;/p&gt;&#10;&lt;p&gt;The process described in this article is primarily for text-based PDFs with common headers and footers otherwise known as “books.”&lt;/p&gt;&#10;</description></item><item><title>[Rx] Updating Git for Win7</title><link>https://developrx.com/posts/rx-updating-git-for-win7/</link><pubDate>Mon, 23 Apr 2018 13:17:21 +0000</pubDate><guid>https://developrx.com/posts/rx-updating-git-for-win7/</guid><description>&lt;p&gt;&lt;a href="https://gitforwindows.org/"&gt;Git&lt;/a&gt; is a software configuration management (SCM) program. This is just a fancy way of saying that it’s a software package that tracks and controls changes in the code.&lt;/p&gt;&#10;&lt;p&gt;I initially installed Git because I was &lt;a href="http://www.developrx.com/rx-install-vagrant-win7-local-web-development/"&gt;playing around&lt;/a&gt; with Vagrant (local web development). It’s also a safe way to get the nerdy &lt;a href="https://www.gnu.org/software/bash/"&gt;Bash&lt;/a&gt; shell (UNIX-like scripting language) for Windows without going into Cygwin .&lt;/p&gt;&#10;</description></item><item><title>[Rx] Updating Local Development WordPress Version</title><link>https://developrx.com/posts/rx-updating-local-development-wordpress-version/</link><pubDate>Wed, 08 Mar 2017 17:27:31 +0000</pubDate><guid>https://developrx.com/posts/rx-updating-local-development-wordpress-version/</guid><description>&lt;p&gt;&lt;img src="https://developrx.com/posts/rx-updating-local-development-wordpress-version/_images/wp_02.jpg" alt="wp_02"&gt;&lt;/p&gt;&#10;&lt;p&gt;Looks like updating Local WordPress version can be a painless. First, fully backup your local WordPress folder. Download the latest version of WordPress. Unzip it. Overwrite the local Wordpress files.&lt;/p&gt;&#10;&lt;p&gt;So far, so good.&lt;/p&gt;&#10;&lt;p&gt;&lt;img src="https://developrx.com/posts/rx-updating-local-development-wordpress-version/_images/Square3_thumb_thumb.png" alt="Square3_thumb"&gt;&lt;/p&gt;</description></item><item><title>Your Emails are NOT Safe</title><link>https://developrx.com/posts/your-emails-are-not-safe/</link><pubDate>Fri, 09 Dec 2016 18:27:42 +0000</pubDate><guid>https://developrx.com/posts/your-emails-are-not-safe/</guid><description>&lt;p&gt;The planets aligned and I lost three years of emails. I had backups and, as a last resort, surely my host did too, right? Nope.&lt;/p&gt;&#10;&lt;p&gt;It’s too late for my emails. Maybe it’s not too late for yours.&lt;/p&gt;&#10;&lt;p&gt;&lt;strong&gt;Here’s what happened and how you can keep your emails safe&amp;hellip;&lt;/strong&gt;&lt;/p&gt;&#10;</description></item><item><title>[Rx] Basic SEO | How to Write Simple Meta Tags</title><link>https://developrx.com/posts/rx-basic-seo-how-to-write-simple-meta-tags/</link><pubDate>Wed, 02 Nov 2016 15:31:09 +0000</pubDate><guid>https://developrx.com/posts/rx-basic-seo-how-to-write-simple-meta-tags/</guid><description>&lt;p&gt;There was a &lt;a href="http://www.imdb.com/title/tt0097351/"&gt;Kevin Costner movie&lt;/a&gt; where he kept on hearing, “Build it and they will come.”&lt;/p&gt;&#10;&lt;p&gt;Great for Kevin, not so good for webpages. If you want to be found on the net, you need more… SEO (Search Engine Optimization).&lt;/p&gt;&#10;</description></item><item><title>[Rx] FFmpeg | Fix M4A Files That Won't Play</title><link>https://developrx.com/posts/rx-fix-m4a-files-that-wont-play/</link><pubDate>Thu, 27 Oct 2016 14:49:54 +0000</pubDate><guid>https://developrx.com/posts/rx-fix-m4a-files-that-wont-play/</guid><description>&lt;h3 id="some-audio-files-in-m4a-format-do-not-play-on-some-devices"&gt;Some audio files in M4A format do not play on some devices.&lt;/h3&gt;&#10;&lt;p&gt;Remuxing reassembles the data packets of the audio stream and that’s exactly how to fix the problem.&lt;/p&gt;</description></item><item><title>[Rx] Lossless Ripping of Audio from MP4</title><link>https://developrx.com/posts/rx-lossless-ripping-of-audio-from-mp4/</link><pubDate>Mon, 17 Oct 2016 18:43:03 +0000</pubDate><guid>https://developrx.com/posts/rx-lossless-ripping-of-audio-from-mp4/</guid><description>&lt;p&gt;I have some video files in MP4 format. I want rip out the audio (.M4a) without re-encoding.&lt;/p&gt;&#10;&lt;h4 id="this-method-uses-a-command-line-program-and-a-batch-file-but-you-can-do-it"&gt;This method uses a command line program and a batch file, but YOU CAN DO IT!&lt;/h4&gt;</description></item><item><title>[Rx] How to Trim MP4 Videos</title><link>https://developrx.com/posts/rx-how-to-trim-mp4-videos/</link><pubDate>Thu, 01 Sep 2016 16:13:43 +0000</pubDate><guid>https://developrx.com/posts/rx-how-to-trim-mp4-videos/</guid><description>&lt;h4 id="clean-up-that-m4-garbage"&gt;Clean up that M4 Garbage!&lt;/h4&gt;&#10;&lt;p&gt;Ever been sloppy and left a bunch of junk at the beginning of a screen recording figuring to trim it up later?  Easy, just grab a free MP4 trimming tool and clean it up, right? Ah… no.&lt;/p&gt;</description></item><item><title>[Rx] Font Broke? How to Install Semi-bold, Etc. for Word/PowerPoint</title><link>https://developrx.com/posts/how-to-install-semi-bold-and-other-font-variations/</link><pubDate>Sat, 18 Jun 2016 16:39:59 +0000</pubDate><guid>https://developrx.com/posts/how-to-install-semi-bold-and-other-font-variations/</guid><description>&lt;p&gt;&lt;img src="https://developrx.com/posts/how-to-install-semi-bold-and-other-font-variations/_images/Font_banner_thumb.png" alt="Font_banner"&gt;&lt;/p&gt;&#10;&lt;h3 id="ms-word-and-powerpoint-recognize-only-bolditalic-even-if-other-styles-are-installed"&gt;MS-Word and PowerPoint recognize only bold/italic even if other styles are installed?&lt;/h3&gt;&#10;&lt;p&gt;I found the perfect font to use for titles in a presentation, Raleway Semi-bold. I installed it and when I went back to PowerPoint, I had two options: &lt;strong&gt;bold&lt;/strong&gt; and &lt;em&gt;italic&lt;/em&gt;. So, where’s semi-bold? A quick search found that it’s a MS-Office problem. A hack around it was to remove all other variations of the bold font, except for the semi-bold. This would be great unless I wanted to use the actual bold font. My solution was to rename the Semi-Bold Raleway font and install it as a “new” font.&lt;/p&gt;&#10;</description></item><item><title>[Rx] Using Wordpress Duplicator to Restore Local Database</title><link>https://developrx.com/posts/rx-wordpress-duplicator-local-database-restore/</link><pubDate>Thu, 12 May 2016 04:06:52 +0000</pubDate><guid>https://developrx.com/posts/rx-wordpress-duplicator-local-database-restore/</guid><description>&lt;p&gt;&lt;a href="https://wordpress.org/plugins/duplicator/"&gt;Duplicator&lt;/a&gt; is a WordPress plugin to backup, migrate, copy or clone a site from one location to another.&lt;/p&gt;&#10;&lt;p&gt;I wrote a recipe up some time ago to do a localhost database restore using Duplicator, but never prettied it up. Since it might be of use to someone in the future (like me), I&amp;rsquo;m going to go head and publish it.&lt;/p&gt;&#10;</description></item><item><title>[Rx] Trim CSS Fat Using Win7 Grunt</title><link>https://developrx.com/posts/rx-trim-fat-css-using-grunt-on-ms-windows/</link><pubDate>Tue, 26 Jan 2016 18:52:57 +0000</pubDate><guid>https://developrx.com/posts/rx-trim-fat-css-using-grunt-on-ms-windows/</guid><description>&lt;p&gt;Back in the day, you didn’t have to worry about “devices.” Now, we’re all modern. We have stylish CSS that makes HTML look hipster-good on any screen size you can imagine. To do all this you need css code, lots of code.&lt;/p&gt;&#10;&lt;p&gt;You  can punch the code-masters ticket and roll your own &lt;a href="https://en.wikipedia.org/wiki/Cascading_Style_Sheets"&gt;CSS&lt;/a&gt; or you can attach everything to a CSS framework ( &lt;a href="http://getbootstrap.com/"&gt;Bootstrap&lt;/a&gt;, &lt;a href="http://foundation.zurb.com/"&gt;Foundation&lt;/a&gt;, etc.).&lt;/p&gt;&#10;&lt;p&gt;These frameworks don’t know what you want, so they give you EVERYTHING. You have a screen the size of you large toenail? Not a problem, but the typical websites uses less than 80% of all the framework css code.&lt;/p&gt;&#10;&lt;p&gt;The price you pay for a kitchen sink framework is speed. Luckily, if you have a need for speed, you can trim out the CSS fat using unCSS.&lt;/p&gt;&#10;</description></item><item><title>[Rx] Install WordPress Theme Unit Data</title><link>https://developrx.com/posts/rx-install-wordpress-theme-unit-data/</link><pubDate>Thu, 21 Jan 2016 19:32:01 +0000</pubDate><guid>https://developrx.com/posts/rx-install-wordpress-theme-unit-data/</guid><description>&lt;h3 id="when-youre-in-development-its-handy-to-have-wordpress-filled-up-with-dummy-data"&gt;When you’re in development it’s handy to have Wordpress filled up with dummy data.&lt;/h3&gt;&#10;&lt;p&gt;In order to test out a theme, you need some basic content. WordPress already has some content available for testing so don’t have to dream it up yourself (Yay!) called &lt;a href="https://codex.wordpress.org/Theme_Unit_Test"&gt;Theme Unit Test&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>[Rx] Creating a WordPress Undescores Starter Theme</title><link>https://developrx.com/posts/wordpress-undescores-starter-theme/</link><pubDate>Thu, 21 Jan 2016 18:40:10 +0000</pubDate><guid>https://developrx.com/posts/wordpress-undescores-starter-theme/</guid><description>&lt;p&gt;WordPress &lt;a href="http://underscores.me/"&gt;Underscores&lt;/a&gt; is an online tool for creating a starter theme.&lt;/p&gt;&#10;&lt;p&gt;It saves a lot of time because it inserts the name of the theme with an underscore in the variable names in a boilerplate theme. If you activate this theme, it’s just basic text and nothing else.&lt;/p&gt;&#10;&lt;p&gt;There’s still more to do to create a WP theme, but it certainly is better than rolling your own.&lt;/p&gt;&#10;</description></item><item><title>[Rx] VM Virtualbox and AVIRA Antivirus Conflict</title><link>https://developrx.com/posts/rx-vm-virtualbox-and-avira-antivirus-conflict/</link><pubDate>Sun, 17 Jan 2016 16:39:38 +0000</pubDate><guid>https://developrx.com/posts/rx-vm-virtualbox-and-avira-antivirus-conflict/</guid><description>&lt;p&gt;&lt;a href="https://www.virtualbox.org/wiki/Downloads"&gt;Virtualbox&lt;/a&gt; (current version 5.0.10)  is free software for  creating  virtual machines, VMs. These are other computer operating systems and programs running in a self-contained window on your operating system.&lt;/p&gt;&#10;&lt;p&gt;&lt;a href="http://www.avira.com/en/avira-free-antivirus"&gt;Avira&lt;/a&gt; 15.0.15 is a free antivirus software that I’ve used for years (now using the built-in Windows Defender).&lt;/p&gt;&#10;&lt;p&gt;The long and short of this post is that there is a conflict with these versions causing error messages to pop up.&lt;/p&gt;&#10;</description></item><item><title>[Rx] Local Web Development - Installing WordPress on UniServer</title><link>https://developrx.com/posts/rx-local-web-development-installing-wordpress-on-u/</link><pubDate>Wed, 13 Jan 2016 17:00:26 +0000</pubDate><guid>https://developrx.com/posts/rx-local-web-development-installing-wordpress-on-u/</guid><description>Back in the day, I was working with WordPress and wanted an easy way to develop locally. I got lucky and found a great piece of software&amp;hellip; &lt;a href="http://www.uniformserver.com/"&gt;Uniform Server&lt;/a&gt;, an open source lightweight mobile WAMP server that I use as a local web development environment. Version I used back in the day, i was on: &lt;a href="http://sourceforge.net/projects/miniserver/files/"&gt;12.0.1_Zero XII&lt;/a&gt;. After UniServer, I installed the latest &lt;a href="https://wordpress.org/download/"&gt;WordPress&lt;/a&gt;.</description></item><item><title>[Rx] Jupyter Notebook - Select Browser</title><link>https://developrx.com/posts/rx-jupyter-notebook-select-browser/</link><pubDate>Wed, 28 Oct 2015 15:30:57 +0000</pubDate><guid>https://developrx.com/posts/rx-jupyter-notebook-select-browser/</guid><description>&lt;p&gt;&lt;a href="http://jupyter.org/"&gt;Jupyter Notebook&lt;/a&gt; is an interactive computational environment to run code, add rich text, compute mathematics, draw plots, and add rich media&amp;ndash;all in the comfort of your browser.&lt;/p&gt;&#10;&lt;p&gt;I have a variation of Firefox, &lt;a href="https://www.palemoon.org/"&gt;Palemoon&lt;/a&gt;, running as my default browser. When I run Jupyter Notebook, I wanted it to open in the &lt;a href="https://www.google.com/chrome/browser/desktop/"&gt;Chrome&lt;/a&gt; browser.&lt;/p&gt;&#10;&lt;p&gt;It looked like a simple command line switch would do the job:&lt;/p&gt;&#10;&lt;pre tabindex="0"&gt;&lt;code&gt;Jupyter Notebook -–browser=”chrome”&#10;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;&lt;strong&gt;That doesn&amp;rsquo;t work.&lt;/strong&gt; I tried it without quotes and single quotes. I’ve got a bald spot on the side of my head trying to figure this one out. There’s not much on the web. &lt;strong&gt;Here is how to do it&amp;hellip;&lt;/strong&gt;&lt;/p&gt;&#10;</description></item><item><title>[Rx] Error with VirtualBox Start-Up File</title><link>https://developrx.com/posts/rx-error-with-virtualbox-start-up-file/</link><pubDate>Sun, 23 Aug 2015 00:19:00 +0000</pubDate><guid>https://developrx.com/posts/rx-error-with-virtualbox-start-up-file/</guid><description>&lt;p&gt;I downloaded an .iso of &lt;a href="http://www.ubuntu.com/download/server"&gt;Ubuntu Server&lt;/a&gt; 14.04.3 LTS for a VM in &lt;a href="https://www.virtualbox.org/wiki/Downloads"&gt;VirtualBox&lt;/a&gt;. After applying all the settings for a new VM, I hit the green arrow &lt;strong&gt;Show&lt;/strong&gt; icon to run on the top menu (with Ubuntu highlighted below). There was a list of OS iso files, but none were the right one. I pressed the little folder icon to select the file and got an error message.&lt;/p&gt;&#10;&lt;p&gt;The workaround is to go back into VirtualBox and hit the golden cog &lt;strong&gt;Settings&lt;/strong&gt; icon.  Select Storage. There’s a little CD with a down arrow icon on the right. Click that and select you .iso file. Now, everything should work like a champ.&lt;/p&gt;</description></item><item><title>[Rx] Fried Spam with a Side of WP Comments</title><link>https://developrx.com/posts/wordpress-fried-spam-with-a-side-of-comments/</link><pubDate>Fri, 19 Jun 2015 16:43:16 +0000</pubDate><guid>https://developrx.com/posts/wordpress-fried-spam-with-a-side-of-comments/</guid><description>&lt;p&gt;I had WordPress comments turned on for awhile and had a ton of spam about penis enlargement, Nigerian relatives, and how Candy wanted to make my wildest fantasies come true. I didn’t think these added much value (sorry, Candy), so I found a WordPress plug-in that turned off ALL the comments, appropriately named &lt;a href="https://wordpress.org/plugins/disable-comments/"&gt;Disable Comments&lt;/a&gt;.&lt;/p&gt;&#10;&lt;p&gt;This adds a new item under the WP dashboard settings. I selected to disable comments everywhere. Harsh? Tell me about it.&lt;/p&gt;&#10;&lt;p&gt;&lt;em&gt;Okay, I kept this one cause of the art.&lt;/em&gt; 🙂&lt;/p&gt;&#10;&lt;p&gt;&lt;img src="https://developrx.com/posts/wordpress-fried-spam-with-a-side-of-comments/_images/Square3_thumb.png" alt="Square3_thumb"&gt;&lt;/p&gt;&#10;</description></item><item><title>[Rx] How to Create a Screen Readable PDF</title><link>https://developrx.com/posts/how-to-create-a-screen-readable-pdf/</link><pubDate>Sat, 15 Nov 2014 05:55:48 +0000</pubDate><guid>https://developrx.com/posts/how-to-create-a-screen-readable-pdf/</guid><description>&lt;p&gt;AFTER DISSECTING A FEW online magazines, I came up with a reasonable copy for readable online PDFs.&lt;/p&gt;&#10;&lt;p&gt;&lt;strong&gt;FONTS &amp;amp; FONT SIZES&lt;/strong&gt;&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;&lt;strong&gt;Title Font:&lt;/strong&gt; 20th Century MT Condensed Extra Bold, 36 pt, Blue (R68-G84-R106)&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Subtitle Font:&lt;/strong&gt; Arial, 18 pt, Blue (R68-G84-R106), Spacing After 8 pt&lt;/li&gt;&#10;&lt;li&gt;&lt;strong&gt;Base Font:&lt;/strong&gt; Open Sans, 11 pt, Black, Spacing: Single&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;&lt;img src="https://developrx.com/posts/how-to-create-a-screen-readable-pdf/_images/Square3_thumb.png" alt="Square3_thumb"&gt;&lt;/p&gt;&#10;</description></item></channel></rss>