Mindblown: a blog about philosophy.
-
Oracle Webcenter Sites 11g Installations Part 1
Hi, I am going to install Oracle Webcenter Sites 11g on Windows, I have not tested this on linux but I hope this will help in linux environment as well. Lot of People are facing the installation Problems. Due to lot of screenshots I will divide this installations post to three to four parts. The…
-
Creating Custom Template for Oracle WebCenter Portal Problem
“the jspx document is not a valid page template or content presenter template. Recognizing the resource type as Page Style” I got this problem when I decided to created my on custom template for my portal application. But it is very simple issue. To resolve it we need a “content” facet for our template and…
-
“This web page has a redirect loop” Problem Resolved
I was getting this error, i tried a lot to resolve it and at last i did it and i decided to share so that in future if anybody get this error, he can use this solution as well to resolve this problem. before this my .htaccess file contain <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /…
-
Limit Post Character in WordPress
Sometime in WordPress we have a requirement that there should be only specific number of Character in our post and there should be read more link which should navigate to some other page. It is very important if you want to show only some lines of data on main page. You can use following code…
-
Gravity form tabindex problem and short code
If we have single gravity form in our one page then their is not any type of index problem. So if we navigate through our fields then the cursor will go in that sequence in which it should go. But In case when you have multiple Forms on One page then you can face the…
-
Show Custom field in WordPress Post, Custom Field in WordPress
Custom fields are very useful in WordPress and we can attach lot of information as metadata in our Post. Now we may have requirement in which we want to display these Meta data or Custom field in our Post. If you want to display the custom field data in your post or anywhere just use…
-
Show the Post thumbnail or Feature Image in Post WordPress
Post thumbnail or Feature image in WordPress post. In our many posts we use feature images and we also want that these images should also display in our post. To display the feature image or Post Thumbnail use the following code. <?php if…
-
Limit the Post Title in WordPress
Sometime we have very long post title and we want that only some part of title should display on main page and whole title should only display on single post page. Following code you can use to perform this task. <?php foreach( $myposts as $post ):setup_postdata($post) …
-
Simple Form Validation By jQuery, Inline Form validation jQuery
Lot of people want form validation by using jQuery. It is very simple to use jQuery and to perform inline form validation. Just follow the following some steps to do this task. 1) Create a form and some of fields <form id=”buy-house” action=”” method=”post”> <ul> <li> <input type=”text” name=”First_Name” class=”required” placeholder=”First Name” /></li>…
-
Use jQuery or JavaScript in PHP, Hide or Show a DIV
How to use jQuery or JavaScript in PHP Some time we have a such type of logic in which we want to use jQuery within PHP code. It is very useful and sometime you can perform a very difficult task by using jQuery and PHP in no time. Here i am using jQuery/JavaScript code for…
Got any book recommendations?