I'm pretty efficient in jQuery, having implementing it in several projects for my company. However, I found myself a little lost when reading stuff like node.js.
Do i have to go back to basics and learn the javascript language or should i just stick with jQuery?
I was following this tutorial : http://pronewb.com/mongodb-as-in-humongous-not-retarded. All was well until the "I feel the vibe" section. I do not know where to begin this section. Do i have to create a new php file or type it in some command line?
Everything about this website affirms my decision to develop interactive websites with javascript and not flash. But one qns though, how they do they incoporate sound effect into it? I check the page source and it's not HTML5.
Source: nissanusa
Everything about this website affirms my decision to develop interactive websites with javascript and not flash. But one qns though, how they do they incoporate sound effect into it? I check the page source and it's not HTML5.
Source: nissanusa
I found this code snippet:
<?php
$view = views_get_current_view();
$arg0 = $view->args[0];
?>
but i don't know where to begin inserting this php code snippet.
If you drag and release quickly from the horizontal menu, the menu will auto slide for a distance. It seems to slide more the faster you drag and release. Source -appear.dk
How do i achieve this effect? Has it got to do with some complex formulaes?