Uh, I want to hide header displayed in some of the blog modules. So after spending an hour, I finally found the way how to hide it.
When you are logged as an admin, and you are in edit mode, move the mouse over Manage button in the upper left corner of the module, and from the menu select Edit module
Select page Page Settings and uncheck Display Container option or under Module Container option choose container type which does not display header. In standard DarkKnight DNN theme this container type is: Host: DarkKnigth-Invisible
It's easy when you know what to do, but sometimes it's hard to find what you are looking for.
Blog about programming
We'll guide you through the process of incorporating ChatGPT shared links into your commit messages.
What you should know abot textures before get started programming your first game.
GIMP script for creating Android icons at once
Script for creating Android icons for different screen resolutions at once. Icons can be saved using standard Android icons naming conventions and saved in appropriate folders.
Source code with examples how to use relative layout to create nice buttons with text and images in Android
Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.