-
Posts
1,731 -
Joined
-
Last visited
-
Days Won
5
Content Type
Profiles
Forums
Events
Everything posted by Spudinski
-
You can, search a few websites names in that catalog. It's classified under an electronic(?) file.
-
Basically it could analise the script, and and if there are any dependencies of V2 it will ask the user to enter them.
-
Nope, it would take too long.
-
It seems you people tend to forget a few things, simply converting variable names isn't going to be 100% solid on some modifications. There are allot of other things one needs to look at as well. It seems most of you don't even realize it, there are more advanced things that a converter needs to look at. There are different tables, the introduction of some new config variables in V2, and a whole lot of other things as well. To be quite honest with you people; Ask yourself this question: why do you automate certain tasks(like Ctrl+F4)? It makes things easier for you. Even the greatest programmers still automates their doings, and with good reason. Like me - I use online formatters for some scripts I use, because I don't have a definite need to add and remove spaces and lines in scripts(AVG script being 1, 000 or more lines). I'll still see which option gets the most votes.
-
To get the contents of the quote, create IDs for the quotes, but keep it to a structure. If you are pulling the data from a database it should be very easy to do this. <div class="quote" id="quote_1"> <div class="quote" id="quote_1_1"></div> </div> { ... } <script type="text/javascript"> selectQuote = function(id, level) { obj = document.getElementById("quote_" + id ((!level) ? "" : "_" + level)); return obj.innerHTML; } </script>
-
Javascript - Focus on input field on page load
Spudinski replied to AlabamaHit's topic in Other Programming
This is just accessibility enhancement to a website, there are allot of other factors that one has to look at. From simple tab indexes to accessibility for colour blind people, and even people who are deaf. -
Copyright information has nothing to do with anyone. It's the owners sole business, and should only be treated by them in such matters.
-
Still need more votes... Although I agree with Jordan, I think this can help everyone out. It saves us the time of pointing people to the right direction, and as somebody else said; will help if even we want to convert big files. There is actually a really good work-around to the whole version story, that Isomerizer and Kyle first started use some time ago, but that's just logic. Anyways, I actually hope there will be some developer guidelines set out for modification developers, or that MCC V3 would be able to adapt to current modifications(not very likely). The most solid way to make a modification would be not use any MCCodes features at all, but then again it would limit the abilities of the modification.
-
[infobox]Thread Moved[/infobox]
-
You need to install PHP. Also, after you install PHP you need to install mod_php so that Apache will know how to handle .php extensions. All in all, I'd suggest you uninstall Apache2.2; after which, install XAMPP. XAMPP - Apache, MySQL PHP and Perl. This is all you need, it will also install phpMyAdmin wich is a mySQL browser. Read more at http://www.apachefriends.org/en/xampp.html.
-
Hey people... So I got an interest in drawing today, and thought I'd draw something... Well, turns out I'm not the best drawer on earth. I took a existing image of the Gorrilaz cd, and took it for a spin. Please comment on my first ever attempt at a comic scene.
-
Welcome LordDan, I hope you enjoy it here.
-
Just an FYI... a black sheep of society is somebody who is different. like the good people at AlbinoBlackSheep.
-
I like these types of challenges, but they are intended for different audiences. I would think Python is not the most used language on the web, neither is it designed to be so. It's designed to make life easier for programmers who wants to run and test their programs cross-platform. Anyway, good post. It will help most people here understand more about security. I would rather suggest HackQuest, it covers allot more than just the website part of an system.
-
I use other spelling, ZA to be exact.
-
@Famex17: one of the hidden agendas... ;) And also, I'd like to put back into this community; I'm following this up with free hosting offers and IRC.
-
My site has a 100% uptime so var, so no worries about that. I would of course host this on my site, with some conditions of usage like; paid modifications require consent. The most scripts that offer this doesn't have some aspect all covered. Like a large'ish modification that requires some header contents to be hidden etc. so this will be a trail and error service. I think for the most part, some regex patterns will be solid as a base and then I can just modify onto it.
-
I've recently gone trough some post on here and found that most people ask for conversion of modifications. Even though I know that it is a real simple thing to do, the average bloak still does not know how to do it. So in addition to the above, please vote on the poll and post any comments. [infobox]Please comment what you voted and why you voted it![/infobox]
-
Wooh... I just used the [End] button on my keyboard for the first time, thanks. :P Anyway, the forum's JS resizes the images to 800x800 I think, so it's fine for me as well.
-
I love people who makes use of web 2.0 technologies. Well done.
-
Even Mozilla, the open-source and profit-free(claimed) organization makes profit.... round about a few millions a year. Everybody makes money somehow, even if you don't know it.
-
Those are minor threats, and something everyone can take a part in. If you see something like that, look for the [report] link on the page an simply report it.
-
Gah... Kyle. Just say your happy... you know you want to.
-
Bah I really wish someone would send a DDoS attack to my site, I want to test out my hosts extra features. :(
-
@Danny: lol, en.wikipedia.org/wiki/RTFM @Jordan, thank you. And kinda.