You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'Super-Yombario'

We found 1,156 matches.


<< < > >>

Viewing 1-30 of 1,156 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92439

1.

None

Topic: Where Can I Download Flas 8

Posted: 11/06/09 01:03 PM

Forum: Flash

At 11/4/09 08:38 PM, Unknown999 wrote:
Works fine for me. Try the direct link (you need to be logged in at Adobe.com):
http://trials.adobe.com/pub/esd/activati on/Flash8-en.exe

THANK YOU SO MUCH


2.

None

Topic: [ AS2 ] Variable within a variable

Posted: 11/06/09 12:25 PM

Forum: Flash

They're no elitists but they're not exactly having the right attitude.


3.

None

Topic: Screencaps of upcomming projects?(2

Posted: 11/06/09 11:31 AM

Forum: Programming

At 10/31/09 04:27 PM, blah569 wrote: A small operating system that I've been working on now. The kernel is pretty fast to respond and is pretty smooth at the moment. A few screenshots:

Image 4 - shows the entire desktop instead of just the emulation window.

That sure is a sexy... Operating System

I'm working on an SMS. It's probably not much in comparison to everything else here, but it's my first *big* project, plus I'm all on my own. Written in PHP.

It uses clean URLs, first of all, so no messing around with GET information to manually navigate around the site. Plus, all you have to do is make a file and put it inside a directory (that you can make up), and then you can include it into the site by going to site.com/directory/file.

Second of all, it's very customizable. There is a CSS editing page, an SQL injection page, and you can create/edit files (even with PHP) right from the admin CP, too!

It comes with some interesting things like a lite BBS (which can be easily replaced with another forum system, if you know how to get rid of the templates and such), a photo gallery (where users can upload their own photos), and a blog page, defaulted as the home page, which is also integrated with the user profile page, so you can view blogs by the staff members, as well as other users.


4.

None

Topic: Microsoft compulsory updates? Wtf?

Posted: 11/06/09 11:23 AM

Forum: Programming

Ironically, a thread about a man almost losing his job because of Microsoft happens to be the least heated thread in probably all of the programming forum.


5.

None

Topic: [php] Cookie Problem

Posted: 11/05/09 04:57 PM

Forum: Programming

At 11/4/09 12:39 PM, Nishinku wrote:
So i hope its my host fucking up ^^

Certainly not the right thing to think, any way around. If so it'll likely take a long time to fix, warez your code can take minutes to fix


6.

None

Topic: Php Cms Problem

Posted: 11/05/09 04:54 PM

Forum: Programming

are you at any time using mysql_escape_string? That would cause it to fail.

If it's online, link it to me, I'll see if I can find the fault in the site.


7.

None

Topic: Creating a forum

Posted: 11/05/09 04:53 PM

Forum: Programming

At 11/5/09 04:31 PM, Relish wrote:
I suggest buying a book and working through the examples until you grasp the concepts needed to make a simple forum.

Or look for a tutorial online. Make sure not to copy and paste code though, you dont learn that way.

The Wise Relish has spoken


8.

None

Topic: Question about Online Games.

Posted: 11/05/09 02:47 PM

Forum: Flash

All of those tutorials are utter CRAP. Consider them useless.

I made an engine with my methods (which were mocked by these very users, iirc), which require you to know PHP, as well as a good bit of action script. Without some kind of server-side knowledge, there is no way you can make an MMO.


9.

None

Topic: [ AS2 ] Variable within a variable

Posted: 11/05/09 02:43 PM

Forum: Flash

It's called an array.

var array:Array = new Array ( 'lol', 'lol2', 'lol3' );
// array[0] is lol, array[1] is 'lol2', and array[2] is 'lol3'
//Or the lazy way to write it, which is still acceptable:
array = new Array ('lol','lol2','lol3');
/// Even lazier, but more work:
array[0]='lol';
array[1]='lol2';
array[2]='lol3';
// And dimensional arrays:
var array:Array = [
['lol', 'lol', 'lol' ],
['lol', 'lol', 'lol' ],
['lol', 'lol', 'lol' ]
];
// array[0][0] is 'lol', array[0][1] is lol, array [0][2] is lol
// array[1][0] is 'lol', array[1][1] is lol, array [1][2] is lol
// array[2][0] is 'lol', array[2][1] is lol, array [2][2] is lol

10.

None

Topic: Php Cms Problem

Posted: 11/05/09 02:30 PM

Forum: Programming

wait... you put php tags in a database field? No wonder!!

I'm assuming your database field is a varchar or a longtext or something, which is a string. Strings cannot be processed! If you want to do that, then just write:

'.whatever_function().'

...so the PHP will perform that function and return the value it outputs to the echo command.


11.

None

Topic: Php Cms Problem

Posted: 11/05/09 01:24 PM

Forum: Programming

I don't really understand it... is this all in the same file?


12.

None

Topic: Creating a forum

Posted: 11/05/09 10:29 AM

Forum: Programming

Try creating a basic site or something before a forum. Something like a file uploader or something. I dunno, something that will teach you things like user systems, good database structure and usage, stuff like that.

For now, I recommend just getting a forum system and learning how to deal with the installers. After you think you have at least a good grasp of PHP, try making a very basic forum system to integrate with another site. Just with categories, forums, threads, and replies. Throw in some BBCode if you want, maybe some smileys.


13.

None

Topic: Javascript or AS

Posted: 11/01/09 11:30 AM

Forum: Programming

At 11/1/09 02:05 AM, kiwi-kiwi wrote:
Yes,but word,worpad,notepad and this very textbox don't give you the option of setting up a compiler to run your program, nor do they offer auto-completion for the programming language you are currently using.

Oh, really? You can make and compile a Flash game in a text editor? Would you mind telling me how to do that?


14.

None

Topic: Javascript or AS

Posted: 11/01/09 01:38 AM

Forum: Programming

At 10/26/09 02:59 PM, hdxmike wrote:
In fact there is a nifty program called notepad++ that lets you write in virtually any language including AS

You can write AS with Word, Wordpad, Notepad, you can write AS in this very textbox. Just because Notepad++ provides syntax highlighting doesn't mean a thing.


15.

None

Topic: Uninstalled .NET framework!

Posted: 11/01/09 01:36 AM

Forum: Where is / How to?

Reformatted, fine now.


16.

None

Topic: Uninstalled .NET framework!

Posted: 10/28/09 09:26 PM

Forum: Where is / How to?

Well, I tried system restore first. Now when I try windows update, it tries to reinstall Vista SP2, and fails, requiring it to run system restore again.


17.

None

Topic: Uninstalled .NET framework!

Posted: 10/28/09 05:07 PM

Forum: Where is / How to?

It didn't work :/

Programs, including Firefox, are still giving off errors when I open them, plus some features don't work.

Anything else I can do?


18.

None

Topic: Uninstalled .NET framework!

Posted: 10/28/09 03:23 PM

Forum: Where is / How to?

I was uninstalling a bunch of stuff on Vista, and now certain programs won't run like Dell Dock, and I can't use the Enter key to go to a site in Firefox, I have to use the arrow button.

If I download the installer, it says it's already installed with the OS! How do I fix this?


19.

None

Topic: Javascript or AS

Posted: 10/26/09 11:18 AM

Forum: Programming

At 10/24/09 08:34 PM, SASeelkadoom wrote: What you think what is the program more good to use the ActionScript if you are new on making Flash Games?

Gee, I don't know, maybe the only program in existence that makes Flash games? FLASH.

And where can download the AS?

I assume you mean code that you use. You can find tutorials anywhere, even on Newgrounds. I suggest googling.

Plus use spaces after punctuation.


20.

None

Topic: Proper Way To Link Folders Html

Posted: 10/24/09 06:04 PM

Forum: Programming

PHP all the way.

First of all, PHP is open-source and multi-platform. PHP can be used on Windows, Mac, Linux, anything. Plus anyone can look at every bit of code it takes to run PHP. ASP is only usable on an IIS, which is only usable on Windows. 9/10 of the hosts you find on the internet use a version of Linux on their servers, which doesn't allow ASP.

Second of all, ASP was made basically as a copy of languages like PHP. Microsoft has done this a ton of times. C# to C++ and Java, SQLite to MySQL, Windows to Mac OS.


21.

None

Topic: Javascript or AS

Posted: 10/24/09 05:20 PM

Forum: Programming

At 10/23/09 06:18 PM, CaptinChu wrote: Learn Ruby. It's easy and you could end up getting some super serious server-side skill sets seeing some sample c-c-c-code.

hidden meme is hidden


22.

None

Topic: Some Simple Css Questions

Posted: 10/23/09 02:31 PM

Forum: Programming

I use pseudocode (I think?) for making things go into the center. I make the width and height, say, 50% then make the position fixed (absolute also works) and make top 25% and left 25%.

Not very efficient but it works


23.

None

Topic: Javascript or AS

Posted: 10/23/09 02:28 PM

Forum: Programming

At 10/19/09 05:33 PM, UnknownFear wrote: Not sure what the best language to learn would be for beginners. If you want to use Flash to make / code webpages, than go with AS. As for JavaScript, I've never done anything with it let alone know what it is. I do, however, code Java at school.

Least useful reply.

Javascript is FAR more widely used for Web Design than Flash being as it's free and that's 99.9% what it's used/made for.

Of the 3 or 4 sites I've coded, one of them used Flash, and that was only a fancy file viewer.


24.

None

Topic: Proper Way To Link Folders Html

Posted: 10/20/09 11:27 AM

Forum: Programming

They're keeping a lot of stuff out to be as vague as possible while still getting the point across. They don't want to fill your head with useless information, so they fill it with web design.


25.

None

Topic: Proper Way To Link Folders Html

Posted: 10/19/09 02:49 PM

Forum: Programming

Well see, with CSS, you have to link to the image from the point of view of the CSS doc.

Say the image is images/image.png
The file is index.html
The CSS is css/style.css

In the index.html file you would link to ./images/image.png
In the CSS you would link to ../images/image.png


26.

None

Topic: Javascript not loading correctly

Posted: 10/18/09 07:05 PM

Forum: Programming

htaccess can be such a mindfuck sometimes


27.

None

Topic: Help with my site..

Posted: 10/18/09 02:11 AM

Forum: Programming

At 10/17/09 10:30 PM, Seltzer wrote: I'm no kind of programmer, but I managed to throw this together. The "latest episode" button leads to a 404, I haven't fixed it yet.

That's because you linked to SITE/Episodes.html, not Episodes.html


28.

None

Topic: Real time calculator?

Posted: 10/18/09 02:09 AM

Forum: Programming

Make a file in PHP that calculates the visits, then use Ajax to include that file every second or so.


29.

None

Topic: making a computer/actual GAME

Posted: 10/17/09 04:17 PM

Forum: Programming

Pfft, you're not qualified to make a FLASH game at this rate. If you could release a Madness mod I would be impressed.


30.

None

Topic: Javascript or AS

Posted: 10/15/09 10:18 AM

Forum: Programming

Well if you learned Javascript you would very likely have to learn HTML too, because all Javascript does it make HTML web pages dynamic.

Action Script is just action script, there's not another language you have to learn to be really good at it.


All times are Eastern Standard Time (GMT -5) | Current Time: 09:22 AM

<< < > >>

Viewing 1-30 of 1,156 matches. 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 92439