Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 5

A free premium social media WordPress theme from Chris Pirillo.

4.85714
   
  4 reviews  |  12 users  |  43,548 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 
Compare

What isWith mwsX you can make functions in PHP and use it in JavaScript. Does no matter how simple or complex its your PHP function, you can easily access in JS. How to useLets suppose that you have the following PHP script and want make the "sum" function accessible by JavaScript: ... [More] calc.php Step 1include the "mwsx.php" library (see "Downloads" section); include_once ( 'mwsx.1.0.php' );Step 2put an "/* _EXPORT_ */" commentary in functions that you want to turn public; /* _EXPORT_ */ function sum ( $A, $B ) return ( $A + $B );The result will be: calc.php Note that only 2 lines has added, and this is all we have to do in the server side. Now, you can use this function in JavaScript; Step 3in JS, include the "mwsx.1.0.js" library: Step 4in JS, create a variable to access the PHP functions. Call the "ws" function and pass the URL of PHP by parameter (with "?mwsd" added at end of URL); CALC = new ws ( 'calc.php?mwsd' );Step 5use the PHP functions in the JS; alert ( CALC.sum ( 100, 20 ) );Step 6there's not step 6 ! Only 5 simple steps :) BRAZILIAN PORTUGUESEO que éCom o mwsX você pode fazer funções no PHP e usá-las no JavaScript. UsoSupondo que você tenha o seguinte script PHP e queira deixar a função "soma" acessível ao JavaScript: calc.php Passo 1inclua a biblioteca "mwsx.php" (disponível na seção "Downloads"); include_once ( 'mwsx.1.0.php' );Passo 2coloque o comentário "/* _EXPORT_ */" nas funções a serem publicadas; /* _EXPORT_ */ function soma ( $A, $B ) return ( $A + $B );Como resultado temos: calc.php Veja que somente adicionamos 2 linhas e isto é tudo que precisamos fazer do lado servidor. De agora em diante, basta usar as funções no JavaScript; Passo 3no JS, inclua a biblioteca "mwsx.1.0.js": Passo 4no JS, crie uma variável para acessar as funções PHP. Use função "ws" e passe como parâmetro a URL do PHP, com um "?mwsd" no final da URL; CALC = new ws ( 'calc.php?mwsd' );Passo 5use as funções PHP no JS; alert ( CALC.soma ( 100, 20 ) );Resultado finalcalc.php index.html CALC = new ws ( 'calc.php?mwsd' ); alert ( CALC.soma ( 100, 20 ) ); Sugestões de usosites "2.0" Sobre o nomeO nome "Minimalist Web Services X" deve-se ao fato de usar WebServices para fazer isto. O "X" foi para evitar conflitos com outros projetos de nome "mws". [Less]

5.0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 10 days ago
 
 

Route Migratorscript to migrate Ruby On Rails routes from 1.2.x version to 2.0 Download

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 

This engine will be focused on social bookmarking to start with.

0
 
  0 reviews  |  0 users  |  224 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

A list of tools, helping in outlining Development 2.0 process using agile methodologies like scrum, xp on several languages (ruby, java)

0
 
  0 reviews  |  0 users  |  0 current contributors
 
 
Compare

This project is now JinxDeveloping AJAX web applications is hard, and developing GUI applications, while easier, locks an application onto one computer. Spun tries to bridge the gap: applications developers will find tools to give their server-side applications a GUI front-end that will run in any ... [More] browser. Spun supports the model-view-controller pattern: models and controllers are written in C# and run on the server side; views are DHTML. In exchange for adhering to the MVC pattern, Spun will abstract most of the communications details. Get started right now. [Less]

0
 
  0 reviews  |  0 users  |  21,436 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

AFW es un proyecto de framework con la idea de crear una plataforma estable y cómoda para reducir el tiempo de programación, optimizar el código y ayudar a usar estándares al momento de crear sistemas de información Web. El ideal principal es producir una base solida para la creación de ... [More] aplicaciones fáciles de usar y fáciles de programar. Gran parte de las tareas en las que un programador gasta su tiempo son tareas repetitivas o son parte de la lógica de control, son estas tareas las que debe automatizar y optimizar AFW, para dejar al desarrollador suficiente tiempo para concentrarse en la lógica del negocio y en la solución de los problemas particulares del sistema. [Less]

0
 
  0 reviews  |  0 users  |  35,571 lines of code  |  0 current contributors  |  Analyzed 25 days ago
 
 

.NET 2.0 client library for interacting with the Pownce API. 3.0/3.5 soon.

0
 
  0 reviews  |  0 users  |  4,287 lines of code  |  0 current contributors  |  Analyzed 3 days ago
 
 

Based on the very popular Rails message forum, Beast, this is a Rails forum that implements multiple topics, posts, moderators, RSS feeds, localization, and most all the niceties you've gotten to know on the Beast forums (beast.caboo.se). The goal of the Savage Beast plugin is to get the ... [More] featureful forums of Beast, without the hassle of maintaining separate Mongrels, subdomains, and User sharing that make Beast tricky to setup. Our ultimate goal is to make this plugin as simple to install as any other Rails plugin, but in the more immediate goal we're aiming for is to create a version of Beast that integrates transparently with your existing site, and that can be setup in a few minutes. NOTE that this version of Savage Beast was written from scratch, based off of the Beast trunk code as of January 2008. It is designed to be Rails 2.0.x compliant. It only circumstantially shares code with the original Savage Beast plugin (written by Jodi Showers and Nick Coyne), though their demo app was used extensively as a theoretical tool to grasp how this idea could work. Installation instructions available at http://www.williambharding.com/blog/?p=100 [Less]

0
 
  0 reviews  |  0 users  |  3,704 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

A KML library that uses XML Serialization to load and save KML documents to/from files. All KML classes will be represented using real C# objects that work with the standard XmlSerializer. This approach differs from other approaches that use string parsing or DOM manipulation and tends to be more object-oriented.

0
 
  0 reviews  |  0 users  |  5,062 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.