Skip to content
Realhe.ro blog

Realhe.ro blog

Not another blog about webdesign, security and IT.

  • Home
  • Gamedev repository (mostly Phaser stuff)
  • Phaser course
    My Phaser course for absolute beginners.
  • Elementary OS
    Tips for Elementary OS users.
  • Projects
    • PHP
      • Smarty gettext with domain support (block t plugin) [depreciated]
      • Active directory support for Yii framework
    • jQuery
      • jQuery advanced filter list plugin
      • Reversed version of cycle2 plugin Scroll Vert
    • Misc
  • Contact
  • Friends
    • iBeat IT – my friend’s blog about Hyper-V and IT
    • Girls Gone Tech – About women in IT world (Polish)

Language Switcher

  • English
  • Polski

Konrad Fedorczyk

1Hi, I'm Konrad!
I spend my time mostly on coding web related stuff. I hope you'll find my articles helpful.

Adrian Ligiewicz

1Work in IT is my dream.
Acquiring engineer title is a matter of time and constant hunger for knowledge only solidifies it.
If you let me prove myself, you will not regret that.

Add template identifiers in Grav

Add template identifiers in Grav

You can add template id’s to debug your Grav website. Check that:

{% extends 'partials/base.html.twig' %}

{% block body %}
    {% for module in page.collection() %}
        <!-- @begin_template: {{ module.template }} -->
        {{ module.content|raw }}
        <!-- @end_template: {{ module.template }} -->
    {% endfor %}
{% endblock %}

Will output:

Posted on February 12, 2019February 12, 2019Categories PHP, Quick TipTags cms, Grav, phpLeave a comment on Add template identifiers in Grav
Cool vaporizing notification for form inputs

Cool vaporizing notification for form inputs

Read more and check how cool your forms might be! Click multiple times and ratatatatatatatatata…

Continue reading Cool vaporizing notification for form inputs
Posted on February 1, 2019February 1, 2019Categories Coding for fun, CSS, JavaScriptTags CSS, eyecandy, jQueryLeave a comment on Cool vaporizing notification for form inputs
Mobile Menu for Modular Page (Grav issue)

Mobile Menu for Modular Page (Grav issue)

I’ve found a solution for problem with with mobile menu in Grav CMS. Read more for details.

Continue reading Mobile Menu for Modular Page (Grav issue)
Posted on January 28, 2019January 28, 2019Categories PHPTags cms, Grav, php, twig4 Comments on Mobile Menu for Modular Page (Grav issue)
Background gallery in pure CSS

Background gallery in pure CSS

In this post you’ll find source of fading background gallery written purely in CSS.

Continue reading Background gallery in pure CSS
Posted on January 24, 2019January 24, 2019Categories CSS, WebdevelopmentTags CSS, eyecandy, html51 Comment on Background gallery in pure CSS
Web trends for 2019

Web trends for 2019

Here you can find great summary about predicted web trends in the following year.

Posted on January 16, 2019January 16, 2019Categories WebdevelopmentLeave a comment on Web trends for 2019
Screenshot from console on Raspberry Pi

Screenshot from console on Raspberry Pi

I’m building a fleet of distributed Raspberry multimedia players and I’ve decided to start with a few terminal commands to manage them.

Let’s begin with a screenshot of current screen contents.

Continue reading Screenshot from console on Raspberry Pi
Posted on January 9, 2019January 9, 2019Categories Administration, Linux, RaspbianTags Linux, multimedia, Raspberry Pi, Raspbian, remoteLeave a comment on Screenshot from console on Raspberry Pi
New selfpacker.sh version

New selfpacker.sh version

Click read more to review changes and source.

Continue reading New selfpacker.sh version
Posted on December 21, 2018December 21, 2018Categories Tools, WebdevelopmentTags bash, console, Linux, package.json, sh, webdesignLeave a comment on New selfpacker.sh version
GLSL converter to fragment source (usable by Phaser)

GLSL converter to fragment source (usable by Phaser)

I haven’t found anything that can convert GLSL code to fragment source used by Phaser so I’ve created my own tool.

Continue reading GLSL converter to fragment source (usable by Phaser)
Posted on December 20, 2018December 20, 2018Categories Gamedev, Phaser, ToolsTags gamedev, GLSL, phaser, pixi.js, shaders, toolsLeave a comment on GLSL converter to fragment source (usable by Phaser)
Use Powershell to periodically cleanup temporary dirs

Use Powershell to periodically cleanup temporary dirs

Simple code snippet to cleanup files older than n days. 

Continue reading Use Powershell to periodically cleanup temporary dirs
Posted on December 19, 2018December 19, 2018Categories Administration, Server, WindowsTags automation, powershell, windows, windows serverLeave a comment on Use Powershell to periodically cleanup temporary dirs
How to use psexec to remotely change DNS server?

How to use psexec to remotely change DNS server?

This tutorial will guide you through the commands to change DNS remotely.

Continue reading How to use psexec to remotely change DNS server?
Posted on December 18, 2018December 18, 2018Categories Administration, WindowsTags helpdesk, ipconfig, psexec, windowsLeave a comment on How to use psexec to remotely change DNS server?

Posts navigation

Previous page Page 1 Page 2 Page 3 Page 4 … Page 13 Next page
Proudly powered by WordPress