186 Posted Topics

Member Avatar for RikTelner

There is no frickin way I will install every single OS with every single browser of every single version. To check if my website is compatible with "everybody". I know, you can't make it compatible for everybody, since there is hell-lotta crap between screen and server. But how to check …

Member Avatar for RikTelner
0
116
Member Avatar for RikTelner

Hey there. I am decent gamer. I'd like to go through 100% of visuality and emotions (adrenaline, joy, aggresivity, action) that game can deliver. But as you can guess you need very good computer for it. And yes, you could buy a gamer computer, that costs 9000 dollars. Or make …

Member Avatar for RikTelner
0
273
Member Avatar for IceTouchAngel

BitBox, Tails, MalwareBytes, HTTPS everywhere, Script blocker. Google 'em all. They can protect as long as you keep these up to date. Look @author I am stupid enough to understand you. But they can't. Next time for your question appropriately.

Member Avatar for KiloKraveSarave
-3
135
Member Avatar for RikTelner

http://stackoverflow.com/questions/10487292/position-absolute-but-relative-to-parent Hey, so, please check link above. There is first resolving answer, which was resolving my problem. But now I have problem, that DIV isn't displaying well when it is set to `position: relative` and `position: fixed` does work correctly. DIV itself has no children, first I am trying to …

Member Avatar for Luckychap
0
167
Member Avatar for RikTelner

Hi there. I was wondering if there is actual difference ' and ". I kinda thought it was like preference, some people like to put ' and others ". But I was reverse engineering some jQuery plugin and I noticed both ' and ". There was actually no reason. I …

Member Avatar for pritaeas
0
117
Member Avatar for RikTelner

http://s27.postimg.org/b350970w3/whasd.png Something is connected to my Wi-Fi without my permission. I don't know what/who this is. How do I get rid of? Is it hacker/virus? I should be only one listed.

Member Avatar for rubberman
0
247
Member Avatar for RikTelner

Hey, I would like to customize Linux in VMware. Fully for myself. Can I later set it on real computer? If yes, how? If not, dammit!

Member Avatar for RikTelner
0
155
Member Avatar for RikTelner

Is swap space in Linux, something like reserved RAM? Which avoids to display spikes and calculation lag? Offcourse I know, I can't use 2GB RAM program, on 1.5GB RAM computer with 2GB swap. But, if I use 2GB program and go for one calculation that uses in fact 2.5 RAM. …

Member Avatar for rubberman
0
824
Member Avatar for RikTelner

How to create DOS system? Yes, the ye oldie **Disk Operation System** which I could fill with a lot of tools, bombs, viruses, ---- pics and what not. That will back me up when computer explodes. When I tried to Google: https://www.google.nl/search?q=How+to+make+DOS It shows me how to boot DOS from …

Member Avatar for RikTelner
0
719
Member Avatar for RikTelner

I got some "funny" jokers at home, that set password on my PC as a "joke", but "funny" jokers, forgot to write password. Now I'm stuck with HDD with password on it, without any real important data. This is HDD, whose password cannot be bypassed. I decided to erase all …

Member Avatar for RikTelner
0
269
Member Avatar for RikTelner

Not long time ago, I posted thread, about globe generator http://www.daniweb.com/software-development/threads/472353/globe-generator meanwhile waiting for resolving answer. I was trying a lot of softwares and trick and stuff. So I have found few things, of how I can create Sinusodial 6-way interrupted image (not sure if written correctly), of which basic …

0
65
Member Avatar for CPT

setlocal if not exist "BSDS300\human" md "BSDS300\human" if not exist "BSDS300\human\color" md "BSDS300\human\color" (for %%d in (BSDS300\images) do ( if exist "%%d" ( pushd "%%d" for %%f in (*.jpg) do ( move "%%f" "BSDS300\human\color\%%f" ) popd ) )) set /p pause=Finished. Press "enter" to exit.

Member Avatar for RikTelner
0
374
Member Avatar for panda_pow

By VSB. http://stackoverflow.com/questions/2973136/download-a-file-with-vbs If I was able to use this download script, use it correctly to download file on computer server as student. As sure, you can do it, on whatever, computer.

Member Avatar for RikTelner
0
205
Member Avatar for RikTelner

It will sound like "Meh, bring me it, naw!". But it isn't as it seem to be. Do any of you, good people, know a method by which total novice (aka. noob). Could use any type of programming tutorial, program, scratch or anything. Which could make PNG shot of 3D …

Member Avatar for RikTelner
0
203
Member Avatar for RikTelner

Is software hackable no matter how perfect it is written? Let's say I will create simple OS, I will spend like 30 years on encrypting every single variable, every code string and insert quadrillions of hacking preventions. Let's say, that there are absolutely no leakings in code, variables, passwords. Is …

Member Avatar for Coloradojaguar
0
358
Member Avatar for RikTelner

I would like to know if `Consolas` and `Arial` are 100% sure to be supported on website by any browsers/operation system; without that I need to use CSS3 for including font exclusively. I have been Googling that stuff, but I found only report of how big percentage of websites use …

Member Avatar for RikTelner
0
76
Member Avatar for RikTelner

array( "bullony" => "one", "mcwhat" => "two", "daniweb" => "yay" ) How to use this data to say for example `bullony has variable one` or `mcwhat has variable two` or `daniweb has variable yay`. How do I get name of array listed? I know I could use `print_p();` but it …

Member Avatar for RikTelner
0
238
Member Avatar for RikTelner

`The Red Fox jumped over the Lazy Dog` Could be translated to: `The%20Red%20Fox%20jumped%20over%20the%20Lazy%Dog` How to translate it to: `The_Red_Fox_jumped_over_the_Lazy_Dog`? To make it more eye friendly.

Member Avatar for CreatorZeus
0
210
Member Avatar for RikTelner

Do you really need SSL/TLS for encryption safety? I mean, is it possible to let people access website in HTTPS mode and send encrypted data? I don't require verification for my users. I just want to make website access safer.

Member Avatar for JorgeM
0
92
Member Avatar for RikTelner

There are things that can change image to base64. Is it same possible with videos? If yes, how? If not, is there any way, I could place video in format, that "would" be "safe".

Member Avatar for RikTelner
0
108
Member Avatar for RikTelner

I got Mozilla Firefox on Windows 7. I ticked "Never Remember History" in options menu. But I have visited site, I really want to come back on. I know that it's impossible to get history back by Firefox. But do you think there is software, that could somehow do it? …

Member Avatar for RikTelner
0
120
Member Avatar for RikTelner

Main content <?php echo $test; include "index.php?test=solved"; echo $test; // expected: "solved" if (isset($_get["test"])){ $test = $_get["test"]; } ?> File ends here error starts here. Notice: Undefined variable: test in C:\-------\XAMPP\htdocs\index.php on line 4 Warning: include(index.php?test=solved): failed to open stream: No error in C:\-------\XAMPP\htdocs\index.php on line 5 Warning: include(): Failed …

Member Avatar for RikTelner
0
166
Member Avatar for RikTelner

http://imageshack.com/a/img812/8573/if9.gif How to create such web, on website? I don't want to point (sub)website domains and relation. But I just want point relation between Word A, B, C to Z. With link.

Member Avatar for RikTelner
0
195
Member Avatar for happygeek

> In computing, a denial-of-service (DoS) or distributed denial-of-service (DDoS) attack is an attempt to make a machine or network resource unavailable to its intended users. Although the means to carry out, motives for, and targets of a DoS attack may vary, it generally consists of efforts to temporarily or …

Member Avatar for robert02
1
902
Member Avatar for RikTelner

I was wondering how much I could hear between 20Hz-20KHz. I started Audacity and turned on generation. So I can check about which frequencies I could hear. I came out on around 22KHz, which is impossible. Is there possbility to check is soundcard is making jokes? Cause either way, I …

Member Avatar for RikTelner
0
163
Member Avatar for RikTelner

How to detect key being pressed and how to send "impulse" to PHP file about which key has been pressed? Simply Googling "PHP key detection", doesn't deliver reliable resources. Offcourse I could use JavaScript, but I wouldn't be able to get this to PHP, since, they're on opposite sides.

Member Avatar for RikTelner
0
81
Member Avatar for RikTelner

How about adding a delete button? Some time (twice overall) I had to "report" my topic to moderation for request, so they could delete it. Because I had already found answer in some way. The "unlimited" edit button. It does vanish after some time. I mean, few first minutes, it's …

Member Avatar for RikTelner
0
214
Member Avatar for kumar89hitesh

If you mean action "mailto:". `mail(to,subject,message,headers,parameters)` If you mean real email. I think you need extra server for it. http://www.tutorialspoint.com/php/php_sending_emails.htm

Member Avatar for coreyavis
0
211
Member Avatar for RikTelner

Is there a secure PHP encryption on which NSA hasn't put or isn't able to put in future of 20 years it's hands on?

Member Avatar for pritaeas
0
228
Member Avatar for RikTelner

Resource: http://www.w3schools.com/php/php_xml_simplexml.asp I wasn't able to Google it since I don't know how to form question. So lets say the **xml** file is <?xml version="1.0" ?> <major> <point>Tower</point> </major> </xml> I can retrieve it by using **PHP**: <?php $file = simplexml_load_file("file.xml"); echo "Well, the point in on ". $file->point ."."; …

Member Avatar for RikTelner
0
112
Member Avatar for RikTelner

So, my laptop has exploded^. I have older laptop which I want to use to play games, it's old as "2012 end of the World theory". I recently had bought a game which I want play pretty badly. I can't wait for repairing of my newer laptop (for some reasons). …

0
120
Member Avatar for RikTelner

<script src="http://code.jquery.com/jquery-1.10.2.min.js"></script> <script type="text/js"> $(document).keydown(function(e){ if (e.keyCode == 37) { alert( "Left"); return false; } }); </script> How to make this work? I am using Firefox and don't I get this working.

Member Avatar for RikTelner
0
87
Member Avatar for RikTelner

Hi there. I was kinda researching on how I could store data at best (in my opinion). I came on "CSV" files. Which looked great to use. I found out there are two functions that can operate file. So I keep Googling on how to use the syntax and how …

Member Avatar for cereal
0
282
Member Avatar for RikTelner

I downloaded this: http://www.php.net/downloads.php The first one. I have read this: http://stackoverflow.com/questions/4301975/how-can-i-run-a-php-without-a-web-server So I thought answer on StackOverflow would be perfect. It looked so. But when I "untared" I saw no **php.exe** in the folder. How this can be?

Member Avatar for RikTelner
0
387
Member Avatar for RikTelner

Yes I've looked already at internet, 3 different queries, 5 pages each, looked on StackOverflow, then its marked as offtopic question, searched through here, answer related like sun and pancakes. My question is, how can I store content of file into variable? While I was Googling I came on this …

Member Avatar for Troy III
0
365
Member Avatar for sk8ergirl

The End.