gui

Installation of VIM X11 and archivers on RHEL 4 x86_64

Install archivers rhel4-x64-archivers.tar.bz2

Download and install vim-X11-6.3.046-0.40E.7.{i386,x86_64}.rpm.

Install .gvimrc in the home folder.

ExtJS 3.0 Themes

One of the best improvements offered in ExtJS 3.0 over previous versions is the new CSS structure. JC Bize (an ExtJS Development Team member) had an excellent presentation at the 2009 Ext Conference discussing what had changed and offered some tips on how to build your own themes. I recently migrated my application from 2.x to 3.0, and I’d like to share my experience with creating a new theme.Read more

Story URL: 

10 Creative & Rich UI & How to Create Them

Sometimes it’s just amazing to see, which level of usability, legibility and visual appeal can be achieved using some basic design techniques. In fact, some talented web-developers manage to deliver powerful, functional and gorgeous web-design in “look-and-feel”-style, which is easy to use and nice to see.

The User experience has dramatically improved over the past few years, resulting in rich and responsive user interface. AJAX?, javascript and CSS are widely used to offer users the dynamic interaction that they have come to expect from advanced, sophisticated, professional solutions.Read more

Story URL: 

Learning Ext JS 3.2, Shea Frederic et al

The book provides plenty of fun example code and screenshots to guide you through the creation of examples to assist with learning. By taking a chapter-by-chapter look at each major aspect of the Ext JS framework, the book lets you digest the available features in small, easily understandable chunks, allowing you to start using the library for your development needs immediately. This book is written for Web Application Developers who are familiar with HTML but may have little to no experience with JavaScript application development. If you are starting to build a new web application, or are re-vamping an existing web application, then this book is for you.

Custom GDM

in

GDM scripts

Create the file /var/log/gdm.log.

In the file /etc/gdm/PreSession/Default add the line

for script in /etc/gdm/PreSession/S*; do sh $script >> /var/log/gdm.log 2>&1; done

In the file /etc/gdm/PostSession/Default add the line

for script in /etc/gdm/PostSession/K*; do sh $script >> /var/log/gdm.log 2>&1; done

Create script /etc/gdm/PreSession/S01session:

#!/bin/bash
echo == LOGIN $LOGNAME `date`
echo ====

Create script /etc/gdm/PostSession/K01session:Read more

GFXboot

in

We are converting PCX to RLE. Change PCX mode in GIMP to indexed 16 color:Read more

Amazing waterfall wallpapers

Multimedia
Syndicate content