Skip to main content

Home/ PHP Programming/ Group items tagged Javascript

Rss Feed Group items tagged

Sarah HL

Learning JavaScript from PHP - a Comparison | Lullabot - 0 views

  • In PHP, all variables are local in scope unless declared as global. JavaScript is opposite, and all variables are global unless declared with the var keyword.
  • Both PHP and JavaScript are loosely typed
  • JavaScript is a bit mixed concerning undeclared variables, if you attempt to modify or compare with an undeclared variable, the script will break entirely, but you can check the variable status using typeof() or in conditional statements containing only that variable.
  • ...6 more annotations...
  • JavaScript only recognizes the keyword true in all lowercase. PHP accepts both uppercase and lowercase
  • PHP is not case-sensitive in function or class declarations, but JavaScript is case sensitive for these also.
  • The key difference between PHP and JavaScript is that JavaScript does not have associative arrays.
  • JSON strings having become very popular as a faster alternative to XML, and can be read and created with the PHP functions json_encode() and json_decode().
  • Let's take one more look at defining an object in JavaScript and see how it can be used to compensate for the lack of associative arrays in JavaScript.
  • // Note that variables should always be// prefixed with "var" to define a local scope.for (var n = 0; n < 10; n++) {  alert(n);}
Raúl - [^BgTA^]

30+ Firefox Add-ons for Web Developers & Designers - 0 views

  •  
    Las 30 mejores extensiones para Firefox:


    Aardvark - A cool extension for web developers and designers, allows them to view CSS attributes, id, class by highlighting page element individually. chromEdit - Alter the appearance of any page by editing CSS and Javascript files with this extension. CSSMate - Firefox extension to edit CSS files.
    CSS validator - Check the validity of your webpage using this CSS validator extension. CSSViewer - See the CSS properties of page elements with this extension.
    EditCSS - Play around with loaded CSS, Web Developer extension also provides this functionality.
    IE Tab - Designers and developers can view their CSS projects on Internet Explorer using this extension.
    Style Sheet Chooser II - Users can pick and choose alternate style sheets for a website. FireBug - A console for debugging JavaScript, HTML, and Ajax code snippets. HTML Validator - Cool extension to validate web pages with HTML standards of W3C. JavaScript Debugger - JavaScript debugging extension enables a strong debugging environment.

jdr santos

tsWebEditor - open source editor for HTML/XHTML, PHP, JavaScript, CSS, ASP, XML - 0 views

  •  
    tsWebEditor will improve your daily work with (X)HTML, CSS, JavaScript, XML, XSL, PHP, ASP and surely other languages.
Raúl - [^BgTA^]

StyleIgnite - Diseños gratuitos para tu web - 0 views

  •  
    Stylelgnite es un gran lugar para ello, ya que se trata de una web que recopila y publica diferentes códigos, css, hojas de estilo, javascript, todo orientado a diferentes campos como formularios, botones, tipos de letras, y casi cualquier parte de una web. Todo está perfectamente ordenado en diferentes categorías para que vayamos directo a lo que estamos buscando sin perder ni un minuto de nuestro tiempo. La gran mayoría de lo que en esta web se comparte está bajo licencia Creative Commons (CC), con lo cual lo podremos usar, compartir, modificar, y lo que queramos siempre y cuando respetemos a su autor.
qualitypoint Tech

Resolving "initialize is not defined" Error message while pasting content in DreamWeave... - 0 views

  •  
    "While executing onLoad PasteFireworksHTML.htm, the following Javascript error(s) occured: In file ""PasteFireworksHTML"": ReferenceError: initialize is not defined"
qualitypoint Tech

PHP Quiz Questions and Answers - 1 views

  •  
    You can attend our Quiz here. We are working on to publish more questions in many topics (e.g mysql, javascript, html,...). So, you can bookmark this blog for further reading, or you can subscribe to our blog feed.
qualitypoint Tech

Latest Articles for learning Web Development using php, mysql, javascript and ajax - 1 views

  •  
    Find below the latest articles for learning web development. These articles are getting displayed here by combining the data from different social bookmarking sites such as Digg. This articles list will be updated automatically using yahoo pipes and feedburner.
qualitypoint Tech

Added more questions in our online Quiz - 0 views

  •  
    We have added few more questions for our our free online quiz program.\n\nThe new questions are added under the below topics/subjects.\n\n1.Javascript\n2.Dot Net\n3.Aptitude
rucoven

Design Pattern MVC - zoom sur la couche modèle : DAL / DAO / ORM / CRUD | Vin... - 0 views

  •  
    Design Pattern MVC Voilà deux ans que je fais un cours, suivi d'un petit projet traitant du design Pattern MVC.  Le projet est à écrire en PHP5, avec une base de données MySQL comme support de stockage des données, l'architecture MVC est donc à implémenter dans un contexte purement web. Le paradigme objet est tout indiqué quand il s'agit d'écrire et d'agencer des composants logiciels, c'est donc celui qui sera adopté dans toute la suite. Il y a bien entendu beaucoup de projets existants implémentant le design Pattern MVC en PHP, mais le propos du cours est plutôt de réaliser un cas pratique d'implémentation afin de bien saisir les bien faits du design pattern  MVC. En effet l'utilisation d'un design pattern architectural en PHP, s'oppose à la pratique empirique de ce langage qui consiste à mélanger les connexions et accès à la base de données, avec le traitement des données et leur affichage. Dans ce cas il est alors commun d'avoir dans un seul script: du PHP, du SQL, du Javascript et du CSS dans les attributs des balises HTML soit pas moins de 5 langages distincts.
Steĥane Gosselin

A Shiny New Me * JsFiddle Tips And Tricks - 0 views

  •  
    jsFiddle tips and tricks
Raúl - [^BgTA^]

The easiest way to write AJAX apps | PHP AJAX - 0 views

shared by Raúl - [^BgTA^] on 27 Nov 07 - Cached
  •  
    Ajax in PHP without write Javascript code. All in PHP.
Raúl - [^BgTA^]

AjaxDaddy - Ajax Examples in Action - 0 views

  •  
    Web que recolecta Ejemplos Ajax
Sarah HL

De jolies Typo avec sIFR - 0 views

  •  
    DevZone - Zone de développement web
qualitypoint Tech

Implementing Google Suggest in Search box using jQuery AutoComplete plug-in - 0 views

  •  
    One of our Customers wants to have Auto Suggestion similar to Google search in the Search input of his website.
jdr santos

qWikiOffice A Web Based Desktop - 2 views

  •  
    "The qWikiOffice Web Desktop is an open source project committed to providing an online experience that is unique and user friendly. Ajax technology combined with the EXT-JS library and cutting edge graphics allow qWikiOffice and the web applications within to behave similar to a desktop environment."
Steĥane Gosselin

CodeLobster - Order plug-ins for free portable PHP IDE with support Drupal, Smarty, Wor... - 0 views

  •  
    Cool php editor, drupal code completion.
1 - 18 of 18
Showing 20 items per page