
Search In
If you have large amout of data in your table and its contain hundreds or thousands of rows and columns. One cannot expect users to keep scrolling vertically/horizontally for finding information of their interest.
My blog show you an easiest way to
In openerp you make a request to read the assets while the transaction creating is not done and As the assets are generated during the same transaction and the rendering of the templates will call them. There is a scenario where the assets are unreac
There are n number of OOPS functionality available in Javascript. Some of the basic OOPS terminologies are namespaces, classes, object, constructor, method and much more. Now I will explain one by one with syntax and definition of these terms.
Names
In my App, i want to verify if the mobile number that the user has entered is present on current device. Like all the banking apps do. Banking apps will not allow you to login if registered mobile is not present on current device.
My questio
Hi Reader's,
Welcome to FindNerd,today we are going to discuss speed up our CakePHP Website.
When implementing any web application in CakePHP sometimes we observe the application speed very slow and data is not coming in view page and it take
Hello all,
Working with HTML Editor we wanted to give a functionality to user where he can select any element from the html editor and can convert it into Numbered and Bulleted list.
We added this functionality by following these steps : -
1.First
Follow the below steps to create Live Wallpaper
create a xml file which will describe your wallpaper screen.
edit manifest file and add service
code
create a service class which extends
WallpaperService class
create xml folder inside res folder
Apache by default serves files from the Document root i.e.
/Library/WebServer/Documents/
But what if you want your custom folder to serve webfiles. This tutorial walks you through the complete process.
Create a new folder at the root level of your
JavaScript Validation for User Name and Email Id in Asp.Net
Validate User Name and Email Id in a web page using JavaScript validation in ASP.Net. In this example I am using two TextBoxes. The first TextBox accepts user name and second textbox accept
By default, all results that satisfy the conditions specified in the SQL statement are returned. However, this may not always be what we want, as sometimes we only want to retrieve a subset of records.
In MySQL, this is accomplished using th
