10,643 Topics

Member Avatar for
Member Avatar for vegaseat

Lots of good instrumental music out on the web in the form of midi files. You can incorporate background music as part of your web page. Here is the short code.

Member Avatar for Johannes_2
0
4K
Member Avatar for al2henry

I've created and maintain two sites for non profit orgs that I belong to http://www.conservancyonmayne.com & http://www.vivaldichoir.org based on Dreamweaver templates I started with many years ago. As a rank amateur I realize I've created a dog's breakfast of code that is far from "well formed" - so apologies.. The …

Member Avatar for al2henry
0
375
Member Avatar for Michelle_7

Hi, can some one please help? I want to double-click on a "customer name" in form1 datagridview and then see "customer details" of selected customer on form2.. (in ms access it called "linked forms") I use VS2012 (vb.net) and SQL database.. Thanks, Michelle

Member Avatar for Michelle_7
0
1K
Member Avatar for s_s21

Hi, I'm looking for a good tutorial or other source I can use to learn how to create calendar view using UICollectionView. I would be happy to receive your help.

Member Avatar for rproffitt
0
1K
Member Avatar for Khalid_8
Member Avatar for Danny_15

Recently, I've been writing some sort of thesis. Mostly a study note, for helping me (and others) with architecting a program because all those confusing and complicated concepts. I'd like some peer reviews, because most of the material in the are based on ideas rather than practical experience.

Member Avatar for Danny_15
0
210
Member Avatar for fheppell

I'v got this code to make a bootstrap navbar <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="brand" id="logo" href="#">picturecamel</a> <ul class="nav pull-left"> <li><a href="/">Home</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Account <b class="caret"></b></a> <ul class="dropdown-menu"> <li><a href="change-password">Change password</a></li> <li><a href="update-email-address">Change Email</a></li> </ul> </li> <li><a href="logout">Logout</a></li> <li><a href="help">Help</a></li> </ul> </div> </div> …

Member Avatar for HAOND
0
4K
Member Avatar for Dannywill

THis is the reply i that get after entering the web address www.theagenda.com.ng. Index of / cgi-bin/ Please what could be the problem? And am still in my designing stage in wordpress....

Member Avatar for Steven_15
0
391
Member Avatar for ice_3

Code: do{ cout<<"No. of random numbers (-10-10): "<<endl; cin>>howmany; if(howmany<1 || howmany >50) cout<<"INVALID INPUT"<<endl; }while (howmany<1 || howmany>50); cout<<endl<<endl <<"The "<<howmany<<" random numbers from 1-50 are :"<<endl; srand(time(0)); for (ctr=0,negativectr=0,positivectr=0; ctr<howmany; ctr++) { randnum[ctr]= rand() % 50-1; cout<<randnum[ctr]<<"\t"; if (randnum[ctr] % 2 ==0) { positive[positivectr]=randnum [ctr]; positivectr++; } else …

Member Avatar for AssertNull
0
318
Member Avatar for iamthwee

**Introduction** Today we are going to go over the very basics of web design and getting it right. I see a lot of web developers who say they are programmers but not designers (although sometimes I wonder even this.) However, this shouldn't mean you can't get the very basics of …

Member Avatar for Sandaruwan_1
5
820
Member Avatar for Dannywill
Member Avatar for happygeek
0
254
Member Avatar for Kajal_3

Can anyone help me with this? You have been hired by the Wayne County Road Commission to write a Java console application that dispatches patching trucks on county roads. It reads truck and route data from files and stores them in objects. It then reads an order file to dispatch …

Member Avatar for JamesCherrill
-1
334
Member Avatar for ikel

Hi, I am developing a mobile app for a health care institution. I'd like to get a suggestion on how to approach my database design. There are many user types of this app; residents, nurse, and general-staff. The "resident" has many information that other types don't have; unit_number, food_allergy, emergency_contact, …

Member Avatar for ikel
0
385
Member Avatar for Joseph_24

I need to develop aa database to store stock taking information and sales. I was going to use MS Access to strructure and make all the logistics for my database since im quite friendly with access and i find it easy to use. MY problem is, i want this database …

Member Avatar for cereal
0
374
Member Avatar for S Rehman

This question is not pertaining to the development. It is rather deployment question. My client has bought another domain name and his provider is not sharing its user id and password. they asked me to share my name server. Is it safe to share my hosting account name server so …

Member Avatar for rch1231
0
569
Member Avatar for dkary555

OK, so my goal is to build a web portal whereby Independent Broadcasters can sign up and be allocated their own player / page for Live Broadcasting. Some notable examples of what I want are: www.twitch.tv www.ustream.tv www.concertwindow.com My understanding is that I can use NGinx (as the streaming server) …

0
199
Member Avatar for Deepika_7

Hi, I am a newbie to web application and I am facing a problem in uploading a csv file. This is the input tag that I am using to select a file, `<input id="imprtUpldFileInpt" name="file" type="file"/>` And this is how I process the file details with jQuery, var file = …

Member Avatar for rproffitt
0
911
Member Avatar for D137Pi

Hello. Allow me to apologize in advance regarding any abnormal phrasing. There is a certain table, hereby dubbed IPT, containing 4 keys and a variety of values. I wish to select several values spread throughout IPT, anchored via the first three keys and a varying fourth. Currently, this is achieved …

0
241
Member Avatar for wonderland

Hi, I've been renewing information in my site directly into code for quite some time now. Since my page isn't that big it's not very difficult. I have about 15 .html pages in my web directory. They all are more or less identical, and they all have small news section. …

Member Avatar for _1_27
0
1K
Member Avatar for donald morrison

Does anyone know if there are any white label software development companies out there. Curious is anyone has crossed that barrier yes in programming.

Member Avatar for Dani
0
175
Member Avatar for _1_5

Hi i'm make an Inventory System for my personal game project with C++ Composite pattern. What I'm going to do is set a limit so player unable add item once hit the specific limit. but here my problem : 1. Did i set the limit & add item function correctly? …

Member Avatar for rubberman
0
363
Member Avatar for יוחאי

on my university I got an assignment to build a program on OpenGl that read from a given txt file a coordinates of some lines and draw them to the screen. i thank everyone that might help me, I know a little bit programming on C but I'm a little …

Member Avatar for rubberman
0
276
Member Avatar for underpaidnurse

Hi, Could anyone point me to some resources to study on best practices when designing an enterprise dashboard? I would certainly appreciate it.

Member Avatar for Texx
0
272
Member Avatar for pezzinae

Hello everyone has in the past this site has been helpfull for any kind of project that i´ve done well, now it´s time for make some charges for the time that i been spending on those projects but i don´t know how, please ¿can you help me to make a …

Member Avatar for rproffitt
0
241
Member Avatar for Texx

So the goal is to make a responsive coming soon page with a full screen image (mmedia queries will serve different screen sizes with different versions of the same image). sounds easy enough, but somehow I've made a black band at the top of my page (on mobile devices) that …

Member Avatar for Texx
1
554
Member Avatar for doug65536

I have a project that uses DirectSound to play streaming sound. I use SetThreadpoolWait to get a threadpool callback every time the notification (AutoReset) events are signalled. (To fill the streaming buffer with more audio). The new Win7 threadpool API requires you to use SetThreadpoolWait to schedule a new wait …

Member Avatar for Klaus_1
0
557
Member Avatar for murali2489

Dear All, I am working in Windows 7 Application Migration team. I need to migrate apps from IE 8 to IE 11. Requirement is 1. During Mouse Hover IE 11 buttons should look like IE 8 buttons. In IE 8 during mouse hover there was an orange border inside the …

Member Avatar for Texx
0
371
Member Avatar for koraljka
Member Avatar for Texx
0
1K
Member Avatar for James_43

Hi all, Submitting forms to PHP is easy with Ajax. But what if I wanted to design my website to allow for JS-free web browsers? If I call a PHP file with Ajax, I might get an error message in return to dynamically add to the page, but if I …

Member Avatar for jacks009
0
232
Member Avatar for Matic

Hello, I wonder which chat application you guys recommend? I would like to implement chat gadget to my trading website for people to talk with us. I would also like to have option for a custom design. Thanks!

Member Avatar for kathylum
0
348

The End.