-
Began Watching sudden restart of laptop
Help please. My laptop suddenly restart while I'm idling. A message appears: "your PC ran into a problem and needs to restart. We're just collecting some error info, and then … -
Replied To a Post in sudden restart of laptop
So you can't start it anymore at all? Not even before Windows? Nothing appears at all? Not even boot or Windows logo with "Starting Windows"? In case when **Starting Windows** … -
Began Watching jqeruy click function doesnt work
Hi everyone, why my 2nd,3rd,4th line arent working in js source ? $(document).ready(function(){ $('.cls').click(function(){ $('.mwindow').hide(); }); $('.frnd').on('click', function(){ var name=$(this).attr("id"); var div_mwindiow = document.createElement('div'); var div_hwindiow = document.createElement('div'); var span_hwindiow … -
Replied To a Post in jqeruy click function doesnt work
$('.cls').click(function(){ $('.mwindow').hide(); }); I don't see `.cls` nor `.mwindow` to begin with. Could you share more code? Maybe there is something in the code that you're not showing us. Also, … -
Began Watching creating new file in linux localhost
Hello. How can i create a new file in my linux localhost? -
Replied To a Post in creating new file in linux localhost
In terminal you can use `touch` which will create empty file in the directory. It also depends where your root directory is. Normally, in XAMPP it would be `touch /opt/lampp/htdocs/newfile`. -
Gave Reputation to adalgerdrewes in MDB FILE CORRUPTED
Our Day cares have a program called procaresoftware. We have 2 sites 47 and 35 From what little I know everytime you add a child, parent etc it puts it … -
Replied To a Post in include header php and html head
Hmmm, this may require direct access for faster solution. Would you mind installing [TeamViewer](https://www.teamviewer.com/en/) and passing me the data through private message? It is a program that would grant me … -
Replied To a Post in Value of php and convert it in javascript
Change your `*` into `<span id="uname">tmp</span><br/>` And add before last `});` this code: $('.users').click(function(e) { var txt = $(e.target).text(); document.getElementById("uname").innerHTML = txt; }); }); -
Began Watching Value of php and convert it in javascript
Hi everyone, my code is here [Click Here](http://codepen.io/anon/pen/XbdBLm) How i can get value of php variable in javascript, i have an div id=windowhead where i want to show username which … -
Replied To a Post in Value of php and convert it in javascript
<?php $thisIsMyUberValue = "phoenix254"; ?> <script> var uberValue = <?php echo $thisIsMyUberValue; ?>; alert("My value was: " + uberValue); </script> This should work, and prompt you "My value was: phoenix254". … -
Replied To a Post in Every package is considered to be of "bad quality".
The error it prompted: > Lintian check results for /home/aeonix/Downloads/opera-stable_29.0.1795.47_amd64.deb: > /usr/bin/ar: /tmp/temp-lintian-lab-NWwyABKZNo/pool/o/opera-stable/opera-stable_29.0.1795.47_amd64_binary/deb: No such file or directory > E: opera-stable: malformed-deb-archive ar error: *main::STDERR When I choose for "Ignore … -
Began Watching include header php and html head
hello danifriends. i'm developing my website with php and i want to make dynamic header, so i create i file header.php with logo and menu and the page had all … -
Replied To a Post in include header php and html head
I think it should be `include ("../header/header.php");`. Also, keep in mind that if you include it that way, you need to make sure that the path is correct. -
Edited Every package is considered to be of "bad quality".
I get exactly this same error as [this Sir over here](http://askubuntu.com/questions/111959/what-is-a-bad-quality-package). There is solution given: cd ~/Downloads sudo dpkg -i *.deb sudo apt-get install -f What worries me more is … -
Created Every package is considered to be of "bad quality".
I get exactly this same error as [this Sir over here](http://askubuntu.com/questions/111959/what-is-a-bad-quality-package). There is solution given: cd ~/Downloads sudo dpkg -i *.deb sudo apt-get install -f What worries me more is … -
Began Watching Every package is considered to be of "bad quality".
I get exactly this same error as [this Sir over here](http://askubuntu.com/questions/111959/what-is-a-bad-quality-package). There is solution given: cd ~/Downloads sudo dpkg -i *.deb sudo apt-get install -f What worries me more is … -
Marked Solved Status for About which security layers should I be worried about while programming?
When you need to create a login page using PHP and MySQL, the safety of this login page relies on - Your PHP scripting abilities - How well and securely … -
Replied To a Post in About which security layers should I be worried about while programming?
I'm sorry, but I don't know how to interpret your answer. What do you mean by "1. All of them"? If you mean that I got them all wrong, as … -
Gave Reputation to diafol in contact php
@Aeonix: The hidden token here is probably CSRF protection - that's the usual way to present it. It has to be sent with the form and you don't want it … -
Began Watching contact php
Hi guys, I struggled for few days to find a php code that work's to this form contact. Please if someone know's help me. Thank you! <form action="index.php#contact" method="post"> <div … -
Replied To a Post in contact php
How are you planning to send this contact through? You want this in database, in a file, through email, what is the output you're expecting? Also I believe `<input type="hidden" … -
Replied To a Post in Is there a limit on storage memory; and transfer memory?
Thanks, what about the second question? *Gee, why the downvote? Topic was burrowed, 6 days old and no one answered, I still requested answer. Explain the logic.* -
Revoked Solved Status for Is there a limit on storage memory; and transfer memory?
On certain websites you can order laptops, and sometimes even they allow you to change certain parts of it. Let's take the example of HDD, the website offered quite an … -
Marked Solved Status for Is there a limit on storage memory; and transfer memory?
On certain websites you can order laptops, and sometimes even they allow you to change certain parts of it. Let's take the example of HDD, the website offered quite an … -
Replied To a Post in "no instance for overloaded function"
I'm sorry, but I don't understand. Maybe I may ask a littlebit more assistance with this, as I would present what I've done with screenshots, is that okay? So, I … -
Replied To a Post in Is there a limit on storage memory; and transfer memory?
!bump -
Replied To a Post in "no instance for overloaded function"
> You might also not have done something needed. I did all the steps without an error. I don't think I forgot anything. > You might also not have done … -
Replied To a Post in "no instance for overloaded function"
> Typically you'd have your program open in a new console window for testing, is that not sufficient for your needs? Apparently it forces C++ to be .NET dependant because … -
Replied To a Post in "no instance for overloaded function"
The video tutorials that I'm following are led by a certain programmer, which uses XCode on iOS laptop/computer. He is able to write code and click on "Run", then little … -
Edited About which security layers should I be worried about while programming?
When you need to create a login page using PHP and MySQL, the safety of this login page relies on - Your PHP scripting abilities - How well and securely … -
Edited About which security layers should I be worried about while programming?
When you need to create a login page using PHP and MySQL, the safety of this login page relies on - Your PHP scripting abilities - How well and securely … -
Edited About which security layers should I be worried about while programming?
When you need to create a login page using PHP and MySQL, the safety of this login page relies on - Your PHP scripting abilities - How well and securely … -
Edited About which security layers should I be worried about while programming?
When you need to create a login page using PHP and MySQL, the safety of this login page relies on - Your PHP scripting abilities - How well and securely … -
Edited About which security layers should I be worried about while programming?
When you need to create a login page using PHP and MySQL, the safety of this login page relies on - Your PHP scripting abilities - How well and securely … -
Edited About which security layers should I be worried about while programming?
When you need to create a login page using PHP and MySQL, the safety of this login page relies on - Your PHP scripting abilities - How well and securely … -
Created About which security layers should I be worried about while programming?
When you need to create a login page using PHP and MySQL, the safety of this login page relies on - Your PHP scripting abilities - How well and securely … -
Began Watching About which security layers should I be worried about while programming?
When you need to create a login page using PHP and MySQL, the safety of this login page relies on - Your PHP scripting abilities - How well and securely … -
Marked Solved Status for "no instance for overloaded function"
I tried to build really basic associative array but it turned out I don't have enough knowledge, so I tried something less, and less, and less, because I kept failing … -
Replied To a Post in "no instance for overloaded function"
**Moschops** #include <iostream> #include <string> #include <sstream> using namespace std; int main() { const System::Int64 TheNumbah = 1844674407370955161; const std::string MarcoPolo = "Yupikayay!"; cout << MarcoPolo << endl; cout << … -
Began Watching How to startup with admin privilege
Hi Dw I'm having a problem here, I created this project and because of Access denial I was prompted to use the manifest to make my app run accordingly, but … -
Replied To a Post in How to startup with admin privilege
You could go for `Properties` while marking your application with right mouse button, then go for `Compatibility`, there should be a checkbox for [administrator permissions](http://i.stack.imgur.com/EzoUF.png), check it, and every time … -
Began Watching arrays
Create an array that holds 20 elements. User should enter 20 test scores, the program therefore calculates the average of all tests scores. Izf user enters test score less than … -
Replied To a Post in arrays
"Sounds like homework", show us whatcha got. I could do this script for you, but you won't learn anything. And if you know it yourself, you'll be able to solve … -
Edited "no instance for overloaded function"
I tried to build really basic associative array but it turned out I don't have enough knowledge, so I tried something less, and less, and less, because I kept failing … -
Created "no instance for overloaded function"
I tried to build really basic associative array but it turned out I don't have enough knowledge, so I tried something less, and less, and less, because I kept failing … -
Began Watching "no instance for overloaded function"
I tried to build really basic associative array but it turned out I don't have enough knowledge, so I tried something less, and less, and less, because I kept failing … -
Began Watching Game Programming
What is the programming language used in games like GTA 5 or Call of duty? and which software do they use to render graphics? -
Replied To a Post in Game Programming
Very "serious" companies create their own game engines (that I've heard). Although game like FarCry 3 was made with Dunia Engine which is just remake of Unreal Engine, which uses … -
Began Watching Store image-Database
i does not know about store the image in database. what is the datatype of picture in oracle?
The End.