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 ...
11i Scripts
Oracle Applications:Checking Credit Card Number validity in Internet Expenses, iPayments using Luhn algorithm (modulus 10)
Is there any method to spot check validity of the card number, prior to asking client to check with the credit card company? Team that follows LUHN10 ALGORITHM (http://en.wikipedia.org/wiki/Luhn_algorithm) for validating the checksum on the card numbers. If the checksum ends with 0 modulus of the checksum is congruent to zero then the number is valid (For e.g. 70 MOD 10 = 0). In general all the credit card brands follow this algorithm. As an illustration, if the account number is Read Full Article (Click here)...
Oracle Applications: The Concurrent Jobs Ran Yesterday and Failed – SQL script & Unix Shell Script
I often use this script to find the concurrent jobs ran yesterday and Failed. You can also automate the script into unix shell or some oracle alerts. SELECT fu.user_name, fcpt.USER_CONCURRENT_PROGRAM_NAME, fcpt.description, fcp.CONCURRENT_PROGRAM_NAME, fcr.REQUEST_ID, round((fcr.actual_completion_date – decode (trunc(fcr.request_date),fcr.requested_start_date,fcr.request_date,fcr.requested_start_date))*60*24) Read Full Article (Click here)...
Oracle Applications: Key Flex Field Structures & How to Retrieve Information.
Here is some of quite commonly used AOL FND ( Foundation) tables and their usage. There are many other tables also in FND but here i am putting only few commonly used tables. for other table if needed we can dig further. FND_ID_FLEXS stores registration information about key flexfields. Each row includes the four–character code that identifies the key flexfield, the title of the flexfield (by which a user identifies theflexfield), the name of the combinations table that contains the key Read Full Article (Click here)...
Oracle Applications: Submitting Concurrent Request Using FND_CONCURRENT.WAIT_FOR_REQUEST Sample Code
When submitting concurrent requests using PL/SQL, it is often desired to have the parent process wait until all the child processes have completed before completing itself. The following describes the function used to accomplish this. Refer Metalink 1021956.6: The following describes how to submit concurrent requests using PL/SQL and have the parent request ‘wait’ until each of the child processes have completed before it completes. Use the FND_CONCURRENT.WAIT_FOR_REQUEST Read Full Article (Click here)...
Oracle Applications: Production to Development Refresh/Clone Parameter Change SQL Script.
Big companies that follow Process oriented project management team, with multiple projects executed at phased manner, may face challenges during database refresh from production system to development or test systems. Many programs customized to connect to external systems such as lockbox servers, payment processing servers and other boundary server systems. After every refresh, it is imperative to change the development systems to point to null or Development external test servers instead Read Full Article (Click here)...
