Tuesday, December 17, 2013

Pinboard - Simple To-Do List Application



What can you do with Pinboard

Main purpose of Pinboard is to help you with organization of your daily life. So for example, in morning you need to buy groceries for breakfast, no problem.
Create group Groceries, give it description ‘Groceries for breakfast’ and add couple of groceries like bread, milk etc.
After you buy those groceries you can set those tasks as ‘Done’ and they will go archive. Afterwards, if you need to repeat same tasks again, you don’t have to recreate them all over, just go to ‘Manage’ tab and select ‘Tasks’, there you will find your finished tasks which you can bring back to main panel. 

Tuesday, September 3, 2013

PHP - Login/Register script with internal messaging system

        Today I will show you my Login/Register script made with PHP. This script is made to be easily usable by any type of site. It consists out of login page, registration page and admin page.

        Admins can send or receive messages from users, activate or deactivate users, change theme and change admin password. In next steps I will explain some of the parts of this script.

Saturday, March 2, 2013

Ubuntu - How to package Qt application (part 3)

Building .deb package

The last step of our packaging course is building .deb package. Go to folder which we created on desktop and run following command:

Friday, March 1, 2013

Ubuntu - How to package Qt application (part 2)

Creating Debian folder

 

 After the first part is finished now we need to make Debian folder which contains crucial informations for building your app. In this tutorial I'll use simple Qt application, it just displays Hello World on screen.

Thursday, February 28, 2013

Ubuntu - How to package Qt application (part 1)

Package preparations

 

In this tutorial I will show you how to package Qt application in Ubuntu. After packaging you'll be able to upload your app to Launchpad and share your application with milions of Linux users. Also if you want to submit your app to Ubuntu Software Center, submit process will be a lot faster if you upload already packaged app. 

 So let's start...