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

Search In

Show flags using Unicode

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

How to install meteor on windows

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 use DateDiff in SQL for Expiration

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 +

  • 217
Tips For Bug Analysis

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

How to change the password of role in pgadmin

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';

Agile Testing With Advantages And Principles

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

Rail Forms

 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: <

Selecting Test Cases For Acceptance Testing

 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

Android SQLite Database Video Tutorial

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

Add/Delete group price in magento pro-grammatically

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 - $

prev 1 2 174
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: