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

Search In

C programming encrypting a message

Hey guys, i am a C programming beginner and looking for help urgently. I need 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 encryptedM

How to make Email component in XAMPP

Hello Reader! On using the PHP from your local host on XAMPP you can do several other things also and we will learn how to configure mail from localhost using its sendmail package , The mail function is called sendmail, It's inbuild package of XAMPP

.htaccess in Cakephp

Without .htaccess file in cakephp your application will not run. There are 3 different .htaccess files: /var/www/app/webroot/.htaccess <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{REQUEST&#95;FILENAME} !-d Rewrite

Loading an external SWF file and Instantiate Class From a swf in flex using as3

SWF files are loaded using the Loader class: 1.Create a new URLRequest object with the url of the file. 2.Create a new Loader object. 3.Call the Loader object's load() method, passing the URLRequest instance as a parameter. 4.Call the addChild() meth

Custom Search in ListView

In OnCreate() Method add addTextChangedListener(new TextWatcher() to an EditText View example: searchEditText.addTextChangedListener(new TextWatcher() { @Override public void onTextChanged(CharSequence s, int start, int

How to run sql queries using JSTL

Run sql queries using SQL tag in JSP We can run SQL queries directly in JSP page using "sql" tag. Suppose we have a 'postgres' database, with below credentials: db:'test' user: root password: 123 table name: user which have a column 'userName'. Be

Does anybody know reliable way to get MAC address of Client PC using ASP.Net / C#

Does anybody know reliable way to get MAC address of Client PC using ASP.Net / C#. I am using framework 3.5. Below is the code I am using working fine on locally / IIS. But this works on a site having full trust level. But doesn't work with med

If cakephp not cofigured properly

If Cakephp throwing an error:- URL rewriting is not properly configured on your server. To fix this issue follow below steps: Check .htaccess files in root directory Let say you have directory with the name of myproject then check .htaccess fil

Simple custom dropdown by using css

Hello Readers Here is the example of custom drop down by using Css and HTML. Here is the HTML <div class="container"> <div class="customSelect"> <span class="arrow"></span> <select id="selectVal

Check trannsparency of a given pixel in Image using C#

Many a times we come across to situations where we need to find out whether a given pixel in an image is a solid pixel or a Transparent Pixel. Here is how we can check that. We have an image property called alpha value which tells us about the transp

1 43 320
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: