t Illustrator Tutorial: How to Create an Icognito Icon By feedproxy.google.com Published On :: Wed, 11 Sep 2019 18:04:04 +0000 Welcome back to another Illustrator based tutorial, in which we’re going to take a close look behind the process of creating an incognito icon, using nothing more than a couple of simple shapes and tools. So, assuming you already have the software running in the background, bring it up and let’s jump straight into it! […] The post Illustrator Tutorial: How to Create an Icognito Icon appeared first on Bittbox. Full Article How To Illustrator Adobe adobe illustrator Featured icon incognito incognito icon line art line icon Vector vector icon
t Illustrator Tutorial: How to Create an Ice Cream icon By feedproxy.google.com Published On :: Tue, 01 Oct 2019 04:49:23 +0000 In today’s tutorial, we’re going to take a quick look at the process of creating an Ice Cream icon, and learn how easy it is to build one from scratch using nothing more than a couple of basic geometric shapes that we’re going to adjust here and there. So, assuming you already have the software […] The post Illustrator Tutorial: How to Create an Ice Cream icon appeared first on Bittbox. Full Article How To Illustrator Adobe adobe illustrator Featured ice cream icon icon Icon Design Vector vector icon
t Illustrator Tutorial: How to Create a Notification Bell Icon By feedproxy.google.com Published On :: Wed, 09 Oct 2019 03:42:01 +0000 n today’s tutorial, we’re going to take a quick look behind the process of creating a notification bell icon, and see how easy it is to do so using nothing more than a couple of basic geometric shapes and tools. So, assuming you already have the software up and running, let’s jump straight into it! […] The post Illustrator Tutorial: How to Create a Notification Bell Icon appeared first on Bittbox. Full Article How To Illustrator Adobe adobe illustrator Featured flat flat icon icon Icon Design Vector vector art
t Illustrator Tutorial: How to Create a Recycle Bin Notification Icon By feedproxy.google.com Published On :: Tue, 22 Oct 2019 03:56:08 +0000 Welcome back to another Illustrator based tutorial, in which we’re going to learn how to create a recycle bin notification icon, using nothing more than a couple of basic geometric shapes that we’re going to adjust here and there. So, assuming you already have the software running in the background, bring it up and let’s […] The post Illustrator Tutorial: How to Create a Recycle Bin Notification Icon appeared first on Bittbox. Full Article How To Illustrator Adobe adobe illustrator Art Feature Featured flat icon icon Icon Design Vector vector icon
t The webinar software – how it can help you? By feedproxy.google.com Published On :: Mon, 17 Feb 2020 14:02:02 +0000 A lot of business owners who want to be leaders in the online world know that being unique is a key to achieve success. Today, this future success is definitely the webinar tools that are more and more popular worldwide. This article will tell more about it and how does the webinar room work before, […] The post The webinar software – how it can help you? appeared first on Bittbox. Full Article Software Feature Featured webinar software
t The State – Sort of – of HTML5 Audio By feedproxy.google.com Published On :: Fri, 10 Jun 2011 02:17:34 +0000 The State – Sort of – of HTML5 Audio Scott Schiller discusses the high level of hype around HTML5 and CSS3. The two specs render ”many years of feature hacks redundant by replacing them with native features,” he writes in an insightful blog. Blogging, he says: CSS3’s border-radius, box-shadow, text-shadow and gradients, and HTML5’s <canvas>, Read the rest... Full Article Front Page html5
t Code injection, error throwing By feedproxy.google.com Published On :: Sat, 11 Jun 2011 03:01:12 +0000 In a blog, Opera Software Developer Relations team member Tiffany B. Brown looks at code injection, error throwing and handling and mobile debugging. She notes Opera Dragonfly and its remote debug features provide a way to debug mobile sites from their desktop. Brown mentions WebKit’s recently added remote debugging capabilities, folded into Google Chrome developer Read the rest... Full Article Chrome Front Page Testing
t The power of intent tag discussed By feedproxy.google.com Published On :: Mon, 11 Jul 2011 00:09:59 +0000 Google developer advocate Paul Kinlan has detailed his recent work on a lightweight sharing facility using a very simple intent share protocol. Web Intents began life in 2010. Now, Kinlan and company are looking for feedback. Basically, his intent tag is intended to allow users to more easily mix and match favorite plug-in capabilities, freeing Read the rest... Full Article Android Front Page html5
t A simple random bit on var selector By feedproxy.google.com Published On :: Wed, 10 Aug 2011 00:26:21 +0000 Isobar’s Rob Larsen suggests that there is often a need to build CSS selectors dynamically when building applications. ”This is typically some existing pattern paired with a loop counter or something pulled from a data attribute,” he writes on his blog. His choice is to create a variable called ”selector” and ”to craft the selector Read the rest... Full Article CSS Front Page jQuery
t Adobe buys Nitobi By feedproxy.google.com Published On :: Wed, 05 Oct 2011 01:52:57 +0000 As it kicked off its yearly developer event, Adobe announced that it had acquired Nitobi Software, maker of PhoneGap open source software for cross-platform mobile application building with HTML5 and JavaScript. In a blog, Nitobi CEO Andre Charland pledged to pursue donation of the PhoneGap code to the Apache Software Foundation ”to ensure open stewardship Read the rest... Full Article Front Page html5 JavaScript Mobile
t Intel’s Parallel Extensions for JavaScript By feedproxy.google.com Published On :: Sat, 08 Oct 2011 17:38:07 +0000 Intel’s Parallel Extensions for JavaScript, code named River Trail, hooks into on-chip vector extensions to improve performance of Web applications. Details of Intel’s attempt to get on the JavaScript juggernaut emerged last month at its developer event. The prototype JavaScript extension offered by Intel is intended to allow JavaScript apps to take advantage of modern parallel Read the rest... Full Article Front Page JavaScript
t Adobe to forgo Flash plug-in for mobile devices By feedproxy.google.com Published On :: Sun, 13 Nov 2011 00:04:13 +0000 Earlier this week, Adobe VP and General Manager Danny Winokur disclosed that the company has concluded that HTML5 is ”the best solution for creating and deploying content in the browser across mobile platforms.” The company said it would stop building Flash to run on mobile browsers. In a blog post on the new focus of Read the rest... Full Article Flash Front Page html5
t HipHop Virtual Machine for PHP By feedproxy.google.com Published On :: Sun, 11 Dec 2011 02:15:51 +0000 Facebook Software Engineer and HipHop for PHP team member Jason Evans provides details on Facebook’s move to a new high-performance PHP virtual machine. Described by Evans is ”a new PHP execution engine based on the HipHop language runtime that we call the HipHop Virtual Machine (hhvm).” He sees it as replacement for the HipHop PHP Read the rest... Full Article Front Page PHP
t Shim uses node.js to test sites on multiple browsers By feedproxy.google.com Published On :: Sun, 15 Jan 2012 04:01:13 +0000 Shim was developed within the Boston Globe’s media lab as a way to study how Web sites look on various devices and browsers. A laptop intercepts all wifi traffic – this is redirected to a custom node.js server – which inserts a javascript, or “shim,” at the head of each web page that is visited. Read the rest... Full Article Browsers Front Page JavaScript Testing
t Node.js – The objective is absolutely fast I/O By feedproxy.google.com Published On :: Sat, 31 Mar 2012 03:03:58 +0000 Node.js employs an event-driven architecture and a non-blocking I/O model, and it provides some blindingly fast performance to some types of data-intensive Web apps. It is about JavaScript on the server side. LinkedIn, Yahoo and eBay are among ardent Node.js users, and none other than Microsoft has discussed end-to-end JavaScript coverage on its Azure cloud. Read the rest... Full Article Front Page Node
t Vert.x ramblings: Asynchronous network, your time has come By feedproxy.google.com Published On :: Sat, 19 May 2012 02:00:24 +0000 With the debut of Vert.x, the asynchronous framework is reaching an inflection point, suggests Andrew Cholakian. With Vert.x, the software is packaged together in such a way as to be extremely practical, he states. For some JVM zealots, Vert.x may meet needs recently and apparently addressed by node.js. Vert.x is an asynchronous application server – Read the rest... Full Article Front Page Node
t Windows 8 HTML5 WinRT RSS reader app By feedproxy.google.com Published On :: Fri, 24 Aug 2012 02:33:48 +0000 WinJS is a JavaScript framework for Windows 8, and David Rousset uses it here to create a quick RSS reader. He shows how in a tutorial series. This first article shows the way to build a welcome screen that employs WinJS ListView control. Blend and CSS3 are employed. The second tutorial shows work on the Read the rest... Full Article Front Page HTML Microsoft
t Fat Fractal enters the BaaS fray By feedproxy.google.com Published On :: Thu, 27 Sep 2012 02:24:34 +0000 What has sometimes been described as mobile middleware has taken a new tack. Now, the idea of Backend as a Service (BaaS) has begun to take off in the mobile application development space. Proponents of BaaS say it helps developers easily build mobile apps, or any other applications connected to a cloud backend. Some of Read the rest... Full Article Front Page Mobile
t Here comes Traversty traversing the DOM By feedproxy.google.com Published On :: Fri, 02 Nov 2012 01:59:37 +0000 The Traversty DOM utility has as its purpose to allow you to traverse the DOM and manage collections of DOM elements. Proponents admit core Traversty traversal methods are inspired by Prototype’s DOM Traversal toolkit, but now in a multi-element environment that is more like jQuery and less like Prototype’s single element implementation. Full Article Front Page JavaScript
t How to Add a WordPress Author Box to Your Blog Posts By wphacks.com Published On :: Tue, 28 Jan 2020 08:00:00 +0000 So you’re interested in adding an author box to your WordPress blog? Well, you’ve come to the right place. An […] The post How to Add a WordPress Author Box to Your Blog Posts appeared first on WPHacks. Full Article Tutorials start a wordpress blog wordpress author box
t 10 Exciting Examples of the Beaver Builder Plugin in Use By wphacks.com Published On :: Mon, 03 Feb 2020 08:00:00 +0000 Building a stunning website is a tough job. Even if you have some basic understanding of things like code and […] The post 10 Exciting Examples of the Beaver Builder Plugin in Use appeared first on WPHacks. Full Article Plugins beaver builder plugin web design
t 5 Key Components of a Highly Converting Landing Page By wphacks.com Published On :: Wed, 05 Feb 2020 08:00:00 +0000 A landing page can be the difference between having a strong conversion rate and a bad one. After putting a […] The post 5 Key Components of a Highly Converting Landing Page appeared first on WPHacks. Full Article Beginners Guide boost conversions email list building landing page
t 40 Beautiful WordPress Divi Theme Examples That Will Wow You By wphacks.com Published On :: Tue, 11 Feb 2020 00:43:00 +0000 Are you looking for a new WordPress theme? The Divi Theme, by Elegant Themes, is easily one of the most […] The post 40 Beautiful WordPress Divi Theme Examples That Will Wow You appeared first on WPHacks. Full Article Themes divi theme elegant themes
t 5 Easy Tips for Finding the Perfect WordPress Theme By wphacks.com Published On :: Tue, 11 Feb 2020 08:00:00 +0000 Nothing is more frustrating than spending upwards of $50 on a theme for your WordPress site for it to not […] The post 5 Easy Tips for Finding the Perfect WordPress Theme appeared first on WPHacks. Full Article Beginners Guide web design wordpress theme
t Best WordPress Live Chat Plugins for Better Customer Support By wphacks.com Published On :: Thu, 13 Feb 2020 08:00:00 +0000 Customer service as we know it has changed. Today’s customers won’t necessarily call a contact center when they need help. […] The post Best WordPress Live Chat Plugins for Better Customer Support appeared first on WPHacks. Full Article Plugins improving user experience live chat plugins
t 40 Examples of Sites Using WooCommerce By wphacks.com Published On :: Tue, 18 Feb 2020 08:00:00 +0000 Are you on the hunt for the ideal eCommerce solution? There are plenty of tools on the market today that […] The post 40 Examples of Sites Using WooCommerce appeared first on WPHacks. Full Article Plugins online store woocommerce
t 40 Examples of Sites Using the Total Theme By wphacks.com Published On :: Wed, 04 Mar 2020 08:00:00 +0000 Choosing the ultimate theme for your WordPress site is easier said than done. You need something easy to use, attractive, […] The post 40 Examples of Sites Using the Total Theme appeared first on WPHacks. Full Article Themes total theme wordpress website
t How to Set Up an Email Address for Your Website Domain Name By wphacks.com Published On :: Mon, 09 Mar 2020 08:00:00 +0000 Creating a new website can be overwhelming for some people. This is especially true when creating a website as a beginner. […] The post How to Set Up an Email Address for Your Website Domain Name appeared first on WPHacks. Full Article Tutorials domain name email marketing wordpress website
t Stripe vs Paypal: Which Is Best for WordPress? By wphacks.com Published On :: Thu, 12 Mar 2020 08:00:00 +0000 Deciding between Stripe vs PayPal for your WordPress site can be a daunting task. They both bring many features to […] The post Stripe vs Paypal: Which Is Best for WordPress? appeared first on WPHacks. Full Article Beginners Guide online store paypal stripe woocommerce
t Squared Circle Pit #54 - AVATAR Frontman Johannes Eckerström Talks Wrestling Unlocking His Love of Metal Frontmen By feedproxy.google.com Published On :: Sat, 28 Sep 2019 00:15:16 +0000 We're back and this week, we're talking to Avatar's colorful frontman Johannes Eckerström. If you've ever seen the band live,... The post Squared Circle Pit #54 - AVATAR Frontman Johannes Eckerström Talks Wrestling Unlocking His Love of Metal Frontmen appeared first on Metal Injection. Full Article SquaredCirclePit
t METAL INJECTION LIVECAST #535 - Liddle' Ditch By feedproxy.google.com Published On :: Tue, 01 Oct 2019 23:53:36 +0000 We kick things off with Rob talking about his favorite albums of the year. We then discuss the shocking news... The post METAL INJECTION LIVECAST #535 - Liddle' Ditch appeared first on Metal Injection. Full Article Metal Injection Livecast
t Squared Circle Pit #55 - Comic Artist Box Brown Talks AEW vs. NXT By feedproxy.google.com Published On :: Fri, 04 Oct 2019 21:59:08 +0000 Comic artist Box Brown is the guest on the show this week. We kick things off talking about his comic... The post Squared Circle Pit #55 - Comic Artist Box Brown Talks AEW vs. NXT appeared first on Metal Injection. Full Article SquaredCirclePit aew all elite wrestling box brown wrestlemetal wwe wwe nxt
t METAL INJECTION LIVECAST #536 - Sinema with Chase from GATECREEPER By feedproxy.google.com Published On :: Tue, 08 Oct 2019 21:03:05 +0000 We kick things off talking about the Jewish holiday of Yom Kippur. We then discuss David D Rainman's recent request... The post METAL INJECTION LIVECAST #536 - Sinema with Chase from GATECREEPER appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #537 - Hootie and the No Fish with JINJER's Tatiana Shmayluk By feedproxy.google.com Published On :: Tue, 15 Oct 2019 23:57:50 +0000 We have a very special guest, Jinjer vocalist Tatiana Shmayluk called into the show. She talked about the band's upcoming... The post METAL INJECTION LIVECAST #537 - Hootie and the No Fish with JINJER's Tatiana Shmayluk appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #538 – Bush Did Mayhem with Special Guest Riki Rachtman By feedproxy.google.com Published On :: Wed, 23 Oct 2019 06:52:33 +0000 Former host of MTV Headbangers Ball, Riki Rachtman, called into the show to share memories of Headbangers Ball, working at... The post METAL INJECTION LIVECAST #538 – Bush Did Mayhem with Special Guest Riki Rachtman appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #539 - Hard Camera with Busted Open's Alex Metz By feedproxy.google.com Published On :: Wed, 30 Oct 2019 03:28:22 +0000 We're excited to welcome back Busted Open radio producer Alex Metz to the show, to talk about all things pro... The post METAL INJECTION LIVECAST #539 - Hard Camera with Busted Open's Alex Metz appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #540 - Eight Iota Ripper with Kenny Hickey of SILVERTOMB / TYPE O NEGATIVE By feedproxy.google.com Published On :: Wed, 06 Nov 2019 00:57:43 +0000 We kicked things off with an update on Rob's marijuana abstaining, or lack thereof. We then spend a good amount... The post METAL INJECTION LIVECAST #540 - Eight Iota Ripper with Kenny Hickey of SILVERTOMB / TYPE O NEGATIVE appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #541 - Thank You For Your Cervix with STRAY FROM THE PATH's Tom Williams By feedproxy.google.com Published On :: Wed, 13 Nov 2019 01:08:04 +0000 On this week's episode, we were joined by Stray From the Path guitarist Tom Williams. We talk about band's recently... The post METAL INJECTION LIVECAST #541 - Thank You For Your Cervix with STRAY FROM THE PATH's Tom Williams appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST Bonus Episode: Blake Harrison Interview By feedproxy.google.com Published On :: Fri, 15 Nov 2019 14:00:42 +0000 A special treat for Livecast fans, we are giving you a preview of the type of content you can expect... The post METAL INJECTION LIVECAST Bonus Episode: Blake Harrison Interview appeared first on Metal Injection. Full Article Metal Injection Livecast
t Squared Circle Pit #56 - Hot Topic's Joe Enriquez talks AEW, ECW and Thrash Metal By feedproxy.google.com Published On :: Fri, 15 Nov 2019 21:48:05 +0000 We're back and super excited to welcome the Hot Topic senior buyer Joe Enriquez to the show. Joe tells the... The post Squared Circle Pit #56 - Hot Topic's Joe Enriquez talks AEW, ECW and Thrash Metal appeared first on Metal Injection. Full Article SquaredCirclePit aew ecw hot topic wrestlemetal wwe
t METAL INJECTION LIVECAST #542 - Dull By Obb By feedproxy.google.com Published On :: Tue, 19 Nov 2019 21:44:05 +0000 We kick things off talking about the Motley Crue reunion. Darren shares a story from work. Rob talks about going... The post METAL INJECTION LIVECAST #542 - Dull By Obb appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #543 - Gong Solo By feedproxy.google.com Published On :: Tue, 26 Nov 2019 20:05:19 +0000 We kicked things off with Rob recapping his experience at the Tool concert. We then discussed Dave Mustaine's recent interview... The post METAL INJECTION LIVECAST #543 - Gong Solo appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #544 - 33% Drained By feedproxy.google.com Published On :: Wed, 04 Dec 2019 02:05:15 +0000 This week, we had a very special guest, our Livecastard of the Month, Eric, who actually signed up for our... The post METAL INJECTION LIVECAST #544 - 33% Drained appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #545 - Pre-Snatch with Axl Rosenberg By feedproxy.google.com Published On :: Wed, 11 Dec 2019 01:40:49 +0000 MetalSucks' Axl Rosenberg was back to sit in on the show. We kick things off talking about Chanukah and our... The post METAL INJECTION LIVECAST #545 - Pre-Snatch with Axl Rosenberg appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #546 - Grandma Smoothie By feedproxy.google.com Published On :: Tue, 17 Dec 2019 01:00:56 +0000 We kick things off talking about annoying holiday commercials. We discuss Christmas music this episode, and why Hanukkah lands on... The post METAL INJECTION LIVECAST #546 - Grandma Smoothie appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #547 - Crab Rangoomba By feedproxy.google.com Published On :: Thu, 26 Dec 2019 17:27:42 +0000 We kick things off talking about how we spent the holiday break and previewing the bonus Patreon episode coming next... The post METAL INJECTION LIVECAST #547 - Crab Rangoomba appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #548 - A Different Kind of Steamie By feedproxy.google.com Published On :: Fri, 03 Jan 2020 01:06:50 +0000 It's the first show of the new year and the new decade. We kick things off with a little math... The post METAL INJECTION LIVECAST #548 - A Different Kind of Steamie appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #549 - Loose Hot Dog By feedproxy.google.com Published On :: Wed, 08 Jan 2020 02:22:14 +0000 We kick things off with our New Year's resolutions. Noa explains her future vision board. We discuss climate change and... The post METAL INJECTION LIVECAST #549 - Loose Hot Dog appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #550 - Don Docking By feedproxy.google.com Published On :: Tue, 14 Jan 2020 21:31:20 +0000 We kick things off discussing our Tad's Patreon episode, and our fast food preferences. We then discuss the sad status... The post METAL INJECTION LIVECAST #550 - Don Docking appeared first on Metal Injection. Full Article Metal Injection Livecast
t METAL INJECTION LIVECAST #551 - Where Nickelback Shines with special guest Comedian Brian Posehn By feedproxy.google.com Published On :: Wed, 22 Jan 2020 03:00:18 +0000 We're so excited to have a huge guest on the show – big time comedian and noted metalhead, Brian Posehn,... The post METAL INJECTION LIVECAST #551 - Where Nickelback Shines with special guest Comedian Brian Posehn appeared first on Metal Injection. Full Article Metal Injection Livecast