More than 100 Ways to Get Back Links to Your Site

Posted by Jiltin     Tags: , , , 9 April, 2009    343 views    (3) Comment

It shouldn’t really be simpler – at the time of writing, for the ’standard blog’ – whatever that might mean – the default WordPress install works just fine. This could change, either on the WordPress side, or by any popular search engine radically changing the way they do things, but not so likely.Use accurate keywords in the post title – don’t be seduced by long-tail keyword theory and start trying to do all this in the title – more likely, it will Read Full Article (Click here)...

Categories : SEO, Web Blog!, wordpress Tags : , , ,

Oracle and Oracle Applications Blogs, websites for reference!

Posted by Jiltin     Tags: , , 17 March, 2009    743 views    (2) Comment

Oracle and Oracle Applications Blogs, websites for reference! I happened to view and review the following web sites. It will be added more. Alejandro Vargas’ Blog Alex Gorbachev Atul Kumar Charles Schultz Chris Foot Coskan’s Approach to Oracle Confessions of a DB Geek Daniel Fink (Optimal DBA) Dion Cho – Oracle Performance Storyteller Dizzwell Informatics Dominic Brooks Don Seiler (Die Seilerwerks) Eddie Awad Eric S. Emrick Eye on Oracle Fairlie Rego Glenn Fawcett Greg Rahn H. Read Full Article (Click here)...

Categories : Oracle Applications, Scripts Oracle Tags : , ,

PHP MySQL example: image gallery (blob-storage) – Source anyexample.com

Posted by Jiltin     Tags: , , 22 February, 2009    914 views    (0) Comment

I wanted to store an image in mysql tables. Just googled, and got a working example from anyexample.com. A minor change is required for the script. Instead of echo "<a href=’{$PHP_SELF}?show={$id}’>{$title}</a> &ndash; "; it should be echo "<a href=" . $PHP_SELF . "?show={$id}’>{$title}</a> &ndash; "; Here is the script details reproduced from original page: This is a simple example of photo-gallery Read Full Article (Click here)...

Categories : MySQL, Web & Scripts Tags : , ,