
Search In
Hi All,
If you want to show flags in using unicode hex coding (U+XXXX) than you can follow this code .
UNICODE:- Unicode is a computing industry standard for the consistent encoding, representation, and handling of text expressed in most of the wor
Meteor is a new javascript framework which is designed to simply the web development and automate the process. The best feature of meteor is real time communication. It acts in real time.
Installation of Meteor on Windows:
Download node.js from
To check any link or any information or any message is expired or not we always made a column IsExpired in SQL Server.
While accessing this values we always this value is expired or not
SELECT N.ID, N.Message, N.Url, U.FirstName +
Hello Readers..
By this blog i am trying to explain the few important tips for the bug analysis. Before creating any new bug we have to analysis in well manner. Here i am mentioning few points and i hope these points will very helpful for all the te
If user want to change role of password in pgadmin
Run these commands in Terminal
1- sudo -u postgres psql
2- sudo -u postgres psql template1
3- ALTER ROLE postgres WITH PASSWORD 'openpgpwd';
What is Agile Testing ?
A software testing exercise which obeys the morals or standards of agile software development is known as the ‘Agile Testing’. Agile is a repetitive development approach. In this approach all the requirements deve
form_for
<%= form_for(@article) do |f| %>
<%= f.label :title %>
<%= f.text_field :title %>
<%end%>
In this example i supplied an object of article to the form_for method.
It will generate the following:
<
In Acceptance Testing we follow basic scenarios:
1. End to End functionality Verification : Test cases that include the end to end functionality of the product are taken up for acceptance testing. This ensures that al
What is SQLite?
SQLite is a opensource SQL database that stores data to a text file on a device. Android comes in with built in SQLite database implementation.
It is RDBMS, no connection establishment is required like JDBC and ODBC
Lightweight&n
Load product by Sku or Id -
$u_product = Mage::getModel('catalog/product')->loadByAttribute('sku', $sku);
2 - Delete group price
$u_product->setData('group_price',array());
$u_product->save();
3 - Add new group price -
$
