MS Dynamics 365: Some useful JavaScript Functions
We’ll start with some useful JavaScript functions that you’ll need in your adventures with MS Dynamics 365 Development. A quick cheat-sheet, if you will. It is for CRM v9.
Continue readingWe’ll start with some useful JavaScript functions that you’ll need in your adventures with MS Dynamics 365 Development. A quick cheat-sheet, if you will. It is for CRM v9.
Continue readingIn this blog post, we’ll create a simple system for registering users in eZ Publish via their Facebook accounts. To do that we’ll use JavaScript to get users’ information from…
Continue readingIn this blog post we’ll create a simple registration using Facebook registration plugin. We’ll also create a simple login system that enables registered users to login to our site.
Continue readingIn this relatively short blog post, we’ll use PHP/MySQL and Google Maps Javascript API to display locations from a MySQL database on a map. We’ll make a simple “City guide to Zagreb”,…
Continue readingLet’s return to Web Development Category and create a Simple Contact Form. But, just to make things interesting we’ll submit the form using AJAX, so the user gets the feedback without the page refresh. Also, let’s log the User Input into Database for later review.
Continue reading