Categories
- agile (3)
- algorithms (17)
- css (29)
- download (3)
- featured (46)
- flex 3 (25)
- javascript (138)
- micro tutorial (202)
- PHP (108)
- portfolio (5)
- snippets (7)
- video (1)
- web development (167)
- zend framework (80)
Category Archives: web development
Friday Algorithms: JavaScript Bubble Sort
Bubble Sort This is one of the most slowest algorithms for sorting, but it’s extremely well known because of its easy to implement nature. However as I wrote past Fridays there are lots of sorting algorithms which are really fast, … Continue reading
document.forms['myform'].submit() is not a function?
.submit() You want to submit the form by clicking on a link or some other element on the page and this is a simple task. You know that by simply adding something like document.forms['the-form-name'].submit() this will work. <form method="post" name="myform"> … Continue reading
Posted in micro tutorial, web development
Tagged communication, Computing, Form, html, World Wide Web
3 Comments







