Connect with 1,266,822 developers, IT pros, digital marketers, and tech enthusiasts.

Be a part of our friendly, industry-focused community of professionals meeting, networking, learning, and sharing knowledge via articles, Q&As, discussion forums, and realtime chats.

Software Development

Dear Friends,
i need the code for Digital Clock using 8086 in assembly language.. please help me..
i know nothing about assembly.. Please help me somebody
i …

Software Development

Any one can help me out i want to display a spiral of n*n size with out using arrays?

out put when n=2 should be 3 2
                           0 1 …
c
Software Development

I m a student and i want to make a project in VB.Net but i am really confuse so kindly anyone which have special command in vb.net plz guide me …

Software Development

I have heard that strawberry perl has a built in compiler in it. I have no idea how to use it. Can someone help me to learn the syntax in …

Member Avatar for OsaMasw UI / UX Design

I have an item box to show an information for things to be sold
yesterday its was all working perfectly, but now its all missed up in Firefox

Web Development

Okay so I have a PHP script that creates user acounts and encrypts the password then saves it into the database. The login form just compares the users password with …

php
Software Development

Hello people, please have a look at following IMAGE.
new

What I Wish to achieve is extract the select item and display it into a messagebox …

Software Development

Hello,

I am creating a toolstrip and then adding a toolstripcombobox to it. My code so far is as follows:

        Dim tsMenu As New ToolStrip
        tsMenu.Name = "tsMenu" …
Member Avatar for sheena.sabado.5 Software Development
Private Sub cmdSimulate_Click()
Dim comm As CommandButton
Dim zi As Long, ki As Long
Dim shorts(10) As Integer, count As Integer
Dim temps As Integer, z As Integer, n …
Member Avatar for ebc3142 Web Development

I'm trying to use this code to populate my drop down menu from a mysql table:

<select name="fileselect">
<?php
$pdo = new PDO('mysql:host=localhost;dbname=contisec_portal', 'root', '');
$stmt = $pdo->prepare("SELECT dateid FROM …
Software Development

OK, I've exhausted my searching, so if someone can point me to a link with a good example, that would be super.

I'm simply trying populate a combobox with data …

Member Avatar for pattmorter Software Development

Hey everyone,

So i've been doing some reasearch and I can't seem to find the answer to my problem anywhere. It could also be that I don't really understand the …

Software Development

Hi,

I'm just settign up boost on my desktop (ubuntu) after a reinstall and am having some problems. I set it up last w/e on my laptop (knoppix) and did …

Member Avatar for Dani Databases

I have four memcached servers, 2 GB each. Each one averages about 1 set operation per second, and 500 get operations per second. However, the hit rate is incredibly low …

Member Avatar for Dani Web Development

I'm trying to get Memcached persistent connections to work. We currently have a cluster of four Memcached servers each with 2GB of RAM, and four web servers. My code looks …

Web Development

Hi what i want to do is to code a checkbox list. herewith i have attached an imaage.
as in the image, if i check business all the checkboxes …

Member Avatar for bleedsgreen33 Web Development

I inherited a website here at work. The menu system uses a convoluted jquery / javascript structure. There are 8 different types of "users" for this website, from administrator to …

Member Avatar for mike.odell.940 Hardware and Software

Installed new video card and no signal problem. I've upgraded my ram from 512 mb to 2 gb. And went to turn on computer I got a no signal from …

Member Avatar for asifalizaman Software Development
  /*Calculator =========================program*/


     /****************************************************************/
     /*****************************************************************/
           #include <iostream>
          #include <conio>
          #include <stdlib>
    /*****************************************************************/
    /*****************************************************************/

                                float  a[1000];
                                int top=0,i,r;
                                char u;
                                float  input();
                                 float d,p,q,w;
                                 void push(float x);
                                 void get();
               void …
Member Avatar for ralph.d.abernathy.1 Community Center

Hello all. I made a forum post and the helpful community solved the problem I was having. DaniWeb states "Please remember to mark the post solved if your question is …

Member Avatar for riahc3 Web Development

I want to use a localStorage variable in a PHP page. Very simple but "strange".

AJAX comes to mind. Whats the best form to do this?

Thanks

php
Member Avatar for fx.eko Software Development

hi ..
I use visual basic 6, I opened a new project, when I create a data report using Crystal Report 8.5 which already include the current Visual Basic …

Web Development

i am able to populate data in chain select drop down list but the problem is when page is refreshing selected data is lost how to fix that .. here …

Software Development

Some time ago, Reverend Jim gave me some good advice on dynamically creating controls with VB.net. Following the advice, I created 26 Labels (with text A-Z) and a event handler …

Member Avatar for roseann.larrosa Databases

Please help me im new in making database i dont know what tables will i create and its content pls..

  1. Develop a database design for a Student Attendance Management System. …
Member Avatar for joanniecanchola Digital Marketing

I am womdering that I am cheking for my sites ranking placing keyword in google.com and search for my site. Its a boring process is there any other way to …

Software Development

Hi all,
I was having a huge problem,i mean i spent days trying to fix it but i get the same exception everytime when i run the app.

Member Avatar for dinhunzvi Web Development

i have the following code in my php script. it's for displaying a Crystal Report file.

$cr = new COM( "crystalruntime.application" );
    if ( $cr ) {
        $cr->OpenReport( "SelectExpert1.rpt", 1 …
php
Web Development

This is a very complicated problem. I have an existing web page with multiple drop-down fields-- now I want to add a keyword search text field. I have managed to …

Member Avatar for JamesCherrill Software Development

Java SE JRE 7 update 21 is now available, with fixes for dozens of security-related issues. Immediate installation is highly recommended. Head on over to Oracle's Java download page and …

Member Avatar for Papa_Don Software Development

Hi group,

I recognize the today, most people navigate from control to control within a form with their mouse. However some old school people may want to use a "enter" …

Member Avatar for robnederland Software Development

Hello everyone,

I have a PDF file which I converted to a text file, and now I want to read the whole thing, search for the keyword "SITUATIONAL" and insert …

Member Avatar for enkitosh Software Development

I'm trying to strip only path from a c string

char *path = "~/folder/sometext.txt"

so I would get only "~/folder/"

Anyone got a hint on how to achieve …

c
Member Avatar for emilio Web Development

hi
i have a simple website that includes a WebService and a Webform page.
i'm trying to call my web service from the web form using jquery.

Web Development

A client of mine wants to implement SSL on their site. They have a number of forms which communicate sensitive/personal information, and want to send the data over a secure …

Member Avatar for Labdabeta Networking

Hello. As a Software Engineer I admit a slight lack of knowledge with hardware. I am usually quite good with any hardware that is contained within the case, my issues …

Community Center

Hello Everyone,

I am new to this website and have some questions about programming as a career. I feel that this may be a long post, so I don't particularly …

Member Avatar for DarkLightning7 Software Development

So ive been teaching myself x86 over the last couple days now im trying to call c functions and am getting segmentation faults. if someone could explain how to call …

Member Avatar for Mr.M Software Development

Hi DW

We want to run an experiment in our lab on ATM, we just want to keep it simple and easy, So far I've just created the two forms …

Software Development

hello altogether,
my name is Wolfram Pagels, Berlin, Germany
my status is :retired but enthusiastic c++-fan;

I use Dev-C++ since 3 month ago; in the 70th I programmed …

c++
Software Development

I am a beginner but my problem with this game is that when i enter east it said it going to north.
here my code for my main and …

c++
Digital Marketing

social media means interaction among peoples in near or faraway from your area it not depends on area or there is no restriction of area..Through a media we can communicate,exchange …

Software Development

for my combobox i want to prevent user from typing further text if the typed text do not match part of combobox items i.e from starting

Autocomplete mode set to …

Software Development

Write a program that asks the user to enter the number of Research projects done by 10 different students (Student 1, Student 2, ..., Student 10). Once the data has …

c++
Member Avatar for Md.Akaash Search Engine Strategies

this is tips, if you can search backlink with blog commenting
just open google.com, baidu.com.bd and type

site:.com inurl:blog "post a comment" -"comments closed" -"you must be logged in" …

seo
Member Avatar for godzab Software Development

Hello, I am trying to encrypt a String using Symmetric Key Cryptography. When I try to encrypt the string, on runtime it gives me this error:

input text:  Hello …
Member Avatar for Violet_82 Software Development

Chaps, I have just read about java interfaces and there is a nice exercise in my book that I would like to attempt, so I was wondering if you could …

Web Development

what is difference b/w web development & web designing.In which we have better scope or income?

Member Avatar for davidkroj Digital Marketing

Hello,

We are making a plan for Article submission but first i want to confirm with Audiance. Which type of article submission is good for website? As a guest on …

Member Avatar for Haquo Software Development

8086 Interpreter: This program should allow the user to type in 8086 assembly language programs, syntax check them line by line, and run them.

This is my summer …