User Profile
Collapse
-
My website was hacked and spam was spread through it.
According to the hosting company, the entrance to administrative part of the website is /wp-admin.php or /wp-login.php. Then, they say I should change it to something else through the MySQL database. How do I access it? -
I personally found it very easy, my sister enjoys the games. :-) -
hrstissiaopai replied to How to make a JavaScript function that can delete/modify text/tags from the HTML?in JavascriptI know I have to user some property of the document object, but which one?Leave a comment:
-
hrstissiaopai started a topic How to make a JavaScript function that can delete/modify text/tags from the HTML?in JavascriptHow to make a JavaScript function that can delete/modify text/tags from the HTML?
I need to make a script that can modify the already existing header tag. So in the <header> it says "Original Content" and I need to change it to "new content". I have to do that using the <button> tag and an event handler, but I have no idea what to use after the onclick. I also have another button that has to delete the text of the <header>. Is that a whole different story? Any answer will be appreciated. -
Oh thanks, that was very helpful. But so there is no way to make languages that normally do not require compiling to be closed source?Leave a comment:
-
Is it possible to make a website "closed source"?
So we know how most programs, other than the open source ones, don't give their code out. Why not do this on a website. For example, when you click on "View Source" or "Inspect Element", to get a message saying that the information is confidential or something like that. IS it possible? -
He means that this is not something absolute. On the contrary, it is relative to what you want to do and what degree of proficiency in what you want to achieve.Leave a comment:
-
How to make Windows stop blocking a startup program?
So I have a Vista and I like using a VPN client. Well, I can just manually run it, but I want it to be there by default without me having to unblock it every time. Any ideas? -
Thanks. I usually use Chrome or Opera, but I also have IE and FF. I appreciate you taking the time to test it.
P.S.: Isn't IE 10 Windows 8-only?Leave a comment:
-
Can anyone confirm if this code actually works because a few times it didn't, for some reason.Leave a comment:
-
Hey bigramz I guess I should have tried earlier because it seems like they removed the product feature box. I'll go to web.archive.org and try to see how it looked like.Leave a comment:
-
hrstissiaopai started a topic How exactly should I formulate the loop to print the following statement?in JavascriptHow exactly should I formulate the loop to print the following statement?
I am trying to print the following pattern:
*
* *
* * *
* * * *
* * * * *
* * * * * *
* * * * * * *
* * * * * *
* * * * *
* * * *
* * *
* *
*
Help, please! Oh, and if you could write actual code and not just psedocode that would be greatly appreciated, but if you can't, then write in psedocode. Thanks in advance! -
Why do JavaScript and Java have similar names?
I know that they are completely different languages, but where does the similarity in the name come from? -
What exactly is the .NET Framework?
I am asking this question because I have heard of it many times, and downloaded a program called Paint .NET, have heard of VB.NET, but I don't know what it is. I am a kid, so please give a simple, clear explanation. Thanks in advance -
How to work with if/else statements in JavaScript
One very important part of almost all computer languages are conditional statements, and specifically if/else statements. Here is an example.
Code:if(16==16){ window.alert("Yes, 16 does equal 16! Amazing!"); } else { window.alert("Wait a second... 16 is not equal to 16?"); }
"Yes, 16 does... -
hrstissiaopai started a topic Should I use a while or a do while loop if I want a prompt to loop till valid answer?in JavascriptShould I use a while or a do while loop if I want a prompt to loop till valid answer?
I have previously said that I am making a game that is text based with javascript, and I got a bunch of helpful replies, which told me to use a loop, but I do not know what loop exactly to use and how. Here is the context that I am using it in:
Code:var turn=prompt("Where do you want to turn? Left or right?"); if (turn=="left"){ window.alert("You chose to turn left!"); window.location="somepage1.html";
-
How to make a box where the user can write text (not a form)?
I was wondering how to make text box in which a user can just type in text... Not a form, nothing getting sent... I know you can use a form tag, but I want it to be pure. Any ideas? -
-
hrstissiaopai started a topic Problems with Bluetooth on Vista - would not allow me to set it to discoverablein WindowsProblems with Bluetooth on Vista - would not allow me to set it to discoverable
I have a problem on my HP Pavillion running Windows Vista.
When I go to the Bluetooth settings, it doesn't let me apply the changes when I set it to discoverable. -
I have a problem compiling a simple "Hello World" Statement
I am using a book to learn C++. I wrote the code that does a "Hello World" statement, and when I click "Compile" nothing happens. I am using DevC++.
No activity results to display
Show More
Leave a comment: