background preloader

OpenWebWare - DHTML JavaScript Components WYSIWYG Editor Content

OpenWebWare - DHTML JavaScript Components WYSIWYG Editor Content

Creating A Client-Side Web Service Broker :: Johnvey June 20, 2005 Initially, I had planned on using the XmlHTTPRequest object to create a client-side application that integrated various web services like Google suggest, del.icio.us, Flickr, Yahoo developer network, etc. Unfortunately, the browser security restrictions severely limit the capabilities of a client-side application, essentially eliminating any cross-domain integration services. However, single-domain services can still be implemented by using the Javascript bootloading technique. Same-Origin Policy The most frustrating part of creating any client-side application is the security model that applies to just about all executable objects that can be accessed by the browser. One exception to this rule is when the document.domain property is set. None of these security policies apply when executing a web page served from localhost. Using the Javascript Bootloader javascript:void(document.body.style.backgroundColor='#c00') Resetting the Page « Return to del.icio.us direc.tor

Free Website Design Software NetObjects Fusion Essentials Free Web Design Software is one of the most popular web design tools available today. A true drag-and-drop website builder with numerous easy-to-use tools and components that allow you to build sites quickly and easily. Plain and simple, NetObjects Fusion Essentials is different. Additional NetObjects Fusion Essentials features include: Completely customizable style attributes such as color, page layout, font type, font size Centralized management features with propagating file changes Seamless integration of add on services Point and click and drag and drop design tools Incremental publishing capability NetObjects Fusion Essentials is absolutely free and is the easiest way to try your hand at building websites. We’re thrilled to let you know that we have launched a cloud-based mobile website design application called NetObjects Mosaic™. Please follow this link, check out the video, create an account, and let us know what you think. Looking for some help?

SimplyNoise.com - The best free white noise generator on the Int Aptana: The Web IDE 用函数式编程技术编写优美的 JavaScript - emu in blogjava 转子 。大部分内容适合介绍给初学者,只有最后的sequence算是一个可以借鉴的设计模式了。 级别: 初级 Shantanu Bhattacharya (shantanu@justawordaway.com), 首席顾问, Siemens Information Systems Limited 2006 年 7 月 20 日 函数式或声明性编程是非常强大的编程方法,正逐渐在软件行业流行起来。 简介 函数式编程语言在学术领域已经存在相当长一段时间了,但是从历史上看,它们没有丰富的工具和库可供使用。 因为函数式编程采用了完全不同的组织程序的方式,所以那些习惯于采用命令式范例的程序员可能会发现函数式编程有点难学。 函数式编程概念,包括匿名函数、调用函数的不同方法,以及将函数作为参数传递给其他函数的方式。 函数式编程概念 在那些通过描述 “如何做” 指定解决问题的方法的语言中,许多开发人员都知道如何进行编码。 清单 1. 这类语言也叫做过程性 编程语言,因为它们定义了解决问题的过程。 清单 2. 第二个语句指明要得到从 1 开始的前 n 个数字的列表(take n [1..]) 从历史上看,函数式编程语言不太流行有各种原因。 我现在要讨论 JavaScript 中的函数式构造的各种美妙之处,以及在日常编码和工作中使用它们的方式。 匿名函数 在 JavaScript 中,可以编写匿名函数或没有名称的函数。 然后对应的匿名函数看起来应当如下所示: 清单 4. 要使用它,则需要编写以下代码: 清单 5. 使用函数作为值 也可以将函数作为值使用。 在上面 清单 6 的示例中,为变量 sum 赋的值是函数定义本身。 调用函数的不同方法 JavaScript 允许用两种方式调用函数,如清单 7 和 8 所示。 清单 7. 或 清单 8. 所以也可以编写以下代码: 清单 9. 可以在括号中编写函数表达式,然后传递给参数,对参数进行运算。 将函数作为参数传递给其他函数 也可以将函数作为参数传递给其他函数。 清单 10. 执行最后一个 alert 语句输出了一个大小为 12 的值。 使用函数式概念 前一节介绍了一些使用函数式风格的编程概念。 函数并不总是需要名称。 扩展数组排序 清单 11. 清单 12. 清单 13. 结束语

Studio Core Features HTML, CSS, and JavaScript Code Assist Code Assist helps you author HTML, CSS and JavaScript code more quickly. It supports all HTML elements and properties and generates suggestions and hints for CSS. Includes support for custom objects as you create them. Code Assist helps you author HTML, CSS and JavaScript code more quickly. JavaScript Debugging Debug! JavaScript Libraries Support for popular JavaScript libraries and frameworks such as jQuery, prototype, scriptaculous, Ext JS and more. Aptana Studio comes packaged with popular JavaScript libraries and frameworks which are core to so many Web development projects today. jQuery, prototype, scriptaculous, Ext JS, and more. DOM Outline View View and navigate the DOM in this hierarchical outline of your HTML page. File Transfer & Synchronization Support for one-shot as well as keep-synchronized setups. Live Preview Quickly switch between a view of your source code and the rendered HTML page in popular web browsers.

Word Counter Angry-Fly.com: Learning Flex: Building Flex Applications the OpenSource Way Im brand new to Flex and after my little fiasco last week, I decided to step back and start from the beginning and walk myself through this whole process again and look at it from a different angle. Post mortem’s are a really good at helping you see where things went wrong in a project and what you learned. I was thinking that there maybe some other folks who have been holding out on learning Flex like myself for one reason or another. Whether it be the Flash aspect or learning a new development tool, or just the cost. So as Im learning this Im going to be posting about my experience and try to help some of you out who may be like me, a little leary about jumping into the unknown.So without further ado, I wanted to post about what I did to get myself a 100% free development setup for writing my Flex apps. So lets focus this post on getting that dev environment setup. Flex 2 SDK First off, you are going to need to install the Adobe Flex 2 SDK. /flexsdk/ /flexsdk/bin/mxmlc . CFEclipse Flex2Ant

Frame / motion animated menus using CSS and Javascript Providing users with relatively accessible menus with animated backgrounds Using classes and non-obtrusive code to compensate for no-javascript environments updated on 16.05.2006: Feature fix created on 22.04.2006 I've had some nice feedback for my Javascript animation tutorial which has also been featured on Dom scripting task force website. Top Samples The moral of the story is not turning to flash animation just to show your users a little eye-candy, and eye-candy can be fed to users while still having an accessible, search-indexable, copy-pastable, nicely printable content. For frame based animation, we will stack our animation frames vertically, and some sizes related to height should be defined in pixels, that's not condsidered good in terms of accessibility indeed as Internet Explorer users cannot change the sizes of fonts defined in pixels, but we need it for the simplicity of the tutorial. In this example, each frame is 210*30px. We will vertically stack all animation frames. elem

Giotto Free Flash Animation Tool – Vectorian Inc. | Vectorian Features We created Giotto for designers, not coders Giotto is the free Flash animation package made for you to design, not to code. With Giotto you can relax and focus your imagination on creative concepts, integrating stunning graphics and music into masterpieces of design. The latest versions of Adobe® Flash® are moving away from designers. Giotto has full support for ActionScript 2, but we made built-in effect generators that will help you create outstanding effects without any scripting at all. Vector drawing, animations, sounds, filters… Create complex vector illustrations in Giotto, anything from simple shapes to custom ones like polygon, star, or rounded rectangle. Organize all objects in the Library, create symbols like Movie Clips and Buttons for multiple use. Animate objects with motion tweens and shape tweens. Powerful animated effects without any scripting at all Giotto comes packed with more than 50 great effects that can be applied to both shapes and text. Screenshots

Related: