Category Archives: JavaScript

PHPHOST BLOG

Web Hosting Related Articles You May Need

How to Create a Simple Marketing Website With Bootstrap

Twitter Bootstrap is probably the best thing to have happened to web design since the development of HTML5. Originally created by a couple of developers at Twitter (who have since moved out to develop Bootstrap full-time) to streamline and standardize document development, Bootstrap has quickly grown to become one of the best loved development frameworks […]

The post How to Create a Simple Marketing Website With Bootstrap appeared first on Scriptiny.com.

Continue reading

Posted in CSS, JavaScript, Sandbox, Syndicated, tutorials | Comments Off on How to Create a Simple Marketing Website With Bootstrap

The Use of jQuery in Tutorials

A question came up in a semi-recent ShopTalk episode about the use of jQuery in tutorials.

Lately I’ve begun to realize how muddled the line between jQuery and JavaScript has become when learning about the language. It’s hard to find a solid tutorial that doesn’t include jQuery instead of JavaScript. What’s your opinion on the overuse of the library?

The question was from Nick Hehr who wrote about it as well. You can listen to our answer there with this …


The Use of jQuery in Tutorials is a post from CSS-Tricks

Continue reading

Posted in Article, JavaScript, jQuery, Syndicated | Comments Off on The Use of jQuery in Tutorials

If Kerouac wrote JavaScript

When I opened Johnson’s completed assignment, I found a short note from the good doctor, explaining why he had chosen to use CoffeeScript: “Sir, the funcktion key-word is an ALBATROSS and the curly brace is worthless FILIGREE. I desire a clean and artickulate script for the dockumenting of my varied MUSINGS”.

Direct Link to ArticlePermalink


If Kerouac wrote JavaScript is a post from CSS-Tricks

Continue reading

Posted in JavaScript, Link, Syndicated | Comments Off on If Kerouac wrote JavaScript

KnockoutJS Cheat Sheet for Beginners

This cheat-sheet gives you a quick glance at what is Knockout, why to use it and how to use it. If you are a newcomer to KO or if you are juggling between multiple JS libraries, this cheat-sheet is a handy guide to get your KO karma flowing.

This arti… Continue reading

Posted in JavaScript, KnockoutJS, Syndicated | Comments Off on KnockoutJS Cheat Sheet for Beginners

Hello AngularJS – Building a Tweet Reader

Single Page applications using client side JavaScript frameworks are getting popular and with the latest Web Update for Visual Studio 2012, quite a few SPA templates have been released by Microsoft and prominent Community members like John Papa. We hav… Continue reading

Posted in AngularJS, ASP.NET MVC, JavaScript, Syndicated | Comments Off on Hello AngularJS – Building a Tweet Reader

Book Review: Learning JavaScriptMVC

Packt Publishing invited me to review the recently published Learning JavaScriptMVC by Wojciech Bednarski. I describe my impressions of this book on JavaScriptMVC in this post. Before beginning my review, I’ll quote the description of JavaScriptMVC fro… Continue reading

Posted in Book Review, JavaScript, Syndicated | Comments Off on Book Review: Learning JavaScriptMVC

Using FlipView Control in Windows Store Apps using JavaScript and HTML

For Windows Store Apps, WinJS has provided several controls for displaying data interactively. Some of the examples are SemanticZoom, GridView, ListView, FlipView etc. All these controls accept collection as data source and provides a mechanism so that… Continue reading

Posted in JavaScript, Syndicated, Windows 8 Apps, WinRT | Comments Off on Using FlipView Control in Windows Store Apps using JavaScript and HTML

smtp email validation

SMTP is a core Internet protocol used to transfer e-mail messages between servers (first defined in RFC 821 in 1982). This contrasts with protocols such as POP3 and IMAP, which are used by messaging clients to retrieve e-mail. SMTP servers look at t… Continue reading

Posted in JavaScript, PHP, Syndicated, validation | Comments Off on smtp email validation

Simple file upload using ajax

Ajax ,an acronym for Asynchronous Javascript and Xml is a group of interrelated web development techniques used on the client side to create asynchronous web applications.With Ajax, web applications can send data to, and retrieve data from, a server a… Continue reading

Posted in AJAX, file upload ajax, JavaScript, jQuery, Simple file upload using ajax, Syndicated | Comments Off on Simple file upload using ajax

Simple Popup Gallery without jquery plugin

Most of the jquery galleries are either only image galleries or are very less customizable .We may like to display any sort of content in our galleries like images,texts ,buttons etc. So  a fully customizable gallery is the topic of this post.The code… Continue reading

Posted in CSS, JavaScript, popup gallery jquery, Simple Popup Gallery without jquery plugin, Syndicated | Comments Off on Simple Popup Gallery without jquery plugin