Jump to content
Larry Ullman's Book Forums

jabsalud

Members
  • Posts

    33
  • Joined

  • Last visited

jabsalud's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. does that means javascript's sole purpose is to add interactivity for your site? so that it makes your website more beautiful?
  2. no its not an assignment. i have tried it but the output is this +2 0 4 8 12 +4 0 4 8 12 +6 0 4 8 12 +8 0 4 8 12 so what i am asking is i cant separate the loop that will increment by 4. what i wanted to do is to alternate them by two's as i have given the output. its not an assignment trust me. all im asking is for your help i need the actual code to compare to my answer. anyone of you could help me? its just an example and part of my studying the "nested loops".
  3. im sorry mates i gave a wrong output, let's change it to this 0+ -2 4+ -4 8+ -6 12+ -8 create a loop that will increment by two and another loop that will increment by four, use for loop. please help me with this example. thanks mates.
  4. @Hartley San, yes that is exactly. could you please help me to code it? im doing it in for loops but with no success. thanks mate.
  5. helo i'm doing my logical exercises and i'm getting hard to solve this output using for loops 2 1 4 3 6 6 8 9 i need your help could you please post your codes? i need to understand nested loops.
  6. ooh my friend tells me about the compatibility of jquery in ie browser and i dont know that you can do that using javascript. i should probably consider larry's modern javascript book. thanks hartleysan
  7. ah so kind of saying that once you are learning ajax you also learning jquery? am i right?
  8. hi sir before considering this book i have one question. have you also covered jquery, ajax here? i mean discussed it in clear? or just focusing on javascript? i'm sorry for this question but i'm completely new to this language. I have browsed the net and some forums giving me advice to learn jquery and ajax. so i am wondering if you discussed it clearly too in this book. many thanks sir example like topics in making modal form in jquery something like that.
  9. hey folks im wondering if jquery is the same as ajax? any answer to that?
  10. how about handling multiple submit buttons in php? I have come across scripts that use: isset($_POST['submit']) as well as code that uses: $_SERVER['REQUEST_METHOD']=='POST' which is better to use? my situation is having two submit button in one php script. since that i cant use the 2nd one in verifying what form is being submitted should this be mean the first one is better?
  11. i'm currently confused on how to resized an image without losing its quality. for example i have 1920x1080 picture and i resized it to 400x225 i am bit satisfy as it succeeded but the things is that, the picture losed its resolution. my formula is here: new height = (original height/original width) * new width and vice versa. while maintaining the aspect ratio i noticed that the resolution degrades and get pixelated. any advice sir?
  12. larry's code in chapter 13 in section under edit. it works perfectly even i dont change the retrieved information at all. my concern is in chapter 12 it cannot done the same. it seems like there is something on larry's chapter'12 code an error? but if i edit it it works perfectly. argh! i'm stuck! in chapter 12.
  13. is there someone there tried not to change the retrieved title and entry and hit update button and get an error? when i run the code and did some changes it goes perfectly but when i did not make any change to the retrieved title and entry it says an error. the thing is that when i make some changes it works but when i choose not to make any changes and hit "update this entry" it says an error. isn't that the problem is you have too make an actual change? what i mean is that once i click edit i should change it atleast one letter or put space so i can update it? what if i decided not to change anything and click update?
×
×
  • Create New...