Posts tagged “databases”
-
The Challenges and Freedoms of Creating a Chrome App
As Aaron mention last week, we recently developed a Chrome App for wikiHow.com; in reality though we built a modern web app that leveraged many features of HTML5 and CSS3.
-
We Built a Chrome App
Yesterday saw the launch of the Chrome App Store and, along with it, an app we created called the wikiHow Survival Kit.
-
Be a good localStorage neighbor
While working on the client-side caching mechanism in eCSStender, I realized the dangers of
localStorage.clear()
and worked to come up with a solution. -
EE Tip: Counting the results of a nested query
Nested loops in ExpressionEngine can cause all sorts of headaches, especially when it comes to dealing with "magic" variables like
{count}
. Thankfully, MySQL can help. -
Oracle opens up
In hopes of stemming the massive explosion of open source database use, Oracle is preparing an "express" version of it's Oracle Database 10g line: Oracle Database XE. Like many things on the web right now, it's currently in beta, with a full release planned for late this year.