Content tagged javascript

JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification. It is a language that is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm.

335 usages of this tag
UpvoteUpvote 28 DownvoteDownvote
This content is deleted
Blog Post
Compiling expressions to JavaScript in the C3 runtime
Not favoritedFavorited Favorited 5 favourites

The latest beta of Construct 3 includes a major new optimisation for the C3 runtime: It now compiles expressions to Javascript. This improves even further the a...

UpvoteUpvote 16 DownvoteDownvote
This content is deleted
Blog Post
The architecture of the Construct 3 runtime
Not favoritedFavorited Favorited 4 favourites

The new runtime has been completely rearchitectured. It's forwards-looking to the next years of the web platform. Here are some of the ways it's fundamentally d...

UpvoteUpvote 1 DownvoteDownvote
  • 22.7K visits
  • 37.3K views
This content is deleted
Blog Post
How to write low garbage real-time Javascript
Not favoritedFavorited Favorited 0 favourites

Edit 27th March 2012: Wow, this article went a long way, thanks for the great response! There's been some criticism of some of the techniques here, such as the...

UpvoteUpvote 3 DownvoteDownvote
  • 4.35K visits
  • 6K views
This content is deleted
Blog Post
Construct 2 vs. Javascript
Not favoritedFavorited Favorited 2 favourites

Recently I read a comment on a blog along the lines of "why buy any HTML5 tools? It's really easy to do it yourself in javascript" . I think this is an interest...

UpvoteUpvote 2 DownvoteDownvote
  • 3.91K visits
  • 5.45K views
This content is deleted
Blog Post
Why JavaScript needs cross-heap collection
Not favoritedFavorited Favorited 0 favourites

Web Workers allow a page to create multiple Javascript contexts which run in parallel to each other. This is great for performance and an important way to avoid...

UpvoteUpvote 1 DownvoteDownvote
  • 13.4K visits
  • 16.9K views
This content is deleted
Blog Post
Service Workers are a pain in the ass
Not favoritedFavorited Favorited 0 favourites

For years now, Construct 2 has used AppCache to allow its HTML5 games to run offline . However recently Chrome and Firefox have been adding support for Service...

UpvoteUpvote 1 DownvoteDownvote
  • 12.6K visits
  • 17.5K views
This content is deleted
Blog Post
Hacking something useful out of WKWebView
Not favoritedFavorited Favorited 0 favourites

We recently announced support for WKWebView in iOS apps with significantly improved performance, but some caveats about memory usage and video support. This was...

UpvoteUpvote 11 DownvoteDownvote
This content is deleted
Blog Post
Optimising events with function binding
Not favoritedFavorited Favorited 5 favourites

Shortly after finishing the expression-to-JavaScript compiler , I realised a couple of the performance tricks we used there could actually be applied to conditi...

  • 0 replies
  • 947 views
This content is deleted
Forum Topic
How do I Upload a canvas snapshot to php?
Not favoritedFavorited Favorited 0 favourites

Thanks for taking a look in my question I think is something a lot of people are asking. In Construct 3, when u make a snapshot, the CanvasSnapshot parameter re...

  • 2 replies
  • 1K views
This content is deleted
Forum Topic
InjectedJavascript take var from js
Not favoritedFavorited Favorited 0 favourites

I'am working with a startup in a project. We have an application that contains differents videogames. When I enter in a videogame, the app sends me an id (var)...

posted 6 years ago

Similar Tags