Articles Tagged 'Internet'
Update: BlogBabel closed - all the services, widgets and plugins are no longer active
Now there are many who have installed the Blogger antipixel of BlogBabel, but I do not have an accurate track. So, just out of curiosity, leave a comment to this post if you have installed BlogBabel antipixel rank, in any format (Flash or image)? Thank you 
Continued ...
On the blog of Internet Explorer (IE Automatic Component Activation (Changes to IE ActiveX Update)) announced a major change that was true introns in April 2008 with the release of important patches, including the long-awaited Service Pack 3. Preview, however, will be available by December 2007 from download center for Internet Explorer.
In April 2006, in fact, Microsoft had a patch introduced in Internet Explorer blocking the interaction with ActiveX components present in a web page This "block" at the end, in explicit request was resolved - direct user / browser - to activate the control (Flash movie, QuickTime, etc ...) via the space bar or mouse click.
Over time, however, were introduced a series of shortcuts to avoid this annoying request official shortcuts (such as proposals by the same Macromedia Flash and Apple QuickTime) and unofficial ( SWFObject or UFO , for example - see also Unobtrusive Flash Objects ).
According to Microsoft developers will not have to change anything in April 2008 in the "old" sites using shortcuts, but it is good to look at the blog of Internet Explorer for the special cases.
Microsoft back then retraced his steps, and actually we had asked for a bit 'all that nonsense was that the activation of control, "patch" approach to a deficiency in the management of ActiveX (OBJECT tag) rather than to flaws in the components themselves. In other browsers, in fact, the use of Plugin is accompanied by stronger EMBED tag. Last note:
In the coming weeks, we'll be updating the MSDN article with descriptions of the new behavior. Keep an eye out here for When The preview goes live.
Continued ...
When estent a class from a MovieClip that it contains other objects (MovieClip, TextField, etc ...) they may not be "ready" within the constructor. This happens especially when using other or expanded MovieClip components (controls) of Flash. To solve the problem just use the onLoad event inherited from the class itself. For example, imagine you have a MovieClip that contains a TextField (internal static visual object in Flash) and a TextInput object (inserted control panel components) and want to set some property in the constructor of our class MyClass.
We create a symbol and insert inside the TextField object is (let's call text_txt) is the object TextInput (textinput_txt). We associate this symbol to a class that extends MovieClip, call our class MyClass. What we get is that during the constructor of our class MyClass these two controls are initialized. If we try to use a code like this:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| / / controls . TextInput ; import mx. controls. TextInput; / / MovieClip { class MyClass extends MovieClip { / / text_txt : TextField ; private var text_txt: TextField ; textinput_txt : TextInput ; private var textinput_txt: TextInput; / / function MyClass () { "MiaClasse::costruttore" ) ; trace ("MyClass:: constructor"); / / = "Ciao" ; text_txt. text = "Hello"; = "Ciao" ; textinput_txt. text = "Hello"; / / } } |
Continued ...
TynyMCE 2.1.2 (3.01 alpha)
Now in version 3.01a ( the last stable is 2.1.2 ) TinyMCE supports the following browsers:
(Mozilla, MSIE, FireFox, Opera and Safari (experimental)).
With support for Plugins is fully configurable, both in the skins (see images below for two examples), both in terms of supported features (see Plugins ). Complete Language Pack lets you customize the output XHTML 1.0. Can be used from PHP / .NET / JSP / Coldfusion GZip compressor also supports Ajax for operaqzioni Load / Save.
Continued ...
Here is an interesting extension for Firefox ( 2.0.0.9 patch released today ) written by Kris Zyp. RESTTest allows for send and receive check to a URL using the REST protocol, choosing between the canonical methods GET or POST (possibly customized) .
RESTTest can be used to test the XmlHttpRequest object and then to test applications that use Ajax. We can then quickly and easily simulate XHR requests and responses.
This extension is designed specifically for working with REST resources and supports all HTTP methods.
In the field POST / PUT can enter all the parameters that we are sending our test, the standard syntax:
variable1 = value1 & variable2 = value2 &[...] variable n = n value
This extension is also useful in testing the RSS feeds of a site or in the analysis of paramteri any RPC service.
Continued ...
In view of the object-oriented programming comes naturally produce components for reuse in other projects, especially if these components are general-purpose. The use of the classes is surely a first step in the reuse of code, however, often these classes are linked to MovieClip also extremely complex. Thus arises the need to "import" is the ActionScript class (which is very easy) but also all the symbols associated with it.
Creating Components in Flash
This road is certainly the most correct from a strictly logical point of view. However, at least in the version of Flash MX, create a component that is at least close to those provided with the development environment is no small feat. ) e la scrittura estremamente accurata della classe legata al nostro componente. The members, in fact, especially visual, requires a whole series of procedures (such as the inclusion of interfaces UIObject or UIComponent ) and writing highly accurate class related to our component. But the fact remains that creating a component is an interesting experience to do, but the development time is truly remarkable. Also as a component must support the mode in designtime or author-what else does it offer a preview of what will happen at runtime. You can associate an icon and documentation can be perfectly integrated in the IDE Flash, complete with intellisense when writing code. So here you choose this path involves a considerable expenditure of time, probably reserved for special projects where, for example, the component is precisely the objective of the project.
There are software house specialized in the production of components for Flash, as both free and paid products. Excluding so very simple components, such as where there is no user interface, this method is great but expensive and temporalemte so little used in most cases.
Continued ...
Collaboration is everything, especially for programmers. Hence un'interesante free, simple and effective. Bug.gd is a repository of "problems" at 360 degrees for all operating systems. With its database tries to solve, with the contribution of the whole community, any problems, malfunctions, bugs and / or unexpected happen in our computer. Just go to the site, browse the database Bug.gd , and see if someone has already had a problem similar to ours. If we find the solution well, otherwise, indicating our e-mail address, we can leave us a message of help, a description of our "bugs", indicating the type of problem we have. As soon as someone solves it we will be notified by mail.
Continued ...
Microsoft has released a new demo of Windows Home Server and Avision of home electronics. Nothing extraordinary except for the fact that the demo is in Flash !
It is curious, in fact, that despite the ads in a big way on the new rival to Flash, Silverlight in fact, released last year, Microsoft will continue inexorably to use Adobe Flash for its presentation, in fact refusing their child. It "was" talked about a new "experience" of user interface, new features, however, that no one - really - can really see. In short, if you can not use Microsoft Silverlight because it never should anyone else?
Continued ...
The technique Fullsize (hall for Fullscreen - of which more later) was, until recently, mainly used in Flash applications (RIAs), made so by a more or less complex user interface, where the container (Adobe AIR , browser or standalone player) scaled by the user, forcing a repositioning of the objects making up the movie. The downsizing of the container obviously follows a drawing function, or Refresh MovieClip can reposition or redesign the runtime interface to the new size of the container. Today this technique is also used in more advanced websites or articulated, very pious rendondo attractive interface. The implementation of this technique is quite simple and essentially uses the native Flash Stage object and introduced with version MX. For its implementation here is a class that allows to obtain the coordinates of the Stage :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
| / ** * * @ File StageExt.as * @ Author Giovambattista Fazioli (@ g.fazioli undolog.com) * @ Web http://www.undolog.com * @ @ Email g.fazioli undolog.com * / {class StageExt / / Release __release : String = "1.0" ; __release private var: String = "1.0"; / / Properties __movieWidth : Number = 0 ; __movieWidth private var: Number = 0; __movieHeight : Number = 0 ; __movieHeight private var: Number = 0; __left : Number = 0 ; __left private var: Number = 0; __right : Number = 0 ; __right private var: Number = 0; __top : Number = 0 ; __top private var: Number = 0; __bottom : Number = 23 ; __bottom private var: Number = 23; / / w : Number , h : Number ) { StageExt function (w: Number , h: Number ) { "StageExt::constructor" ) ; trace ("StageExt:: constructor"); / / __movieWidth = w; __movieHeight = h; / / addListener ( this ) ; Internships . addListener (this); } / ** * OnResize () event * / onResize ( ) { onResize private function () { "StageExt::onResize " + Stage . width + ", " + Stage . height ) ; trace ("StageExt: onResize" + Stage . width + "" + Stage . height); / / Number = Math . round ( Stage . width ) ; var sw: Number = Math . round ( Stage . width); Number = Math . round ( Stage . height ) ; var sh: Number = Math . round ( Stage . height); Number = Math . round ( this . __movieWidth ) ; var ow: Number = Math . round (this. __movieWidth); Number = Math . round ( this . __movieHeight ) ; Oh var: Number = Math . round (this. __movieHeight); / / The x coordinate (top left) __left = - Math . floor ( ( ( sw - ow ) / 2 ) ) ; this. __left = - Math . floor (((sw - ow) / 2)); __top = - Math . floor ( ( ( sh - oh ) / 2 ) ) ; this. __top = - Math . floor (((sh - h) / 2)); / / The x coordinate (top right) __right = Math . round ( ( sw + ow ) / 2 ) ; this. __right = Math . round ((sw + ow) / 2); / / The y coordinate (bottom) __bottom = Math . round ( ( sh + oh ) / 2 ) ; this. __bottom = Math . round ((sh + O) / 2); } / ** * Refresh () * / Refresh ( ) { public function refresh () { onResize (); } / ** * Left - get * / get Left ( ) : Number { public function get Left (): Number { __left ) ; return (__left); } / ** * Top - get * / get Top ( ) : Number { public function get Top (): Number { __top ) ; return (__top); } / ** * Right - get * / get Right ( ) : Number { public function get Right (): Number { __right ) ; return (__right); } / ** * Bottom - get * / get Bottom ( ) : Number { public function get Bottom (): Number { __bottom ) ; return (__bottom); } / ** * MovieWidth - get / set * / get MovieWidth ( ) : Number { MovieWidth public function get (): Number { __movieWidth ) ; return (__movieWidth); } set MovieWidth ( v : Number ) { MovieWidth public function set (v: Number ) { __movieWidth = v; } / ** * MovieHeight - get / set * / get MovieHeight ( ) : Number { MovieHeight public function get (): Number { __movieHeight ) ; return (__movieHeight); } set MovieHeight ( v : Number ) { MovieHeight public function set (v: Number ) { __movieHeight = v; } } |
Continued ...
Preview the effects library Scriptaculous , waiting for the 1.8 2.0:
- Prototype 1.6 (trunk LATEST version)
- Complete rewrite of Ajax.InPlaceEditor and Ajax.InPlaceCollectionEditor
- Full CSS inheritance in Effect.Morph
- New core effect: Effect.Tween
- Sound: play mp3 files for sound effects; uses native playback on IE and available plugins whereever possible
- Performance improvements
- Tons of bugfixes
For the complete list of improvements saw the CHANGELOG
Continued ...
Latest Comments
Simon : It annoys disturbed again and use that space for these things ... however it does not work ...
Giovambattista Fazioli : @ Simon: what could be due to the syntax I used, specifically for PHP 5 +,...
Simon : I tried last night putting everything into functions.php, okay, jquery forms, and tabs jQueryUI them ...
Giovambattista Fazioli : @ Simon: I recommend cleaning to enter a code like that in ...
Simon : @ Giovambattista Fazioli: Thank you for your patience, it's all clear ... now I feel now, ...