Search results

  1. V

    is there a php script where you can ask the teacher questions?

    how bout just using email :S
  2. V

    is there a php script where you can ask the teacher questions?

    how bout just using email :S
  3. V

    is there a php script where you can ask the teacher questions?

    how bout just using email :S
  4. V

    What is a good research question for HTML?

    Compare an Contrast the differences between the current HTML standard as opposed to previous versions and comment on how the new HTML5 beta will improve the efficiency for programmers.
  5. V

    How do you make a person fill out a section of an HTML form before they can push submit?

    use javascript or JQuery to perform validation JQuery is a framework based on javascript an tutorials should be easy to find so recommend u use it :P
  6. V

    What is the best editor for ASP and/or ASP.NET?

    currently VS 2008
  7. V

    What is the best editor for ASP and/or ASP.NET?

    currently VS 2008
  8. V

    How do you make a person fill out a section of an HTML form before they can push submit?

    use javascript or JQuery to perform validation JQuery is a framework based on javascript an tutorials should be easy to find so recommend u use it :P
  9. V

    How do you make a person fill out a section of an HTML form before they can push submit?

    use javascript or JQuery to perform validation JQuery is a framework based on javascript an tutorials should be easy to find so recommend u use it :P
  10. V

    What is the best editor for ASP and/or ASP.NET?

    currently VS 2008
  11. V

    How do you make a person fill out a section of an HTML form before they can push submit?

    use javascript or JQuery to perform validation JQuery is a framework based on javascript an tutorials should be easy to find so recommend u use it :P
  12. V

    How do you make a person fill out a section of an HTML form before they can push submit?

    use javascript or JQuery to perform validation JQuery is a framework based on javascript an tutorials should be easy to find so recommend u use it :P
  13. V

    How do you make a person fill out a section of an HTML form before they can push submit?

    use javascript or JQuery to perform validation JQuery is a framework based on javascript an tutorials should be easy to find so recommend u use it :P
  14. V

    is there a way to us JavaScript in HTML without the Yellow Stripe (Security...

    tools > internet options > advanced (tab) check the top 3 box's under security sub heading in security in the settings dialogue box this will disable that msg, oh an fyi IE sux big-time, im a enterprise website developer an i always design for firefox
  15. V

    why html pages of my website are not listed in yahoo search engine?

    haha, submit it to their webcrawler, if it's a really obscure URL then it's no surprise they missed it :p
  16. V

    how do i insert records in db on asp .net using visual studio 2008?

    create sql datasource create listview an use listview to create form (config is a bit tricky but once mastered listview control can display edit insert an delete data) (also cuz not default displayed in a table can be configured to display in most any way removing the need for gridviews an other...
  17. V

    how do i insert records in db on asp .net using visual studio 2008?

    create sql datasource create listview an use listview to create form (config is a bit tricky but once mastered listview control can display edit insert an delete data) (also cuz not default displayed in a table can be configured to display in most any way removing the need for gridviews an other...
  18. V

    Any one good with HTML and CSS coding?

    that would be javascript at least
  19. V

    The extent of PHP and ASP?

    php is free just as good as ASP.NET only more coding is required as it doesn't come with an inbuilt framework, to develop php sites just grab WAMP and a copy of dreamweaver :p. Hosting is another matter entirely but to create them the aforementioned software is all u need. (can use notepad...
  20. V

    How can i make my php and mySQL website safer?

    make sure anyone can log in as admin
Back
Top