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

Search In

What is a BUG in software?

A bug may be define as coding error that causes an unexpected defect or fault in a software. Software can become unstable or unusable because of Bug, The affect of some bugs does not seen at the initial development state of software they come up in s

SQL Tutorial -> Sql Syntax

<-- Chapter 1 Introduction to SQL Chapter 2 SQL Syntax SQL Syntax : SQL syntax is basically followed by sql commands which modifies the database tables such as "users" , "students" etc. All the SQL statements always starts with the keywords SEL

How To Import MongoDB Database on Ubuntu 14.04?

Importing Information Into MongoDB If you want to import information into MongoDB database, lets take an example to import the database of resturants. It's in json format and can be downloaded using wget:   wget https://raw.githubusercon

Why I switched from CakePHP to Symfony2

CakePHP or Symphony2? This is a common question that are arising in the developers community and topic lists this may lead developers sometimes get undermine to clarify users as which is the best framework in php. Lets talk about Symphony2 first,

Migration in Ruby on Rails

Migrations comes up with the convenient way to alter your database in a structured and organized pattern. it makes use of Ruby DSL so no need to write SQL statements, allowing your schema to reflect changes independently. Anatomy of Migration cl

Install ejabberd with patch file

To install ejabberd with patch file(Serve cross domain policy file for Flash). Install erlang on your system. Download ejabberd wget http://www.process-one.net/downloads/ejabberd/2.1.11/ejabberd-2.1.11.tgz tar zxf ejabberd-2.1.11.tar.gz 4 cd ejab

Custom query in magento

Write custom query in magento - $resource = Mage::getSingleton('core/resource'); //---create a connection $readConnection = $resource->getConnection('core_read'); //-----------read mode connection (fetch data)-------- $writeConnection = $resour

ASP.NET Login Controls

Using Login control, we can have a ready to use interface. We integrate login controls with ASP.Net membership and form authenticate to automate user authentication for a website. When a user click on Login button of Login control, Control validates

Cross-site scripting

Cross-site scripting Cross-site scripting or XSS is a web attack at application layer. XSS rather than targeting the script embedded in a page executed on the server side, it tagets the script executed on the client side. In XSS attack, the hacker i

Count total by current year of Current month in mysql

To count total by current year and current month you need to execute the following MySQL statement: Select * from tablename where year(columnname)=year(now()) and month(columnname)=month(now()) Example: Suppose we have a database product having ta

1 53 161
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: