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

Search In

Encrypt a message

I have to write a function to encrypt a message given as a string input using the given encryption key. The function should output the encrypted message as a string to encryptedMessage in the argument list. The function prototype must be as follows:

Update 'column' to date datatype

If a column is not in date datatype but the inserted values in that columns are as date type. and you want to update that column in date type but without loosing values in that column. You can use the following query- UPDATE `tbl` SET `date1` = ST

Which are the supported database and storage connectors in Joomla?

Available Database and storage connectors in Joomla are given below: MySQL: Available in Joomla versions 1.5, 2.5, 3.0. It's a Joomla DB Microsoft SQL Server: Available in 2.5, 3.0 versions which is a Joomla DB. Microsoft SQL Azure: Available in 2

Some Common Test Scenarios for Security Testing

Hello, Readers. By this blog, I am sharing some common test scenarios for the Security Testing. I hope these will help in the time of security testing:- 1- Verify that secure or protect pages should be used HTTPS protocol. 2- Verify for SQL injecti

SQL Joins

Joins Joins in SQL are nothing but a technique to join the two table based on a common field. OrderID CustomerID OrderDate 10308 2 1996-09-18 10309 37 1996-09-19 10310 77 1996-09-20 CustomerID Cust

Few Common Test Scenarios for the Database Testing

Few Common Test Scenarios for the Database Testing:- Hello Readers.. By this blog i am contributing few common test scenarios for the Database Testing. I expect these test scenario will be help full in the time of Database Testing. These are mentio

How to use NSMutableAttributedString

Hello Friends, NSMutableAttributedString allows to set different attributes(font size,font color) for different parts of the string. To use NSMutableString you may use the following code: //Create an object of NSMutableAttrinbuteString and assign it

break and next keyword

If i want to break our loop at specific condition then it is same as other languages . In Ruby continue doesn't work , in this there is equivalent keyword i.e next class Number def looping(d) while(d!=50) puts d d = d + 1 // doesn't

Cordova plugins with iOS platform. Giving an error using command line tool .

cordova -v /usr/local/lib/node_modules/cordova/node_modules/configstore/index.js:53 throw err; ^ Error: EACCES: permission denied, open '/Users/admin/.config/configstore/update-notifier-cordova.json' You don't have ac

Changing Placeholder Color

WebKit, Blink (Safari, Google Chrome, Opera 15+) and Microsoft Edge are using a pseudo-element: ex- ::-webkit-input-placeholder. Mozilla Firefox 4 to 18 is using a pseudo-class: :-moz-placeholder (one colon). ex- :-moz-placeholder Mozilla Firefox 1

1 20 120
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: