Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

How to Create Tab Bar in phoneGap Onesen UI

Hello All, The following code below will help you to create Tab Bar in phoneGap Onesen UI. <ons-tabbar> <ons-tabbar-item icon="home" label="Home" page="FirstPage.html" active="true"></ons-tabbar-item> <

What Is Browser Compatibility Testing ?

What Is Browser ? In the common words, browser is a software application where we can recover, study and show the data on the WWW (World Wide Web).There are several types of browsers available in the market like Internet Explorer (IE), FireFox (FF),

How to use short code in Wordpress

Hello Friends, If you are new in WP and you would like to use short code, get the knowledge of this as below. Short code is a simple piece of code use in POST or PAGE to invoke set of functionality. For example Contact Form 7 provide [contact-for

What is Zend Registry and how we can use this

Hello Friends, Zend Registry is temporary global storage area. In zend registry you can save values, object or array. With the reason this is global you can access this storage data in any page, controller etc. This is some this similar to save data

How does page redirection works in javascript?

Sometimes you want to notify your visitors of the change of the new domain name when your webpage is moved. At that time it is good way to place a “redirect page” at the old location which, after a timed delay, will forward visitors to th

How to show live feeds of facebook page to webpage?

Hello Reader's If you want to see how to integrate your facebook page to your webpage then this blog will be very helpful to you. The integration of any facebook page with your webpage will result as the box showing the page activity(Status, P

How to modify a Joomla Template?

To modify a Joomla Template you need to follow the steps given below: Login to back-end of Joomla Site. Click Extensions -> Template Manager. It will open the Template Manager : Styles You can edit the template by clicking on the name of the Tem

How to detect if web page is refreshed using Javascript

Hello Reader's! if you need to detect whether the webpage is being refreshed by using Javascript you can do this like the example below:- function CheckRefresh() { if(document.cookie.indexOf('mycookie')==-1) { // cookie doesn't exist, create i

how to remove action name from URL in cakephp

Current URL is : http://mysite.com/MyController/view/page1 but if you want something like :http://mysite.com/MyController/page1 means you want to hide action name from URL. Then go to app/config/routes.php and type the below code. Router::connect

How to use greetingswidget in OpenERP/Odoo ?

If you want to use greetingswidget in OpenERP(Odoo) follow the below mentioned code and paste it in your wizard .js file: local.HomePage = instance.Widget.extend({ start: function() { this.$el.append("Hello dear Odoo user!"); va

1 39 170
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: