182 Posted Topics

Member Avatar for BiBi_2

To me it looks like API says `Access Denied`, but instead of doing this is JSON response, you receive XML response (for some reason). Because the response you get here is similiar I get when I request data from API and something goes wrong with permissions (but like I already …

Member Avatar for Aeonix
0
172
Member Avatar for Aeonix

Hi. Has anyone maybe found this miraculous software. That I could install on Windows/Linux machine (server) and client on my own computer let it be Windows/Linux. And have really great response time and quality? The server would be at 100Mbps, my connection would be at around 50Mbps. If my machine …

Member Avatar for rproffitt
0
2K
Member Avatar for Aeonix

In forum: "Web Development Discussion Community". I sought for unanswered topics, one of them being [this one](https://www.daniweb.com/web-development/aspnet/threads/498270/mvc). What's weird is in the [forum view](https://www.daniweb.com/web-development/31), the content of post mentions *Create a realtime notification in mvc aplication. It can be an alert notification.*, while the [topic itself](https://www.daniweb.com/web-development/aspnet/threads/498270/mvc) says *How to create …

Member Avatar for Suzie999
0
556
Member Avatar for Aeonix

I made an API request using AJAX request, I received JSON, I tried my best to use JavaScript to parse it, but to no avail. Instead I used jQuery which made it as painless as 2 lines of code. Now I have JSON array translated into array-ish object in JavaScript. …

Member Avatar for Aeonix
0
405
Member Avatar for cproger
Member Avatar for Aeonix
0
7K
Member Avatar for Aeonix

I'd like to create `/admin.php` page, which would have AJAX request, sent over to `/core/adm/index.php`, that's easy, basic AJAX request will do just that. But I don't want any direct access to `/core/adm/index.php`, I want it to be accessed only by AJAX request from `/admin.php`. Is there a way to …

Member Avatar for Aeonix
0
230
Member Avatar for Aeonix

I needn't even explain it, look it up. You needn't to click anything, just zoom-in 10%, then zoom out as far as you can, and notice how table cell and a div, go full on agression. View website itself under `5millionpixels-##.comlu.com`, (no I'm not a bot, but files are PHP, …

Member Avatar for Aeonix
0
170
Member Avatar for Aeonix

Is there something I could put onto Linux LiveCD and run that will defragment entire harddrive? I know there's a lot of softwares that do that, but it results in something like: > **Fragmentation before:** 25% > **Fragmentation after:** 24.5% Might there be an application, that I could run on …

Member Avatar for rproffitt
0
201
Member Avatar for Aeonix

$replacedString = str_replace(array_keys($array1), $array1, $externalVariableString); I have an entire array above that called `$championToIdConversionArray`, it has about 650 switches, it looks something like this $array1 = array( "1" => "Banana", "12" => "Monkey", "2" => "Apple", "121" => "Human" ); Now if I let script parse numbers "121", it won't …

Member Avatar for Aeonix
0
191
Member Avatar for kenth21v

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** does show up. You can restart computer, and before **Starting Windows** shows up, keep spamming F8 key and wait until …

Member Avatar for Ripster
0
161
Member Avatar for elbren

Uhm, not PHP, but JavaScript. [Create a function. That will get triggered each time someone pressed "Submit".](http://www.w3schools.com/js/js_functions.asp) [Retrieve the content of input field.](http://stackoverflow.com/a/11563667) [Write the content of the variable in wished place.](http://www.w3schools.com/jsref/prop_html_innerhtml.asp) If you feelin' like stuck. You know where to find me ;) Other side, using PHP, involves either …

Member Avatar for Aeonix
0
583
Member Avatar for Aeonix

When I started videogame on my computer, I used i3-3217U with Intel HD Graphics 4000. GPU works at 350MHz (1.05GHz with Turbo). Runned nicely on 50FPS. When I tried passing this game to a friend, from the very installer, the game has been installed and all it's requirements have been …

Member Avatar for preetham_1
0
194
Member Avatar for Mr.M

I'm sorry, I'm having hard time understanding your question. Could you provide an example instead?

Member Avatar for Mr.M
0
187
Member Avatar for iamthwee

Seems like a great ambitional project. And you seem you got everything in hand from server-side to client-side and even the design I get to see on screenshots looks tidy. Good luck on the project.

Member Avatar for edbr
7
1K
Member Avatar for Aeonix

How can I verify if programs that I'm using, if their traffic is going through VPN? I know I can go to random website using browser and check-up my IP. But it's a browser, I don't know if "my VPN provider" also "censors" traffic for/from all other programs besides browser. …

Member Avatar for Aeonix
0
165
Member Avatar for diafol

Back when I started Notepad++ and PHP.net/W3Schools.com is all I needed. If something didn't work out I sought for error tried to fix it, and if it didn't work out I would paste my topic in every forum there was to be found. Lately I've swapped to Brackets, which has …

Member Avatar for rsleventhal
0
648
Member Avatar for potterrick2

If you correctly included CSS, you can just right-click on website and **Inspect Element**. If something displays under styles (on the right or bottom side). It is included. > The code works in the html file. Does any know of a test tool which will tell me if my path …

Member Avatar for potterrick2
0
97
Member Avatar for <M/>

Yea, I was told I was too slow at executing it, while my colleagues were chit-chatting all the time doing absolutely nothing. Have you ever swam to middle of a very deep lake (+30m), and had nice fun (with friends) while not having felt ground for long time (couple hours)?

Member Avatar for Aeonix
1
2K
Member Avatar for Aeonix

I'm sitting in classroom, trying to find more advanced usage of pointers in C++, suddenly Googling, not suspecting a thing I almost fell of the chair in middle of class laughing like a donkey (I'm young adult, so "immature" jokes tend to be funnier for me than for you likely). …

Member Avatar for mike_2000_17
0
825
Member Avatar for AntonyRayan

http://www.javascript-coder.com/javascript-form/javascript-reset-form.phtml You can't really do it with PHP. PHP is executed before you get any data. Then you receive ready rendered output. PHP has no effect on your browser anymore, you can do it with JavaScript instead. Link above has a tutorial on how to reset values of forms.

Member Avatar for Aeonix
-1
176
Member Avatar for carmelobeach

"Corrupt word file", I assume Microsoft Office Word. To check whether the file is actually corrupt and Office hasn't gone crazy. Change extension from `.docx` to `.zip` then extract the files (I recommend using 7-zip). If 7-zip fails saying that archive is corrupt, it's gone, nothing to be done about …

Member Avatar for rubberman
0
209
Member Avatar for Sutarusu

This should work: <?php session_start(); $_SESSION["adminid"] = 1; $_SESSION["adminname"] = "Sutarusu"; echo "Hi! I am ". $_SESSION["adminname"] .", I have ID #" . $_SESSION["adminid"]; ?> And why is this topic placed in **Databases > MySQL**?

Member Avatar for Aeonix
0
321
Member Avatar for DaveAmour

About everything there is. I can listen to almost anything. There's no "bad" music, just people's different tastes. I like music just in general in all genres, to call some examples with songs I listen quite often to, for each genre: Classical - https://www.youtube.com/watch?v=ipzR9bhei_o Orchestral - https://www.youtube.com/watch?v=AohscTU5PZc Hard Alternative Rock …

Member Avatar for Aeonix
0
685
Member Avatar for Rajeev_3

Website seems to be developped by SKYiTech.com, but you could pull this website off with PHP-Fusion with custom theme.

Member Avatar for Aeonix
0
193
Member Avatar for shubham05

DOT.TK offers you TK name, for example aeonix.tk if you wish. It is only `.tk` domain though, nobody will really give you free `.com`, `.net` or alike domain for free unless you order something.

Member Avatar for Aeonix
0
165
Member Avatar for Aeonix

Imagine this, (names made up or/and don't apply to current situation, names used/imagined only for purposes of explaination) There's server called `daniweb.com`, it's an API server. You can get quite chunk of data out of it. But for some reason, the one who orders the project, demands that we request …

0
118
Member Avatar for ArpitJ.25

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 C++ programming. Very low, very powerful but also complicated. Unreal Engine does have amazing graphics (go Google the latest ones), …

Member Avatar for bordogamesdev
0
260
Member Avatar for lewashby

Yea, this is extremely annoying feature of Microsoft Windows 8. When you "shutdown" your computer, it doesn't actually shutdown, it hibernates just like Windows 7 or Windows XP would. Microsoft instead of trying to fight the cause, they fight the effect. If you're willing to actually shut down your Windows …

Member Avatar for lewashby
0
350
Member Avatar for batoolhussain

Maybe [this](http://www.c-sharpcorner.com/UploadFile/75a48f/color-image-convert-into-gray-scale-image-in-asp-net/) could help? It's someone who made a basic webpage and implemented ASP.NET into it. If you click the button the color of what I think is the muslim prayer buildings will change to gray by ASP function that has also been presented and explained. I looked at your …

Member Avatar for madCoder
0
246
Member Avatar for Aeonix

I have been cuddling with OOP programming. JavaScript seemed like a good start. I went to w3schools.com. function person(first, last, age, eye) { this.firstName = first; this.lastName = last; this.age = age; this.eyeColor = eye; this.name = function() { return this.firstName + " " + this.lastName this.capitalize = function() { …

Member Avatar for Aeonix
0
227
Member Avatar for altjen

Wait, you want to combine 3rd word from first file, and 1st word from second file? Can't you put word "play" as first word? Like, Words.txt: "play, toy, tralala, DaniWeb" Words2.txt "people, problem, potter, pancakes" If you can do that, you can [read the file](http://www.dotnetperls.com/streamreader-vbnet) one by one and saving …

Member Avatar for altjen
0
224
Member Avatar for iamthwee

My classmate has Yosemite thing MacBook, he tried to run virtual machine, Windows 8.1 from USB to his "Bootcamp". It was copied but the setup wouldn't let him through. It kept asking for working `.iso`, but it was working one. Not a lot of contribution to your topic, but it …

Member Avatar for RobertHDD
0
298
Member Avatar for Aeonix

I tried playing with AJAX a bit. This is just the chunk of JavaScript I got. // FIRST TIME REQUIREMENT var interAction = new XMLHttpRequest(); var responseAJAX; interAction.onreadystatechange = function() { if (interAction.readyState == 4 && interAction.status == 200) { alert(interAction.responseText); responseAJAX = interAction.responseText; } } alert("inside"); interAction.open("GET", "ss-controller.php?req=freshStart", true); …

Member Avatar for pritaeas
0
266
Member Avatar for AlexDada

`mysqli_query("SELECT * FROM musicListThingie WHERE trackTag LIKE '" . $_GET["tracknames"] . "'");` If you already know how to retrieve data, fetch them, display them, the query I provided above is actually all you need. Of course, you need to change this one-liner for couple things. More about this [here](http://www.w3schools.com/sql/sql_wildcards.asp). These …

Member Avatar for diafol
0
408
Member Avatar for chrisschristou

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.

Member Avatar for chrisschristou
0
750
Member Avatar for Vivek_13

I don't believe you can do it with jQuery, that's as easy as that. jQuery is client-side, this is code provided to you by server, and your browser manages what you see by it. If server sends you "move block to left 500px", your browser does it, because that's what …

Member Avatar for Aeonix
0
119
Member Avatar for Aeonix

Up there I have constant **Messages (1)** counter, but when I click on it, no new message appears. I cleared cache, I cleared cookies, I cleared my browsing history, I logged out, I logged back in. It's still there, I checked my messagebox, no inbox messages that are new. @edit …

Member Avatar for Dani
0
190
Member Avatar for yuva1234

It's not about programming language, it's about how you program it, I bet I could make extremely secure website with HTML by just typing "Hello World" inside, that's a thing nobody would be able to break into. I could also take your USER_AGENT and parse it, and make sure it's …

Member Avatar for Aeonix
0
79
Member Avatar for hemant_r9

When you open MS Office 2010 or MS Office 2013 files. It creates this strange file temporarily to manage the data. This is also one of the ways how "Recover Documents" works. It just creates that temporary file which is probably (not sure) realtime clone of your actual file and …

Member Avatar for hemant_r9
0
289
Member Avatar for CheezyGamer16

What is the thing you're exactly looking for? I don't get it. If you're seeking for help with your website, you haven't asked a question, if you're willing to make use of services of people over here, then it's wrong forum. The correct one is **Business Exchange > Jobs and …

Member Avatar for Aeonix
0
263
Member Avatar for Niloofar24

**Easy**: Create physics engine which would take input from user, of current position and applied force, then use PHP drawing libraries to draw it out as easily possible so that our own grandma's can understand. **Medium**: Invent encryption system which will encrypt itself at run-time. And it's password will be …

Member Avatar for Aeonix
0
220
Member Avatar for Seonatives

[I think, first 6 of those are already something I could do and would be observable, and I'm entirely NOT a SEO person.](https://www.youtube.com/results?search_query=SEO+Google)

Member Avatar for advent_geek
0
219
Member Avatar for Aeonix

I don't trust my code. I really don't. I always have a feeling that something is wrong with it. Every variable looks like an enemy. Every loop, unfinished condition. Every input, possible injection. I'm kinda paranoid so to say. There's many white hat hackers out there which could make buck …

Member Avatar for ryantroop
0
213
Member Avatar for Kamal_8

I'd prefer having direct models of the processors. I don't think all **M** processors are better. Since AMD Octacore gets outperformed by Intel's Quadcore and it's still not always true. Which processors do you mean exactly? After refering to Wikipedia: > Intel Core M is a family of ultra low-voltage …

Member Avatar for Aeonix
0
193
Member Avatar for piers

> I am trying to store the state of a show/hide button so that when the browser is refreshed it will show the previous stored state. So, you want, if you left it toggled on, and you refresh the page, it's still on, but if you toggled it off, it …

Member Avatar for piers
0
152
Member Avatar for Mr.M

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 you start this application, will require administrator permissions, regardless of your manifest. Is this what you requested?

Member Avatar for Mr.M
0
327
Member Avatar for phoenix254

$('.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, be sure to include jQuery and have JavaScript enabled.

Member Avatar for Vivek_13
0
266
Member Avatar for ggeoff

Windows should normally allow such upgrade. That is from Windows Vista to Windows 7 as long as components (hardware) are compatbile and capable of handling Windows 7. There is a nice official [tutorial](http://go.microsoft.com/fwlink/?LinkId=161341) on how to upgrade Windows Vista to Windows 7. Although I wouldn't set my expectations really high. …

Member Avatar for ggeoff
0
411
Member Avatar for Niloofar24

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`.

Member Avatar for Niloofar24
0
266
Member Avatar for phoenix254

<?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". Go ahead, adjust it to your purposes. I can't apply this personally to your Codepen, because I don't have access …

Member Avatar for Aeonix
0
250

The End.