Tools
<p>Here is a collection of the tools i have created and also a list of the <a href="/view/content/j19Bo/tools-i-still-want-to-create/">tools i still want to create</a>. </p>
<p> </p>
<h2><span style="color: #2dc26b;">SEO Tools</span></h2>
<h3> </h3>
<h3>SEO Keyword Research</h3>
<p>This tool allows you to type in a keyword and it will return related keyword items. </p>
<p><a class="btn btn-success" href="https://kruxor.com/keyword-research/">View SEO Keyword Research Tool</a></p>
<h3> </h3>
<h3>Seo Meta Tag Search</h3>
<p>Add in a website address and this tool will extract the meta tags and generate a score for it, also it will tell you what tags you are missing and how to add them to your site. </p>
<p><a class="btn btn-success" href="/seo-meta-tag-search/">Seo Meta Tag Search</a></p>
<p> </p>
<h2><span style="color: #e03e2d;">Website Tools</span></h2>
<h3>Youtube Image Extract Tool</h3>
<p>The Youtube Image Extract Tool allows you to paste or type in a youtube video url, and extracts the images and iframe and returns the results. Just add your own youtube video url. </p>
<p><a class="btn btn-success" href="/youtube-extract/">View the Youtube Image Extract Tool</a></p>
<h3> </h3>
<h3>CSS Minifier</h3>
<p>Add your css style sheet code here and it will return a minified copy of the css. Good to increase your page speed and ranking. </p>
<p><a class="btn btn-success" href="/css-minifier/">CSS Minifier Tool</a></p>
<h3> </h3>
<h3>HTML Entity Encode</h3>
<p>Add your raw html into the top box and press the encode button to populate the second box with html entity encoded content.</p>
<p><a class="btn btn-success" href="/html-entity-encode/">HTML Entity Encode Tool</a></p>
<h2> </h2>
<h2><span style="color: #b96ad9;">Postcode Tools</span></h2>
<h3>New Zealand Towns And Postcodes</h3>
<p>The New Zealand Towns And Postcodes tool allows you to look up New Zealand Towns and Postcodes, and also provides the google map embed for the selected location. </p>
<p><a class="btn btn-success" href="/new-zealand-towns-and-postcodes/">View the New Zealand Towns And Postcodes Tool</a></p>
<h2> </h2>
<h2>Other Tools</h2>
<h3>Create UID from String</h3>
<p>This tool came from a <a href="https://kruxor.com/view/code/atf1P/">uid string function</a> i made a while ago, where you can add any string and it will turn it into a UID or a Unique Identifier based on the string. This version you can type in any string and it will return the UID version of that string. </p>
<p><a class="btn btn-success" href="https://kruxor.com/create-uid-from-string/">Create a UID from a String</a></p>
<p> </p>
<h3>Convert Shorthand Number</h3>
<p>This tool will convert a shorthand number like <a href="https://kruxor.com/convert-shorthand-number/?num=13.5k">13.5k</a> or <a href="https://kruxor.com/convert-shorthand-number/?num=24.56m">24.56m</a> into its raw number variant.</p>
<p><a class="btn btn-success" href="https://kruxor.com/convert-shorthand-number/">Convert Shorthand Number</a></p>
<h3>Rs3 Market Watch</h3>
<p>RS3 Market Watch monitors the latest prices changes Runescape or RS3, it monitors the <a href="/rs3-market-watch/?stype=pricerises">price rises</a> and <a href="/rs3-market-watch/?stype=pricefall">falls</a>. Usually this is updated every hour or so if the feed api is working. You can list by latest price changes, price rises and price falls. You can also <a href="/rs3-market-watch/?itemsearch=ashes">search for an item</a> in the item search box below.</p>
<p><a class="btn btn-success" href="https://kruxor.com/rs3-market-watch/">Rs3 Market Watch</a></p>
<p> </p>
<h2><a href="https://kruxor.com/view/content/kCwZK/some-new-string-tools/" target="blank" rel="noopener">String tools</a></h2>
<h3><span style="color: #b96ad9;">Create UID from String</span></h3>
<p>This tool came from a <a href="https://kruxor.com/view/code/atf1P/">uid string function</a> i made a while ago, where you can add any string and it will turn it into a UID or a Unique Identifier based on the string. This version you can type in any string in the String to Convert text area above and it will return the UID version of that string. </p>
<p><a class="btn btn-success" href="/create-uid-from-string/">Create UID from String</a></p>
<h3> </h3>
<h3><span style="color: #3598db;">Add Slashes to String</span></h3>
<p>This tool will run the php function for <a href="https://www.php.net/manual/en/function.addslashes.php" target="_blank" rel="nofollow noopener">addslashes</a>. Returns a string with backslashes added before characters that need to be escaped. Just add your string and it it will return the result in a box below.</p>
<p><a class="btn btn-success" href="/add-slashes/">Add Slashes to String</a></p>
<h3> </h3>
<h3><span style="color: #2dc26b;">Clean Whitespace from String</span></h3>
<p class="alert alert-info">This tool will clean excess whitespace from a string, but still leave the singular white spaces intact. Excess whitespaces being a double or more than one space e.g " ", will convert to " ".</p>
<p><a class="btn btn-success" href="/clean-whitespace/">Clean Whitespace from String</a></p>
<h3><span style="color: #2dc26b;">Format Size Units</span></h3>
<p class="alert alert-info">Format a numeric string into its human readable string, MB, GB, TB, etc. Here are some examples to try. This tool only accepts numeric values. This also rounds the returned result.</p>
<p><a class="btn btn-success" href="/format-size-units/">Format Size Units</a></p>
<p> </p>