<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>SJ Creation Tool Box Blog</title>
    <link>https://sjcreation.tech/blog/</link>
    <atom:link href="https://sjcreation.tech/blog/rss.xml" rel="self" type="application/rss+xml"/>
    <description>Guides, tutorials, and tips for free online tools.</description>
    <language>en-us</language>
    <lastBuildDate>Wed, 22 Jul 2026 09:41:42 +0000</lastBuildDate>
    <item>
      <title>How to Read an AndroidManifest.xml File</title>
      <link>https://sjcreation.tech/blog/how-to-read-androidmanifest-xml/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-read-androidmanifest-xml/</guid>
      <pubDate>Wed, 22 Jul 2026 00:00:00 +0000</pubDate>
      <category>Android Tools</category>
      <description>The manifest is the blueprint of every Android app. Learn how to read AndroidManifest.xml — activities, services, permissions, and intent filters — with confidence.</description>
    </item>
    <item>
      <title>How to Preview an Android Boot Animation Before Flashing</title>
      <link>https://sjcreation.tech/blog/how-to-preview-android-boot-animation/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-preview-android-boot-animation/</guid>
      <pubDate>Mon, 20 Jul 2026 00:00:00 +0000</pubDate>
      <category>Android Tools</category>
      <description>Rebooting your phone just to check an animation is slow and risky. Learn how to preview a bootanimation.zip in your browser so you catch problems before you flash.</description>
    </item>
    <item>
      <title>What Is Lorem Ipsum and How to Use Placeholder Text</title>
      <link>https://sjcreation.tech/blog/what-is-lorem-ipsum-placeholder-text/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/what-is-lorem-ipsum-placeholder-text/</guid>
      <pubDate>Mon, 20 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>Lorem ipsum is the nonsense Latin every designer knows. Learn where it came from, why placeholder text is useful, and how to use it without hurting your workflow.</description>
    </item>
    <item>
      <title>What Is SHA-256 and How to Generate a Hash</title>
      <link>https://sjcreation.tech/blog/what-is-sha256-hash/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/what-is-sha256-hash/</guid>
      <pubDate>Mon, 20 Jul 2026 00:00:00 +0000</pubDate>
      <category>Security Tools</category>
      <description>SHA-256 secures passwords, verifies files, and underpins blockchains. Learn what a cryptographic hash is, what SHA-256 guarantees, and how to generate one.</description>
    </item>
    <item>
      <title>How to Create an Android Boot Animation From a Video</title>
      <link>https://sjcreation.tech/blog/how-to-create-android-boot-animation-from-video/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-create-android-boot-animation-from-video/</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0000</pubDate>
      <category>Android Tools</category>
      <description>Have a short video clip you love? Turn it into a custom Android startup animation. Here is how video-to-boot conversion works and how to get a clean, smooth result.</description>
    </item>
    <item>
      <title>Unix Timestamps Explained and How to Convert Them</title>
      <link>https://sjcreation.tech/blog/unix-timestamps-explained/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/unix-timestamps-explained/</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>That big number in your logs and APIs is a Unix timestamp. Learn what epoch time is, why developers use it, and how to convert between timestamps and dates.</description>
    </item>
    <item>
      <title>URL Encoding Explained: When and How to Encode URLs</title>
      <link>https://sjcreation.tech/blog/url-encoding-explained/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/url-encoding-explained/</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>Spaces, ampersands, and special characters can break a URL. Learn what URL encoding does, when you need it, and how to encode query parameters correctly.</description>
    </item>
    <item>
      <title>What Is a UUID and When Should You Use One?</title>
      <link>https://sjcreation.tech/blog/what-is-a-uuid/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/what-is-a-uuid/</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>UUIDs are everywhere in modern software as unique identifiers. Learn what they are, how they guarantee uniqueness, and when to use them instead of sequential IDs.</description>
    </item>
    <item>
      <title>What Is Base64 Encoding and When Should You Use It?</title>
      <link>https://sjcreation.tech/blog/what-is-base64-encoding/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/what-is-base64-encoding/</guid>
      <pubDate>Sun, 19 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>Base64 shows up in emails, data URIs, and APIs — but what is it actually doing? Here is a clear explanation of Base64 encoding, its uses, and its limits.</description>
    </item>
    <item>
      <title>How to Minify CSS to Speed Up Your Website</title>
      <link>https://sjcreation.tech/blog/how-to-minify-css/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-minify-css/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>Minifying CSS is one of the simplest performance wins available. Learn what minification removes, how much you save, and how to fit it into your workflow.</description>
    </item>
    <item>
      <title>How to Test Regular Expressions (Regex) the Easy Way</title>
      <link>https://sjcreation.tech/blog/how-to-test-regular-expressions/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-test-regular-expressions/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>Regular expressions are powerful but easy to get wrong. Learn the core syntax, how to test patterns safely, and the mistakes that trip up even experienced developers.</description>
    </item>
    <item>
      <title>How to Turn Any GIF Into an Android Boot Animation</title>
      <link>https://sjcreation.tech/blog/how-to-turn-a-gif-into-android-boot-animation/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-turn-a-gif-into-android-boot-animation/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate>
      <category>Android Tools</category>
      <description>Want your phone to greet you with a custom animation at startup? Here is how to convert any GIF into a ready-to-flash Android bootanimation.zip the right way.</description>
    </item>
    <item>
      <title>How to Validate JSON and Fix Common Errors</title>
      <link>https://sjcreation.tech/blog/how-to-validate-json-and-fix-errors/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-validate-json-and-fix-errors/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>A single misplaced comma can make an entire JSON payload invalid. Learn how JSON validation works, the errors that cause 90% of failures, and how to fix them fast.</description>
    </item>
    <item>
      <title>HTML Entities Explained: Encode Special Characters Safely</title>
      <link>https://sjcreation.tech/blog/html-entities-explained/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/html-entities-explained/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>Why does &lt; turn into &amp;lt; and why does it matter for security? Learn what HTML entities are, when to encode, and how they protect your pages from breaking or XSS.</description>
    </item>
    <item>
      <title>JPG vs PNG vs WebP: Which Image Format Should You Choose?</title>
      <link>https://sjcreation.tech/blog/jpg-vs-png-vs-webp-which-format-to-choose/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/jpg-vs-png-vs-webp-which-format-to-choose/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate>
      <category>Image Tools</category>
      <description>JPG, PNG, and WebP each win in different situations. This plain-English comparison helps you pick the right format every time — for the web, print, or sharing.</description>
    </item>
    <item>
      <title>Markdown Basics: Write and Preview Markdown Online</title>
      <link>https://sjcreation.tech/blog/markdown-basics-write-and-preview/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/markdown-basics-write-and-preview/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>Markdown lets you format text with a few simple symbols instead of fiddly toolbars. Learn the core syntax and how to preview it live as you write.</description>
    </item>
    <item>
      <title>How to Reduce Image Size Without Losing Quality</title>
      <link>https://sjcreation.tech/blog/reduce-image-size-without-losing-quality/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/reduce-image-size-without-losing-quality/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate>
      <category>Image Tools</category>
      <description>Heavy images slow down websites and clog inboxes. Learn how image compression works and how to make files far smaller while keeping them looking crisp.</description>
    </item>
    <item>
      <title>Text Case Explained: camelCase, snake_case, and More</title>
      <link>https://sjcreation.tech/blog/text-case-explained/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/text-case-explained/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>camelCase, snake_case, kebab-case, PascalCase — programming is full of naming styles. Learn what each one is, where it is used, and how to convert between them.</description>
    </item>
    <item>
      <title>Understanding HEX, RGB, and HSL Colors</title>
      <link>https://sjcreation.tech/blog/understanding-hex-rgb-hsl-colors/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/understanding-hex-rgb-hsl-colors/</guid>
      <pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate>
      <category>Design &amp; Color</category>
      <description>HEX, RGB, and HSL all describe the same colors in different ways. Understand what each one means, when to use it, and how to convert between them with confidence.</description>
    </item>
    <item>
      <title>How to Convert Video to GIF (The Right Way)</title>
      <link>https://sjcreation.tech/blog/how-to-convert-video-to-gif/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-convert-video-to-gif/</guid>
      <pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate>
      <category>Video Tools</category>
      <description>GIFs are perfect for short, silent, looping clips. Learn how to convert video to GIF with the right length, frame rate, and size so it looks great and stays small.</description>
    </item>
    <item>
      <title>How to Count Words, Characters, and Reading Time</title>
      <link>https://sjcreation.tech/blog/how-to-count-words-and-reading-time/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-count-words-and-reading-time/</guid>
      <pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>Word and character counts drive everything from tweets to meta descriptions to essays. Learn why they matter, how reading time is calculated, and how to track them.</description>
    </item>
    <item>
      <title>How to Create Professional QR Codes</title>
      <link>https://sjcreation.tech/blog/how-to-create-professional-qr-codes/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-create-professional-qr-codes/</guid>
      <pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>QR codes connect the physical and digital worlds in one scan. Learn how they work, how to make ones that reliably scan, and where they add real value.</description>
    </item>
    <item>
      <title>How to Format and Validate JSON (A Developer&#x27;s Guide)</title>
      <link>https://sjcreation.tech/blog/how-to-format-and-validate-json/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-format-and-validate-json/</guid>
      <pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate>
      <category>Developer Tools</category>
      <description>JSON is everywhere in modern development, and a single misplaced comma can break everything. Learn to format, validate, and debug JSON quickly and reliably.</description>
    </item>
    <item>
      <title>How to Generate Strong, Secure Passwords</title>
      <link>https://sjcreation.tech/blog/how-to-generate-strong-passwords/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-generate-strong-passwords/</guid>
      <pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate>
      <category>Security Tools</category>
      <description>Weak passwords are still the top cause of account breaches. Learn what actually makes a password strong and how to generate and manage passwords the right way.</description>
    </item>
    <item>
      <title>How to Merge PDF Files Online Securely</title>
      <link>https://sjcreation.tech/blog/how-to-merge-pdf-files-online-securely/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-merge-pdf-files-online-securely/</guid>
      <pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate>
      <category>PDF Tools</category>
      <description>Combining multiple PDFs into one clean document should be simple and private. Here is how to merge PDFs correctly, control page order, and do it without uploading anything.</description>
    </item>
    <item>
      <title>How to Split Large PDF Files</title>
      <link>https://sjcreation.tech/blog/how-to-split-large-pdf-files/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-split-large-pdf-files/</guid>
      <pubDate>Fri, 17 Jul 2026 00:00:00 +0000</pubDate>
      <category>PDF Tools</category>
      <description>Need just a few pages from a giant PDF, or want to break a report into sections? Here is how to split PDF files cleanly by page range, count, or individual pages.</description>
    </item>
    <item>
      <title>How to Convert PDF to Editable Word Documents</title>
      <link>https://sjcreation.tech/blog/convert-pdf-to-editable-word-documents/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/convert-pdf-to-editable-word-documents/</guid>
      <pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate>
      <category>PDF Tools</category>
      <description>Turning a locked-down PDF back into an editable Word file is easier than retyping it. Here is how conversion works, when it shines, and how to get the cleanest result.</description>
    </item>
    <item>
      <title>The Best Way to Convert Word to PDF</title>
      <link>https://sjcreation.tech/blog/convert-word-to-pdf/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/convert-word-to-pdf/</guid>
      <pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate>
      <category>PDF Tools</category>
      <description>Sharing a Word file risks broken fonts and shifted layouts on other devices. Converting to PDF locks everything in place. Here is how to do it right, every time.</description>
    </item>
    <item>
      <title>Essential ADB Commands Every Android User Should Know</title>
      <link>https://sjcreation.tech/blog/essential-adb-commands-every-android-user-should-know/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/essential-adb-commands-every-android-user-should-know/</guid>
      <pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate>
      <category>Android Tools</category>
      <description>ADB unlocks powerful control over your Android device from a computer. Here are the essential commands for installing apps, capturing screens, debugging, and more.</description>
    </item>
    <item>
      <title>How to Check an APK&#x27;s Version, Package Name &amp; Permissions</title>
      <link>https://sjcreation.tech/blog/how-to-check-apk-version-and-permissions/</link>
      <guid isPermaLink="true">https://sjcreation.tech/blog/how-to-check-apk-version-and-permissions/</guid>
      <pubDate>Thu, 16 Jul 2026 00:00:00 +0000</pubDate>
      <category>Android Tools</category>
      <description>Before you install or share an APK, it pays to know exactly what is inside it. Here is how to read an APK&#x27;s version, package name, SDK levels, and permissions.</description>
    </item>
  </channel>
</rss>
