-
Replied To a Post in javascript homework
Line 23 looks off. randImg are numeric so without me testing it, try if (randImg1 == randImg2 == randImg3 && images[randImg3] == "strawberry.jpg") { -
Began Watching How to prepare grip display author and their books
Hi there, I am an undergraduate studying computer science. Our lecturer gave us an assignmnet to use Dapfor grid control display both authors name and their book. I don't know … -
Replied To a Post in How to prepare grip display author and their books
When I encounter some assignment like that I'm off to google like this: https://www.google.com/search?q=Dapfor+grid+control+display&ie=utf-8&oe=utf-8 I see tutorials, code and such. What more could I want? -
Replied To a Post in reEnable external devices
I forgot to add what I do to reach inside the usual VirtualBox drive. Here it is: https://www.google.com/#q=mount+virtualbox+as+drive But you'll need that internet connection to download a tool or read … -
Gave Reputation to CimmerianX in random pc fan turning on while nothing open
Also, there could be a heat issue in your machine if airflow is blocked or fans aren't spinning at correct speeds. You can buy a can of compressed air for … -
Replied To a Post in reEnable external devices
The other solution requires a download so without an internet connection for this PC you just wiped out my other solutions. When you get your internet back, we can try … -
Gave Reputation to shandoo1997 in Controlling a webpage in realtime
Thanks for the reply. i actually kept googling and found out what i really want is a client -server application using socket.io -
Began Watching How can I compare 2 strings contain few same words ?
Hi all, How can I compare between 2 strings , contain some words are same in each other and extracting the same word only ,,these 2 strings not contain spaces. … -
Replied To a Post in How can I compare 2 strings contain few same words ?
Remember these are strings, not words. While I can guess what you mean, I have an edge here but your computer without a lot of work will not know that … -
Began Watching Two compact mobile phone menus, I need to remove one.
When our template goes mobile it has two compacted menus. Any idea how I can get rid of the top one? The one under the logo is correct, the one … -
Replied To a Post in Two compact mobile phone menus, I need to remove one.
I looked at that link on my Android phone and on a W8 Firefox laptop and they were identical. Maybe a bum link? Nope. Finally saw it. The "MENU" with … -
Gave Reputation to Reverend Jim in c# program
Use grep. -
Began Watching reEnable external devices
Hi Dw. Long time ago I think late last year my computer was infected and I had installed a VM from Oracle and had a number of OS(VMs) installed one … -
Replied To a Post in reEnable external devices
Small world. I decided to work around this and used a network share one time and the next time DropBox. One file? Email it to yourself with say Gmail? -
Began Watching BOOTMGR is corrupt when trying to boot from DVD drive
Hello I am getting the following message when trying to boot from a Windows 7 DVD on a PC: "BOOTMGR image is corrupt the system can not boot". The PC … -
Replied To a Post in BOOTMGR is corrupt when trying to boot from DVD drive
You omitted the make and model of this PC. But the error looks to be common when the BIOS is set to secure boot. I can't be specific as there … -
Began Watching Problem when I try to Display a imagem after selected input tag
I have two differents select tag, but my script change both at the same time!!!! I need each image change with yours respective Select How can I do that? Please … -
Replied To a Post in Problem when I try to Display a imagem after selected input tag
A quick read says line 15 and 16 would indeed set both to the same image. -
Began Watching Doesn't a users Facebook account get suspended at the library?
Like if there are 50 people using computer to surf Facebook at the library don't the accounts gets suspended? My friend tried making 2 facebooks with his home internet the … -
Replied To a Post in Doesn't a users Facebook account get suspended at the library?
About the single IP. There are not enough IP addresses for the world in IPv4 so no, that's not an issue today as routers share the internet to the PCs … -
Began Watching Json from my server not working
Hi I m developing a mobile apps which will fetch json data from my server. My server address is http://need4engineer.com/api.php this is not working. But same data from another server … -
Replied To a Post in Json from my server not working
Just to check this out I used the return from your first and second lints and put the results in http://jsonlint.com/ Both passed so the JSON is (again) valid from … -
Began Watching Controlling a webpage in realtime
Hi, I have a raspberry pi in which I use kweb in kiosk mode. To display a webpage. What I am trying to do is to be able to navigate … -
Replied To a Post in Controlling a webpage in realtime
So how about the old web ticker solutions? https://www.google.com/#q=web+ticker+example Your Pi implements something like that and as the item rolls by it reacts. Or you have a listening UDP port … -
Began Watching Help .. I'm new
Hi all, I need program that has the following: a) Create a structure that represents the product in the inventory. b) Insert 5 different product details into the inventory. c) … -
Replied To a Post in Help .. I'm new
That's the spec of your application. But you didn't show the code you've made so far and tell what's not working for you. I'm guessing you only asked for the … -
Began Watching Blue Icicle problems
This may not be the proper forum but I trust that someone here will guide me to the proper one if it is not. I bought a Blue Icicle xlr … -
Replied To a Post in Blue Icicle problems
Try what another owner did at http://www.amazon.com/review/R3AP89L8G0CEZM/ref=cm_cr_dp_title?ie=UTF8&ASIN=B001EW5YQS&channel=detail-glance&nodeID=11091801&store=musical-instruments I don't own this so all I can do is nod that drivers are the bane of Windows PCs. -
Began Watching multi user access for login
this is my login code which works fine when someone registers and then logs in. What im trying to do is allow access for certain users to different pages as … -
Replied To a Post in multi user access for login
You should refine your question. You asked "Would i be able to do all this from the login page?" which must be yes. But this means you'll have to code … -
Gave Reputation to salinasalina in display photos that change every day
how about the code of image every day till 31 day and restart again because this code work just for 7 days and not working for 31 day even changing … -
Began Watching bootstrap autocomplete
Hello guys i want to make inputbox which will autocomplete the started word so you know what i mean like google, facebook who have autocomplete but i have a little … -
Replied To a Post in bootstrap autocomplete
You may want to start again and build on a working example like http://www.tutorialrepublic.com/codelab.php?topic=bootstrap&file=typeahead-with-local-dataset -
Began Watching Appending to an existing text file
Group, I can't seem to append multiple files into one text file. Unfortunately it's creating the first file but is not creating or appending the additional files into the first … -
Replied To a Post in Appending to an existing text file
Line 28 looks suspect to me. https://msdn.microsoft.com/en-us/library/system.io.file.appendalltext%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396 writes: "Opens a file, appends the specified string to the file, and then closes the file. If the file does not exist, this … -
Began Watching i am trying to update a table in my db
html code: <tr> <td id="qn1" name="qn1">1</td> <td>Presentation of course overview and relevant references</td> <td> <select class="form-control" name="select"> <option value="very good">Very Good</option> <option value="good">Good</option> <option value="average">Average</option> <option value="poor">Poor</option> <option value="very poor">Very … -
Replied To a Post in i am trying to update a table in my db
I wonder what you've done to work this issue. Here you make a post, title and dumped code. That's pretty short and may not tell us if the connection or … -
Began Watching Need Help
PLEASE HOW DO I ADD EMAIL ADDRESS TO MY PHP TO ALLOW SUBMITTED FORM COME TO MY EMAIL? SEE CODE BELOW... $em = $_POST["em"]; $nm = $_POST["us"]; $cu = $_POST["ps"]; … -
Replied To a Post in Need Help
Just a comment. Take more time in crafting your post titles. -
Began Watching Visitation Graphic Monitor
Hello, I would like to know if it is possible to create visitation graphic monitor with CI or php? Like I would like a monthly report on email like how … -
Replied To a Post in Visitation Graphic Monitor
Have to write I don't know how to do this. But I know how I might tackle it. First I'd sketch out what this report would look like and then … -
Began Watching Optimising array creation
Hi all, In PHP just wondering if anyone knows whether one method of creating multiple indexes within an array is more efficient / preferable to another? ` $listing['one'] = $x; … -
Replied To a Post in Optimising array creation
I'd read http://php.net/manual/en/features.gc.performance-considerations.php and try it both ways. Be sure to add the echo memory_get_peak_usage(), "\n"; at the end to see if it mattered. -
Replied To a Post in Unable to "drop" (delete) a database in phpMyAdmin
You may have to reveal which OS and since it's the rmdir step, you can do that with your preferred method whether it be command line or a GUI. My … -
Replied To a Post in run the program on more than one computer on the internal network
A simple explanation. You set up a "server" to serve up the database. This is best done with a SQL server. MySQL is free, popular and well discussed. Now that … -
Began Watching Bestsellers project
Assignment Overview1 This assignment focuses on the design, implementation and testing of a Python program which uses file processing, lists and strings to solve the problem described below. Program Specifications: … -
Replied To a Post in Bestsellers project
Help others help you by tagging your post with what language at least. https://www.google.com/search?q=list1+%3D+Lst.split&ie=utf-8&oe=utf-8 finds it might be in Erlang, Scala or Python. -
Began Watching Unable to "drop" (delete) a database in phpMyAdmin
I'm trying to delete a database in phpMyAdmin which is in localhost of Windows 7 Professional 64bit system. Since I am not an IT or database professional, I'd appreaciate any … -
Replied To a Post in Unable to "drop" (delete) a database in phpMyAdmin
While I do use MySQL I always head back to the docs when odd things happen. http://dev.mysql.com/doc/refman/5.7/en/drop-database.html So try to drop this as root too. Noted at http://www.tecmint.com/mysqladmin-commands-for-database-administration-in-linux/ -
Replied To a Post in run the program on more than one computer on the internal network
Which is exactly why I pointed out the issue with that hardcoded path to the database. Now that you asked or told about more than one user working on the …
The End.