<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>LazPlanet</title>
  <icon>https://lazplanet.gitlab.io/icon.png</icon>
  <subtitle>Lazarus and Free Pascal blog</subtitle>
  <link href="https://lazplanet.gitlab.io/atom.xml" rel="self"/>
  
  <link href="https://lazplanet.gitlab.io/"/>
  <updated>2022-03-15T20:47:10.000Z</updated>
  <id>https://lazplanet.gitlab.io/</id>
  
  <author>
    <name>LazPlanet</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>How to install Lazarus on OpenBSD</title>
    <link href="https://lazplanet.gitlab.io/2022/03/install-lazarus-openbsd.html"/>
    <id>https://lazplanet.gitlab.io/2022/03/install-lazarus-openbsd.html</id>
    <published>2022-03-15T20:47:10.000Z</published>
    <updated>2022-03-15T20:47:10.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;Are you using OpenBSD? Why not install Lazarus there? This article has you covered on how to do just that.&lt;/p&gt;</summary>
    
    
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/categories/Tutorials/"/>
    
    
    <category term="Articles" scheme="https://lazplanet.gitlab.io/tags/Articles/"/>
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/tags/Tutorials/"/>
    
    <category term="install" scheme="https://lazplanet.gitlab.io/tags/install/"/>
    
    <category term="lazarus" scheme="https://lazplanet.gitlab.io/tags/lazarus/"/>
    
    <category term="openbsd" scheme="https://lazplanet.gitlab.io/tags/openbsd/"/>
    
    <category term="guide" scheme="https://lazplanet.gitlab.io/tags/guide/"/>
    
  </entry>
  
  <entry>
    <title>Lazarus 2.2.0 Released - with Fixes Under the Hood</title>
    <link href="https://lazplanet.gitlab.io/2022/01/lazarus-220-released-with-fixes.html"/>
    <id>https://lazplanet.gitlab.io/2022/01/lazarus-220-released-with-fixes.html</id>
    <published>2022-01-11T19:20:00.000Z</published>
    <updated>2022-01-11T19:20:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;New year brings in a new Lazarus release. Version 2.2.0 with FPC 3.2.2. It has many new minor changes to look for.&lt;/p&gt;</summary>
    
    
    
    
    <category term="install" scheme="https://lazplanet.gitlab.io/tags/install/"/>
    
    <category term="News" scheme="https://lazplanet.gitlab.io/tags/News/"/>
    
    <category term="version" scheme="https://lazplanet.gitlab.io/tags/version/"/>
    
    <category term="release" scheme="https://lazplanet.gitlab.io/tags/release/"/>
    
  </entry>
  
  <entry>
    <title>How to Generate QR Codes in Lazarus</title>
    <link href="https://lazplanet.gitlab.io/2021/12/generate-qr-codes.html"/>
    <id>https://lazplanet.gitlab.io/2021/12/generate-qr-codes.html</id>
    <published>2021-12-31T21:34:00.000Z</published>
    <updated>2021-12-31T21:34:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;Learn this computer wizardry that let’s you transfer some wildly huge text to your phone before you can snap your fingers!&lt;/p&gt;</summary>
    
    
    
    <category term="Form Controls" scheme="https://lazplanet.gitlab.io/categories/Form-Controls/"/>
    
    <category term="Screen Graphics" scheme="https://lazplanet.gitlab.io/categories/Screen-Graphics/"/>
    
    
    <category term="Articles" scheme="https://lazplanet.gitlab.io/tags/Articles/"/>
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/tags/Tutorials/"/>
    
    <category term="utility" scheme="https://lazplanet.gitlab.io/tags/utility/"/>
    
    <category term="create" scheme="https://lazplanet.gitlab.io/tags/create/"/>
    
    <category term="QR" scheme="https://lazplanet.gitlab.io/tags/QR/"/>
    
    <category term="code" scheme="https://lazplanet.gitlab.io/tags/code/"/>
    
    <category term="generate" scheme="https://lazplanet.gitlab.io/tags/generate/"/>
    
  </entry>
  
  <entry>
    <title>How to Make a Simple Alarm Clock with Lazarus</title>
    <link href="https://lazplanet.gitlab.io/2021/12/alarm-clock.html"/>
    <id>https://lazplanet.gitlab.io/2021/12/alarm-clock.html</id>
    <published>2021-12-17T20:41:00.000Z</published>
    <updated>2021-12-17T20:41:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;Alarm clocks are simple but very useful in our daily lives, right? How about if we make our own?&lt;/p&gt;</summary>
    
    
    
    <category term="System API" scheme="https://lazplanet.gitlab.io/categories/System-API/"/>
    
    
    <category term="Articles" scheme="https://lazplanet.gitlab.io/tags/Articles/"/>
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/tags/Tutorials/"/>
    
    <category term="alarm" scheme="https://lazplanet.gitlab.io/tags/alarm/"/>
    
    <category term="clock" scheme="https://lazplanet.gitlab.io/tags/clock/"/>
    
    <category term="utility" scheme="https://lazplanet.gitlab.io/tags/utility/"/>
    
  </entry>
  
  <entry>
    <title>How to Cross Compile on Lazarus</title>
    <link href="https://lazplanet.gitlab.io/2020/05/cross-compile-on-lazarus.html"/>
    <id>https://lazplanet.gitlab.io/2020/05/cross-compile-on-lazarus.html</id>
    <published>2020-05-12T23:29:00.000Z</published>
    <updated>2020-05-12T23:29:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;It’s alive! It’s working! We’re compiling for other OSs that we don’t have… easily!&lt;/p&gt;</summary>
    
    
    
    <category term="System API" scheme="https://lazplanet.gitlab.io/categories/System-API/"/>
    
    <category term="Console" scheme="https://lazplanet.gitlab.io/categories/Console/"/>
    
    <category term="Hardware" scheme="https://lazplanet.gitlab.io/categories/Hardware/"/>
    
    
    <category term="building" scheme="https://lazplanet.gitlab.io/tags/building/"/>
    
    <category term="Compiler" scheme="https://lazplanet.gitlab.io/tags/Compiler/"/>
    
    <category term="compiling" scheme="https://lazplanet.gitlab.io/tags/compiling/"/>
    
    <category term="cross" scheme="https://lazplanet.gitlab.io/tags/cross/"/>
    
    <category term="Linux" scheme="https://lazplanet.gitlab.io/tags/Linux/"/>
    
    <category term="Windows" scheme="https://lazplanet.gitlab.io/tags/Windows/"/>
    
  </entry>
  
  <entry>
    <title>How to Run Lua Code Inside Lazarus Programs</title>
    <link href="https://lazplanet.gitlab.io/2020/05/lua-code-inside-lazarus.html"/>
    <id>https://lazplanet.gitlab.io/2020/05/lua-code-inside-lazarus.html</id>
    <published>2020-05-01T16:37:00.000Z</published>
    <updated>2020-05-01T16:37:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;We’re crazy! We’re out of our minds! We’re going to run Lua code, from inside our Lazarus code! 2 Languages at once!&lt;/p&gt;</summary>
    
    
    
    <category term="System API" scheme="https://lazplanet.gitlab.io/categories/System-API/"/>
    
    
    <category term="Articles" scheme="https://lazplanet.gitlab.io/tags/Articles/"/>
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/tags/Tutorials/"/>
    
    <category term="Linux" scheme="https://lazplanet.gitlab.io/tags/Linux/"/>
    
    <category term="lua" scheme="https://lazplanet.gitlab.io/tags/lua/"/>
    
  </entry>
  
  <entry>
    <title>How to Install Lazarus on Ubuntu 20.04 LTS [with Video]</title>
    <link href="https://lazplanet.gitlab.io/2020/04/install-lazarus-ubuntu-20-04.html"/>
    <id>https://lazplanet.gitlab.io/2020/04/install-lazarus-ubuntu-20-04.html</id>
    <published>2020-04-27T13:56:00.000Z</published>
    <updated>2020-04-27T13:56:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;Ubuntu 20.04 LTS has been released recently, but installing Lazarus there from the official repos won’t get you up and running. Let’s see how Lazarus can be installed on 20.04 without issues.&lt;/p&gt;</summary>
    
    
    
    <category term="Guides" scheme="https://lazplanet.gitlab.io/categories/Guides/"/>
    
    
    <category term="Articles" scheme="https://lazplanet.gitlab.io/tags/Articles/"/>
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/tags/Tutorials/"/>
    
    <category term="Linux" scheme="https://lazplanet.gitlab.io/tags/Linux/"/>
    
    <category term="install" scheme="https://lazplanet.gitlab.io/tags/install/"/>
    
    <category term="Ubuntu" scheme="https://lazplanet.gitlab.io/tags/Ubuntu/"/>
    
    <category term="guide" scheme="https://lazplanet.gitlab.io/tags/guide/"/>
    
  </entry>
  
  <entry>
    <title>How to do Basic REST API Implementation in Lazarus (with Weather API example)</title>
    <link href="https://lazplanet.gitlab.io/2019/03/basic-rest-api-implementation.html"/>
    <id>https://lazplanet.gitlab.io/2019/03/basic-rest-api-implementation.html</id>
    <published>2019-03-22T16:16:00.000Z</published>
    <updated>2019-03-22T16:16:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;REST APIs are “the thing” to learn these days. But how should we get it to work on Lazarus? Let’s see…&lt;/p&gt;</summary>
    
    
    
    <category term="System API" scheme="https://lazplanet.gitlab.io/categories/System-API/"/>
    
    <category term="Code Snippets" scheme="https://lazplanet.gitlab.io/categories/Code-Snippets/"/>
    
    <category term="HTML Web" scheme="https://lazplanet.gitlab.io/categories/HTML-Web/"/>
    
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/tags/Tutorials/"/>
    
    <category term="Explanation" scheme="https://lazplanet.gitlab.io/tags/Explanation/"/>
    
    <category term="REST API" scheme="https://lazplanet.gitlab.io/tags/REST-API/"/>
    
    <category term="temperature" scheme="https://lazplanet.gitlab.io/tags/temperature/"/>
    
    <category term="weather" scheme="https://lazplanet.gitlab.io/tags/weather/"/>
    
  </entry>
  
  <entry>
    <title>How to Get Contents of a URL (in 2 Ways)</title>
    <link href="https://lazplanet.gitlab.io/2019/03/how-to-get-contents-of-url-in-2-ways.html"/>
    <id>https://lazplanet.gitlab.io/2019/03/how-to-get-contents-of-url-in-2-ways.html</id>
    <published>2019-03-15T23:47:00.000Z</published>
    <updated>2019-03-15T23:47:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;The Web is an amazing place. What if we could download the contents of a link on the web to our own Lazarus program? Let’s find out how!&lt;/p&gt;</summary>
    
    
    
    <category term="Code Snippets" scheme="https://lazplanet.gitlab.io/categories/Code-Snippets/"/>
    
    <category term="HTML Web" scheme="https://lazplanet.gitlab.io/categories/HTML-Web/"/>
    
    
    <category term="Explanation" scheme="https://lazplanet.gitlab.io/tags/Explanation/"/>
    
    <category term="JSON" scheme="https://lazplanet.gitlab.io/tags/JSON/"/>
    
    <category term="REST API" scheme="https://lazplanet.gitlab.io/tags/REST-API/"/>
    
    <category term="internet" scheme="https://lazplanet.gitlab.io/tags/internet/"/>
    
    <category term="basic" scheme="https://lazplanet.gitlab.io/tags/basic/"/>
    
    <category term="download" scheme="https://lazplanet.gitlab.io/tags/download/"/>
    
    <category term="wallpaper" scheme="https://lazplanet.gitlab.io/tags/wallpaper/"/>
    
    <category term="website" scheme="https://lazplanet.gitlab.io/tags/website/"/>
    
  </entry>
  
  <entry>
    <title>How to Create a Calculator in Under 5 Minutes</title>
    <link href="https://lazplanet.gitlab.io/2019/03/how-to-create-calculator-in-under-5.html"/>
    <id>https://lazplanet.gitlab.io/2019/03/how-to-create-calculator-in-under-5.html</id>
    <published>2019-03-07T16:36:00.000Z</published>
    <updated>2019-03-07T16:36:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;Computers are huge calculators. But how about making your own program to calculate things?! …And under 5 minutes? How is it even possible?! Let’s find out!&lt;/p&gt;</summary>
    
    
    
    <category term="Math Dates" scheme="https://lazplanet.gitlab.io/categories/Math-Dates/"/>
    
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/tags/Tutorials/"/>
    
    <category term="Explanation" scheme="https://lazplanet.gitlab.io/tags/Explanation/"/>
    
    <category term="calculate" scheme="https://lazplanet.gitlab.io/tags/calculate/"/>
    
    <category term="shortcuts" scheme="https://lazplanet.gitlab.io/tags/shortcuts/"/>
    
    <category term="unit" scheme="https://lazplanet.gitlab.io/tags/unit/"/>
    
  </entry>
  
  <entry>
    <title>Lazarus 2.0.0 Released - With Many Tiny Changes</title>
    <link href="https://lazplanet.gitlab.io/2019/02/lazarus-200-released-with-many-tiny.html"/>
    <id>https://lazplanet.gitlab.io/2019/02/lazarus-200-released-with-many-tiny.html</id>
    <published>2019-02-14T16:20:00.000Z</published>
    <updated>2019-02-14T16:20:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;Lazarus 2.0 has been released. It is the second major release with FPC 3.0.4. It has many new minor changes to look for.&lt;/p&gt;</summary>
    
    
    
    
    <category term="install" scheme="https://lazplanet.gitlab.io/tags/install/"/>
    
    <category term="News" scheme="https://lazplanet.gitlab.io/tags/News/"/>
    
    <category term="version" scheme="https://lazplanet.gitlab.io/tags/version/"/>
    
    <category term="release" scheme="https://lazplanet.gitlab.io/tags/release/"/>
    
  </entry>
  
  <entry>
    <title>How to Create Multilingual Programs in Lazarus</title>
    <link href="https://lazplanet.gitlab.io/2018/12/how-to-create-multilingual-programs-in.html"/>
    <id>https://lazplanet.gitlab.io/2018/12/how-to-create-multilingual-programs-in.html</id>
    <published>2018-12-16T00:54:00.000Z</published>
    <updated>2018-12-16T00:54:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;Hola, ciào, bonjour! Today we’re making our program speak different languages!&lt;/p&gt;</summary>
    
    
    
    <category term="Text Operation" scheme="https://lazplanet.gitlab.io/categories/Text-Operation/"/>
    
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/tags/Tutorials/"/>
    
    <category term="Explanation" scheme="https://lazplanet.gitlab.io/tags/Explanation/"/>
    
    <category term="i18n" scheme="https://lazplanet.gitlab.io/tags/i18n/"/>
    
    <category term="languages" scheme="https://lazplanet.gitlab.io/tags/languages/"/>
    
    <category term="localization" scheme="https://lazplanet.gitlab.io/tags/localization/"/>
    
    <category term="multilanguage" scheme="https://lazplanet.gitlab.io/tags/multilanguage/"/>
    
    <category term="multilingual" scheme="https://lazplanet.gitlab.io/tags/multilingual/"/>
    
    <category term="translation" scheme="https://lazplanet.gitlab.io/tags/translation/"/>
    
  </entry>
  
  <entry>
    <title>Spotlight: CudaText - A Hot Replacement for Sublime Text, Written in Lazarus</title>
    <link href="https://lazplanet.gitlab.io/2018/05/spotlight-cudatext-hot-replacement-for.html"/>
    <id>https://lazplanet.gitlab.io/2018/05/spotlight-cudatext-hot-replacement-for.html</id>
    <published>2018-05-01T13:45:00.000Z</published>
    <updated>2018-05-01T13:45:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;Care for a replacement of Sublime Text, but Open Source? We got you covered…!&lt;/p&gt;</summary>
    
    
    
    
    <category term="Reviews" scheme="https://lazplanet.gitlab.io/tags/Reviews/"/>
    
    <category term="Software" scheme="https://lazplanet.gitlab.io/tags/Software/"/>
    
    <category term="Spotlight" scheme="https://lazplanet.gitlab.io/tags/Spotlight/"/>
    
    <category term="text editor" scheme="https://lazplanet.gitlab.io/tags/text-editor/"/>
    
    <category term="Text Operation" scheme="https://lazplanet.gitlab.io/tags/Text-Operation/"/>
    
  </entry>
  
  <entry>
    <title>How to make a Simple Video Player in Lazarus</title>
    <link href="https://lazplanet.gitlab.io/2018/01/how-to-make-simple-video-player-in.html"/>
    <id>https://lazplanet.gitlab.io/2018/01/how-to-make-simple-video-player-in.html</id>
    <published>2018-01-28T02:49:00.000Z</published>
    <updated>2018-01-28T02:49:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;We like to watch videos. How about playing videos on our own player? In this article, we are going to create a fun, simple video player.&lt;/p&gt;</summary>
    
    
    
    <category term="Code Snippets" scheme="https://lazplanet.gitlab.io/categories/Code-Snippets/"/>
    
    <category term="Audio Video" scheme="https://lazplanet.gitlab.io/categories/Audio-Video/"/>
    
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/tags/Tutorials/"/>
    
    <category term="Explanation" scheme="https://lazplanet.gitlab.io/tags/Explanation/"/>
    
    <category term="media" scheme="https://lazplanet.gitlab.io/tags/media/"/>
    
    <category term="multimedia" scheme="https://lazplanet.gitlab.io/tags/multimedia/"/>
    
    <category term="player" scheme="https://lazplanet.gitlab.io/tags/player/"/>
    
    <category term="video" scheme="https://lazplanet.gitlab.io/tags/video/"/>
    
    <category term="vlc" scheme="https://lazplanet.gitlab.io/tags/vlc/"/>
    
  </entry>
  
  <entry>
    <title>Lazarus 1.8 Released - With New Icons and High DPI Support</title>
    <link href="https://lazplanet.gitlab.io/2017/12/lazarus-18-released-with-new-icons-and.html"/>
    <id>https://lazplanet.gitlab.io/2017/12/lazarus-18-released-with-new-icons-and.html</id>
    <published>2017-12-16T21:58:00.000Z</published>
    <updated>2017-12-16T21:58:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;Lazarus 1.8 has been released. It is the first version with FPC 3.0.4. It has many visible and under the hood changes.&lt;/p&gt;</summary>
    
    
    
    
    <category term="install" scheme="https://lazplanet.gitlab.io/tags/install/"/>
    
    <category term="News" scheme="https://lazplanet.gitlab.io/tags/News/"/>
    
    <category term="version" scheme="https://lazplanet.gitlab.io/tags/version/"/>
    
    <category term="release" scheme="https://lazplanet.gitlab.io/tags/release/"/>
    
  </entry>
  
  <entry>
    <title>Supercharge Your Beginner Friends with this E-Book!</title>
    <link href="https://lazplanet.gitlab.io/2017/12/supercharge-your-beginner-friends-with.html"/>
    <id>https://lazplanet.gitlab.io/2017/12/supercharge-your-beginner-friends-with.html</id>
    <published>2017-12-15T23:33:00.000Z</published>
    <updated>2017-12-15T23:33:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;Many have the will to start learning Lazarus, but could not find an easy way to start. This e-book will give them the fuel to get started.&lt;/p&gt;</summary>
    
    
    
    
    <category term="Explanation" scheme="https://lazplanet.gitlab.io/tags/Explanation/"/>
    
    <category term="News" scheme="https://lazplanet.gitlab.io/tags/News/"/>
    
    <category term="resource" scheme="https://lazplanet.gitlab.io/tags/resource/"/>
    
    <category term="beginners" scheme="https://lazplanet.gitlab.io/tags/beginners/"/>
    
    <category term="E-book" scheme="https://lazplanet.gitlab.io/tags/E-book/"/>
    
    <category term="reference" scheme="https://lazplanet.gitlab.io/tags/reference/"/>
    
  </entry>
  
  <entry>
    <title>Make a simple Image Zoomer in 5 minutes!</title>
    <link href="https://lazplanet.gitlab.io/2017/05/make-simple-image-zoomer-in-5-minutes.html"/>
    <id>https://lazplanet.gitlab.io/2017/05/make-simple-image-zoomer-in-5-minutes.html</id>
    <published>2017-05-21T00:00:00.000Z</published>
    <updated>2017-05-21T00:00:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;Zooming is kind of fun! Here is a 5 minute image zoom tutorial with mouse scroll fun!&lt;/p&gt;</summary>
    
    
    
    <category term="Screen Graphics" scheme="https://lazplanet.gitlab.io/categories/Screen-Graphics/"/>
    
    
    <category term="2D Graphics" scheme="https://lazplanet.gitlab.io/tags/2D-Graphics/"/>
    
    <category term="image" scheme="https://lazplanet.gitlab.io/tags/image/"/>
    
    <category term="canvas" scheme="https://lazplanet.gitlab.io/tags/canvas/"/>
    
    <category term="Graphics" scheme="https://lazplanet.gitlab.io/tags/Graphics/"/>
    
    <category term="zoom" scheme="https://lazplanet.gitlab.io/tags/zoom/"/>
    
  </entry>
  
  <entry>
    <title>How to detect Mouse Events outside your Form</title>
    <link href="https://lazplanet.gitlab.io/2016/06/how-to-detect-mouse-events-outside-your.html"/>
    <id>https://lazplanet.gitlab.io/2016/06/how-to-detect-mouse-events-outside-your.html</id>
    <published>2016-06-22T13:59:00.000Z</published>
    <updated>2016-06-22T13:59:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;In this article we find out what the user is doing with his mouse, even outside of the program. Let’s conquer the whole system!&lt;/p&gt;</summary>
    
    
    
    <category term="System API" scheme="https://lazplanet.gitlab.io/categories/System-API/"/>
    
    
    <category term="menu" scheme="https://lazplanet.gitlab.io/tags/menu/"/>
    
    <category term="Windows Only" scheme="https://lazplanet.gitlab.io/tags/Windows-Only/"/>
    
    <category term="events" scheme="https://lazplanet.gitlab.io/tags/events/"/>
    
    <category term="mouse" scheme="https://lazplanet.gitlab.io/tags/mouse/"/>
    
    <category term="Windows API" scheme="https://lazplanet.gitlab.io/tags/Windows-API/"/>
    
    <category term="hooks" scheme="https://lazplanet.gitlab.io/tags/hooks/"/>
    
    <category term="system wide" scheme="https://lazplanet.gitlab.io/tags/system-wide/"/>
    
  </entry>
  
  <entry>
    <title>How to Make a Text Scroller Animation</title>
    <link href="https://lazplanet.gitlab.io/2016/04/how-to-make-text-scroller-animation.html"/>
    <id>https://lazplanet.gitlab.io/2016/04/how-to-make-text-scroller-animation.html</id>
    <published>2016-04-25T14:11:00.000Z</published>
    <updated>2016-04-25T14:11:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;At the end of a movie or in our application, we could use some text scrolling fun! But how to do that? Let’s see…&lt;/p&gt;</summary>
    
    
    
    <category term="Text Operation" scheme="https://lazplanet.gitlab.io/categories/Text-Operation/"/>
    
    <category term="Form Controls" scheme="https://lazplanet.gitlab.io/categories/Form-Controls/"/>
    
    
    <category term="Articles" scheme="https://lazplanet.gitlab.io/tags/Articles/"/>
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/tags/Tutorials/"/>
    
    <category term="Explanation" scheme="https://lazplanet.gitlab.io/tags/Explanation/"/>
    
    <category term="animation" scheme="https://lazplanet.gitlab.io/tags/animation/"/>
    
  </entry>
  
  <entry>
    <title>Create a web browser in 3 minutes using Chromium engine! (fpCEF3)</title>
    <link href="https://lazplanet.gitlab.io/2015/09/create-web-browser-in-3-minutes-using.html"/>
    <id>https://lazplanet.gitlab.io/2015/09/create-web-browser-in-3-minutes-using.html</id>
    <published>2015-09-16T05:54:00.000Z</published>
    <updated>2015-09-16T05:54:00.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;We’ll learn how to create a web browser even quicker than you can install one! All using the people’s favorite chromium engine!&lt;/p&gt;</summary>
    
    
    
    <category term="HTML Web" scheme="https://lazplanet.gitlab.io/categories/HTML-Web/"/>
    
    
    <category term="Articles" scheme="https://lazplanet.gitlab.io/tags/Articles/"/>
    
    <category term="Tutorials" scheme="https://lazplanet.gitlab.io/tags/Tutorials/"/>
    
    <category term="browser" scheme="https://lazplanet.gitlab.io/tags/browser/"/>
    
    <category term="internet" scheme="https://lazplanet.gitlab.io/tags/internet/"/>
    
  </entry>
  
</feed>
