English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - March 2007

[Selected]: All categories Computers & Internet Programming & Design

I have PHP 5.2.1, and my try/catch blocks have all stopped working.

You can check out all of my configuration settings at http://www.finallyfitness.net/info.php (Yahoo truncates the address, but it's still a functioning link-- it shows the result of calling phpinfo() on my server).

The following code generates the following error message:

******
ini_set ('display_errors', 1);
error_reporting (E_ALL & ~E_NOTICE);

try
{
if (1 == 1)
throw new Exception("Ick!");
}
catch(Exception $e)
{
echo $e->getMessage();
exit();
}
?>

*****
Fatal error: Uncaught exception 'Exception' with message 'Ick!' in /home/ goddess/ public_html/ except.php:9 Stack trace: #0 {main} thrown in /home/ goddess/ public_html/ except.php on line 9

Why in the world wouldn't this code work? If it's a problem with my server rather than my code, do you have any idea what the problem might be (so I can get the tech guys at my server to fix it)?

Any insight would be appreciated!

2007-03-07 10:16:36 · 3 answers · asked by Anonymous

could you tell me how to access my computer at home from my computer at school so that I can access my files at school.

2007-03-07 09:59:37 · 10 answers · asked by mitchgosse 2

What is your opinion on php, javascript source code with excessive comments. Since it works on server and web browser, does it make slower? I saw some code with compressed version like without comments, line breaks and indents. It is like only machine-readable.

2007-03-07 09:59:13 · 4 answers · asked by The WWW owner 1

I know a DHTML site uses CSS HTML or Markup language, DOM and some sort of script Java or VB and so forth.

2007-03-07 09:47:56 · 4 answers · asked by Anthony S 2

I am studying a programming book and in the intro, it explains the different levels of programing languages and differences between procedural and non-procedural but for high level and non-procedural does not give an example of one existing languange and I would like to know one to have a better idea of how a "non-procedural high level language" is.

Thanks in advance.

2007-03-07 09:38:45 · 3 answers · asked by Anonymous

What I mean for example is, why when you create a button from the toolbox, the button has a variable but is not reflected in the code?

I mean, if you create a button with name "button1" and in the code you type "dim button1 as string", you get message that is already declared but you do not see the declaration in the code.

Would be interesting for me to see answers for this.
Thanks in advance.

2007-03-07 09:33:40 · 2 answers · asked by Anonymous

I have a website that is functional but needs A LOT of work (new graphics, content, layout). I keep procrastinating because I'm not organized enough so that when I sit down to work, I'm not very productive.
I can't seem to decide on the colorscheme I want to use and since I'm making my own buttons and back grounds- I'm unproductive! I sit and look at other sites for ideas and then fiddle around in Photoshop and Fireworks.
Since I can't make my graphics, I can't complete my site layout, etc....
SO, my question is: What works best for you when you are designing a website from scratch? Do you draw your general page layouts on paper? Do you just make a layout in a web design program and then just make graphics to fit into your tables?
I also am relying on another person for content and am hesitant to make a page if I'm just going to re-do it in the near future.
Any suggestions are welcome!

2007-03-07 09:28:27 · 3 answers · asked by Erin H 3

Does anyone know how to get those scrolling bars on your myspace profile. the ones where you can put pictures in this small box and the pictures move. know what i talking about. please help me.

2007-03-07 09:23:01 · 1 answers · asked by glamorous 2

i just started to work with a layout site for myspace and i cant seem to figure out how to put a code in a scrolling box so people can copy it. i tried to put the code in it, but then i went to view my profile and it showed the whole layout. can someone please tell me how i can put a code into the box? please and thanks.


x__ Megann.

2007-03-07 09:22:44 · 4 answers · asked by meq. <3 1

2007-03-07 09:21:33 · 1 answers · asked by Anthony S 2

Can you tell me how to get the "copyright" symbol on the computer? I tried to go to the "Characters Map" but they didn't have it.

2007-03-07 09:18:52 · 2 answers · asked by Anonymous

In MS Access there is a function you can use in the query that will show all the payments made for a specific date(month/day/year) to another date. That is the Between[date1] AND To[date2] for example. But how can you make that in a ASP VB script? I have to make this: I have to make two textfields, the first date FROM and the second date TO. I hope you can give me some help. Thanks!

2007-03-07 08:42:46 · 1 answers · asked by Ryan 1

Hello,

I am going to be revamping a website. I am fairly new, but not totally new to it. I use Dreamweaver, and barely managed.

I had a friend recommend Nvu for the editing of the site itself. Does anyone know of a good free Flash creator, editor? I'd like to make motion menus.

I am thinking that I would like my logo to go to the top left, and then the menu underneath on the left ... but i would like to to fly into the screen when it loads ...

How difficult is this task?

Thanks

2007-03-07 08:40:20 · 3 answers · asked by reefmonkey 2

I want to create a template in autoCAD 2007. I want it to be a title block that I can load in layout space so that it can be reused for all my drawings..... how do I do this??? Auto cad "help" isn't too helpful

2007-03-07 08:30:20 · 2 answers · asked by lynswil_25 2

hi im misael and i what to know lots of things:
1- How can i turn a batch file into a sendable message?
2-What does c++ mean?
3-what can i use ms DOS for?
4-What can i use visual foxpro for {7.0..............}?
5-what does html, vb, vba mean?
6- ho w can i make a virus?
an finnly good virus commands
thanks for them that are gonna answer and not them that just soy it ellegal cause i know

2007-03-07 08:28:27 · 2 answers · asked by Anonymous

What are the original settings for the lighten/darken tool? I messed mine up and I can't get it right again, and my drawings are suffering.

2007-03-07 08:12:24 · 2 answers · asked by Ran 1

Please let it be something I don't have to buy. Something free please. Any help would be great. Thanks!

2007-03-07 07:56:46 · 7 answers · asked by Bizzy 3

I'm using css to make a web page. I made all the site, by looking at tutorials on a template. But, forgot to put Header image(On top of the page). Now, when i try to put it on top, i put the code just next to in html file, but somehow, image comes behind the navigation menu which is in the next line. Its like header layer is behind the menu layer, whereas, it should be on top of it. What to do?

2007-03-07 07:55:04 · 3 answers · asked by virus_photo 3

okay...
how do you make those sign things using the number on the computer? its like alt shift and a number but i'm not sure...
if you could help, that would be great!

2007-03-07 07:52:31 · 4 answers · asked by wellmynameismaddie 3

it just keeps placing them one after another from the top...

2007-03-07 07:51:18 · 1 answers · asked by Julie C (little ninja) 1

I've created a log in screen and it doesnt load first when the program is run, i created it at the end thats why but how can i change this?? Also do you know how i can make the data entered in the password box to come out as ***** or the round circles? thanks ..

2007-03-07 07:36:15 · 3 answers · asked by Anonymous

i have flash mx 2004 i can get flash 8 if it is neccesary. I would like to know how to make my own line rider games. not the bouncing ball one but like a line rider. PLease add a link 4 a tutorial if u know one.

2007-03-07 07:29:53 · 2 answers · asked by Josh Breanard 1

Does anybody know what font is used for the Campbell's soup can? I have found a few fonts that are similar, but nothing matching it.

Fonts that are close:
Allegro, Amazone, Champignon, English, English111, Edwardian Script, Vladimir Script

I could take bits and pieces from the fonts and create the logo that way, but I would rather have the actual font.

2007-03-07 07:05:18 · 4 answers · asked by Anonymous

Example: I have zero's and ones in column A and I have values in column's E, F, and G. I want the macro to look for the rows with ones in the A column cells, then add 0.25 to that row's E, F, and G column cells. So, if A8 has a 1 and E8=5.5, F8=3, and G8=2.75; A8 would stay the same, E8 would be 5.75, F8 would be 3.25 and G8 would be 3. All rows with nothing or a zero in column A remain unchanged.

2007-03-07 06:56:08 · 3 answers · asked by Sapper 2

Does anyone know of any programs or software to convert access databases to EXE files, without or with Visual Basic? Tutorials?

2007-03-07 06:53:39 · 3 answers · asked by Anonymous

How can I open a cookie file that has been stored on my harddrive???. I am creating a site and wanting to set cookies so that users can log in and out automatically, howevr surely if you are storing info to login on a computer it is open to abuse. i.e. could i not open the cookie file and change for example the username and then login as someone else? or is it not possible to open a cookie file?

2007-03-07 06:38:48 · 2 answers · asked by jonnie b 1

I'm not obese or anything but I'm going to lose like 20 lbs, will I notice a difference in my face? Will my face be thinner to. It doesn't really need to but it would be great if it did!

2007-03-07 06:37:04 · 33 answers · asked by xXskinnyjeansandaviatorsXx 2


My Html






My Page

2007-03-07 06:30:55 · 1 answers · asked by Dradan 2

I want to write a fast, efficient GUI application but I'm confused as to which language I should learn. I did some research but couldn't come to a conclusion.

* Java - performance too slow, takes up much memory

* wxWidgets - corss-platform is nice, and it is relatively fast and efficient but knowing this language won't get me a decent job as it's rarely used out there

* WTL - very fast but it's an open source that is seldom updated.. and is used very little in real life. Like wxWidgets I am not excited about learning it if it's of little value to put on my resume

* C++/CLI or C# (or any .NET language for that matter) - GUI performance is crappy just like java

* MFC - I would've used it if it is not being obsoleted by MS. What's the point of learning a soon-to-be-dead language?

* Qt - slow like java and .NET because it does not use native controls. The GUI even looks non-native and non-professional

I can't believe there's lack of an obvious choice in 2007? Common!

2007-03-07 06:13:54 · 4 answers · asked by toothfairy 2

fedest.com, questions and answers