
Search In
Rails scaffold can create the models, views, and controllers for a new resource in a single operation.
Scaffold Would create a full CRUD (create, read, update, delete) for a table.
Scaffold auto generate all the codes that rails needs. Later we can a
Hello I am in need of help in reading the contents of this .csv file into a vector array of objects. What i mean is how do I read each individual field example:
(GIFT-01 Fresch Foundation (703) 555-0054 Lopez T-Shirts Clothing 25)
into th
How to ask for multiple permission in android at once. I m using below code but it is asking one permission at once, and when I close the app and relaunch it then it asks for next permission. How to get rid of this prob,,,,,,, any help
Thanx i
Drupal Theme Metadata
Writing a .info file is the first step when we create a Drupal theme, .info files contain important metadata about the theme, such as the list mentioned below.
name /*required*/
name = A firt theme name
An immutable object can be defined as an object that will not change state after it is instantiated. An immutable object can be made by defining a class which follows following rules:
The class is to be marked as final.
The member varia
this method is used to set the position of vertical scroll bar for a particular element.
0 Position of scrollbar means it is at the Top.
In a web page, when ever we want to adjust the scrollbar according to its content, we make use of this me
In Odoo-8 first, we create the own module and then create fields and make these fields a functional fields. Ones we create functional fields after this the functional field is replaced by computed field.
Like, first create a computed field and after
The typeahead are very important input fields in web forms. The fundamental utilization of typeahead is to enhance the user experience by giving clues or a list of possible choices based in view of the text entered while filling a f
Passing primary key values in the parent table to foreign key values in child table with parent insert and child insert being in separate stored procedures.
Parent is Lease table, the child is Rent table. I am getting null values for le
Hello Readers,
Most of the JavaScript libraries use $ sign as a function or other variable name, just as jQuery does. In jQuery's case, $ sign is used just an alias for jQuery, so here all functionality is available without using $ sign.
We use
