Goran Siric
Blog about programming
RssIcon

GIMP script for creating Android icons at once

by admin on Thursday, September 22, 2011 3:46 AM

If you are programming for Android then you know how hard is to create and manage all that icons for different screen sizes and resoultions. Here is GIMP script for creating all that icons at once. 

android
android icons
GIMP

Integrating Google AdSense with DNN 6

by admin on Tuesday, September 20, 2011 4:47 AM

See how to integrate Google AdSense code with your DotNetNuke 6 site.

Change site icon in DNN search box

by admin on Tuesday, September 20, 2011 1:16 AM

If you want to change site icon in DNN search box here is the easiest solution I found.

Depending of your DNN version you need to replace one of the following files:

DNN 6.0.0 /Images/Search/dotnetnuke-icon.gif
DNN 6.0.1 /icons/sigma/DnnSearch_16X16_Standard.png

So you need to create 16x16 image for your site, save it as gif or png image and replace existing files.


Hiding header in DNN blog module

by admin on Wednesday, September 14, 2011 11:37 PM

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.

Just started

by admin on Wednesday, September 14, 2011 11:25 PM

Today, I just installed DNN blog module.

I am still confused about using DNN but hope that this will change in the next few days :)



If you found this useful,
you can buy me a coffe :)

By me a coffe through PayPal :)


Featured articles

Integrating ChatGPT shared links with Sourcetree

We'll guide you through the process of incorporating ChatGPT shared links into your commit messages.

AndEngine - Textures tips and tricks

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.

Creating Android button with image and text using relative layout

Source code with examples how to use relative layout to create nice buttons with text and images in Android

Android application and the Internet

Tutorial about connecting to the web pages on the Internet from Android application, using both POST and GET web requests.