• Member Avatar for Aeonix
    Aeonix

    Began Watching What Music Do People Like?

    What music does everyone like? I have a very wide spectrum of tastes including the following: The Beatles David Bowie Jewel Simon and Garfunkel Alanis Morisette Alisha's Attic I Nine …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in What Music Do People Like?

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching want free domain

    Please tell me some website name who provides .com or .in or .org domain for free
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in want free domain

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Edited Very dynamic rotation position indicator

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Edited Very dynamic rotation position indicator

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Created Very dynamic rotation position indicator

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Very dynamic rotation position indicator

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching mounting windows drive

    I've always been able to navigate through my Windows drive after booting up in my Linux OS but ever since I got Windows 8 there seems to only my a …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in mounting windows drive

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Multi-leveled OOP in JavaScript.

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Multi-leveled OOP in JavaScript.

    Ah, I see, instead of them going within each other's scopes, you just append the function to an object in order to execute it and it's done regardless it's position …
  • Member Avatar for Aeonix
    Aeonix

    Edited Multi-leveled OOP in JavaScript.

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Can't save variable containing AJAX response.

    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() …
  • Member Avatar for Aeonix
    Aeonix

    Created Multi-leveled OOP in JavaScript.

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Multi-leveled OOP in JavaScript.

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Can't save variable containing AJAX response.

    How could I save variable in the best way? I need to for my further code to work. I could make it run a function, after answer has been received, …
  • Member Avatar for Aeonix
    Aeonix

    Created Can't save variable containing AJAX response.

    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() …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Can't save variable containing AJAX response.

    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() …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching a little help please

    Hi experts. I'm in need for your help. is it able to create a software who can check if a text file contain a text for example Words.txt has few …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in a little help please

    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" …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in What do people think of yeosemite

    Back with some little interview from him. It turns out Mac is just great for him. It happens sometimes that the programs crash at begin and that he needs to …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching How would I go about building a small basic music search engine using php a

    I was wondering if anyone could tell me how I would approach building a music search engine using php and mysql. I have a design for my Music search engine …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in How would I go about building a small basic music search engine using php a

    `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 …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for "Messages (1)", but no actual messages to be read.

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching set count down of time

    how to set countdown of time in jquery... in my database i have one field which content time in int format..
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in set count down of time

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Edited "Messages (1)", but no actual messages to be read.

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Edited "Messages (1)", but no actual messages to be read.

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Created "Messages (1)", but no actual messages to be read.

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching "Messages (1)", but no actual messages to be read.

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching What do people think of yeosemite

    So I just got a mac mini, hopefully it will last a good 5-10 years, I need mac os for adobe cloud, it is untouchable at the minute, otherwise I …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in What do people think of yeosemite

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching secure or not

    now a day which the language such as (php,asp,jsp..ect) to use the website and which is the language very easy and very secure. please tell me.
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in secure or not

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching I'm developing a new music site, help requested! (You have to check this ou

    Hey what's up guys my name is Karim, I'm new to the web developer forums and I love to code websites! Now one of the main reasons I created an …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in I'm developing a new music site, help requested! (You have to check this ou

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Window 8.1

    I use windows 8.1 with MS word 2010.Every time I open a word documet it copies itself with the title's first 2 words altered to a dollor sign($) and ~. …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Window 8.1

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching can you suggest for a new cool, fun or useful project in php?!!

    Hi. I'm thinking about a new project in php.... any idea of a cool and fun or useful and efficient project?!
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in can you suggest for a new cool, fun or useful project in php?!!

    **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 …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in intel processor

    By the way, I'm getting strange impression, someone tries to force you to buy expensive laptop with low performance by making nice pep-talk about how great M-series are. Judging by …
  • Member Avatar for Aeonix
    Aeonix

    Created Professional paid pentesters?

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Professional paid pentesters?

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching convert from color image to gray image

    hi everyone. I have written a program that convert from color image to gray image in asp.net with visual basic, but I have a problem am new in asp.net and …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in convert from color image to gray image

    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 …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching intel processor

    is intel m type processor is better or normal intel processor in terms of performance,lightweight,response?
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in intel processor

    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. …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Upgrade Windows Vista Business 64 bit to Windows 7

    Hi I have decided to update my PC to Windows 7 64 bit. My existing PC has a lot of programs and data that needs to be preserved. I have …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Upgrade Windows Vista Business 64 bit to Windows 7

    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 …

The End.