RSSFlash is an RSSReader application written in Visual C# 2005. RSSFlash New version 2.36 released. Download NSIS Installable RSSFlash 2.36 executable(stable) It is life time free version including source code. You should have .net 2.0 installed already! This version is specifically created for craigslist users. It has step by step PDF user guide, packed by NSIS packager. It is multi-threaded application. You have the option to check the RSS site very minute or whatever time you like. I suggest you to set this for every minute and get my expected craigslist advertisement. It is a stable version, stress tested for more than 5 days. Suggest me improvement in the comments. Download RSSFlash ...
Successful Interview: How do you make it?
Congratulations! The resume that you spent many hours carefully crafting has resulted in a face-to-face interview at a Company that you are extremely interested in. After the adrenalin rush has worn off, you think “OMG, I have to put together a seminar, make travel arrangements and buy new clothes and shoes (well only if you are a woman)”. Although you may think that the hard part of your job search is over; think again….the fun is just beginning. I had similar tough time in 2003 like what you face now. Since I was strong on my subject - in all possible ...
Is Your Home A Good Investment? – As assets, homes provide only modest annual returns in the long run
As assets, homes provide only modest annual returns in the long run Home prices have fallen 32.2 percent since peaking in the second quarter of 2006, according to the Case-Shiller index (Posted: 05/27/2009 08:24:38 AM PDT)! There's the usual talk about what the latest Case-Shiller house price data mean for the next short term move in the real estate market. Has housing bottomed? If not, has the rate of decline slowed? And when will we see an upturn? Human nature likes the short term. Which is why so little attention is paid to something that is probably more important, if less urgent: What ...
How to come out of Red – Credit Card Trap – Make yourself comfortable life?
As the US struggles with one of its deepest recessions since the 1930s, credit is on everyone’s mind. Mounting layoffs, declining benefits, and depressed assets are leaving people without steady streams of income and forcing them to question how they will pay their bills. Paying by credit card has lost its appeal as consumers worry about getting caught up in a downward spiral of debt. But credit cards aren’t evil in and of themselves. Used responsibly they can become an important spending tool that can also pay you back. Before you can begin putting credit cards to work for you, you ...
How to Set an Oracle Env. variable – ORACLE_HOME?
What is ORACLE_HOME used for? * The ORACLE_HOME is an environment variable which is used to set and define the path of Oracle Home (server) Directory. * The ORACLE_HOME directory will have the sub directories, binaries, executables, programs, scripts, etc. for the Oracle Database. * This directory can be used by any user who wants to use the particular database. * If the ORACLE_HOME variable is defined as an environment variable, then during the installation process, the Oracle Home Path will be set to the directory defined as default. If the variable is not defined, then the Oracle will take its own default location. ...
JiltinSkyBlue 3.0 Professional WordPress Theme
I have released a new widget ready professional theme, tested with wordpress 2.6.2 & 2.7.1 JiltinSkyBlue 3.0. This is an free open source Wordpress theme. Jiltin skyblue Demo Download: JiltinSkyBlue 3.0 WordPress zip Theme Here are some features: - JiltinSkyBlue 3.0 has skyblue background, brighter and good looking color combination. - Sidebar Widget Compatibility: Right-Sidebar of this theme are fully compatible with default Wordpress widgets and can easily customized for compatibility with custom widgets. - Rounded Corners: The theme posts has rounded corners and curvy element edges which gives it a very lustrous design look. - RSS Subscription: JiltinSkyBlue is integrated with popular RSS subscription like Google ...
Standalone Access the Wordpress database using $wpdb
if you wish to access the database from your code file which is not placed inside one of the standard plugin locations, you will need to include_once() the wp-db.php file as well as the wp-config.php file. Including only the wp-db.php file will not set the database connection information resulting in an error message like "Wordpress could not connect to the database". It is always advisable to put your functionality inside a plugin. However, if you need it in some cases, this workaround is available. For example, this is the code in a file has_great_code.php in the root/installation directory : [code lang="php"] include_once('wp-config.php'); include_once('wp-load.php'); include_once('wp-includes/wp-db.php'); [/code] I ...
Good Glimpse of all the states (US states only) and the Economic Turmoil in 2009!
SACRAMENTO, Calif. – States from coast to coast began a new fiscal year Wednesday with no budget plans and with cash quickly running out, sending some to the brink of shutdown and forcing others to furlough workers and cut services. In California, Gov. Arnold Schwarzenegger declared a fiscal emergency and ordered state offices closed three days a month to save money as the state sank deeper into dysfunction. State officials plan to pay bills with IOUs starting Thursday. But the pain extends Read Full Article (Click here)...
How do you enable sudo, disable root, and limit access in Linux / Cent OS?
After googling sometime, I have followed the steps indicated here and made it work in CENT OS 5. Hence, I am sharing this experience and step for you to learn. The steps are simple and easy to follow once you understand the concept of it. Cent OS differs from many other distros by enabling root account during setup. When there is a need to perform administrative task, just run the command with sudo and easily prevent the risk of abusing root privileges and doing stupid things. Following this Read Full Article (Click here)...
How can I list files with their absolute path in linux?
Very interesting one for me whenever I use the ultra edit, I need to provide a complete linux path file name to it. Whenever I list files in unix I always get the file in current directory. Here is the method I use to find the complete file path to process. [bcompiler]# ls -ltr -rwxr-xr-x 1 root root 206 Jul 22 2002 Makefile.in.old -rw-r–r– 1 root root 0 Jul 22 2002 EXPERIMENTAL -rwxr-xr-x 1 root root 333 Jul 22 2002 config.m4.old However, I want to get the complete Read Full Article (Click here)...
How do you Create soft link with ln command in Linux / UNIX?
To make links between files you need to use ln command. A symbolic link (also known as a soft link or symlink) consists of a special type of file that serves as a reference to another file or directory. Unix/Linux like operating systems often uses symbolic links. Two types of links There are two types of links * symbolic links: Refer to a symbolic path indicating the abstract location of another file * hard links : Refer to the specific location of physical data. How do I create soft Read Full Article (Click here)...
Managing your career skills you need to survive the next round of layoffs at your job
What’s triggering fears and sleepless nights for many of us about the unemployment abyss is not the job-loss stats themselves, but the depth of the cuts—and the qualifications of some of the people getting jettisoned. The questions we keep hearing are: Why do highly skilled, seemingly essential people get cut while others don’t? Are there patterns? How can I make myself indispensable? In talking with employers about what they most value in employees right now, it became clear Read Full Article (Click here)...
Sendmail sending as host.domain.com, I want it to be from just domain.com, How do I configure?
Currently, after I setup the sendmail, the emails are going as user@host.domain.tld (or user@host.domain.com) instead of user@domain.tld (or user@domain.com). How do I configure the sendmail so that the mails reach as user@domain.tld? Answer: Edit /etc/mail/local-host-names or create a /etc/mail/local-host-names if you do not have one Add yourdomain.com like this as your first entry and have the other hosts from the next lines # local-host-names – include all aliases for your machine Read Full Article (Click here)...
