Archive for the ‘Computer’ Category

Ultimate Designer Toolkit Giveaway

Today, we’re going to give away three member accounts on UltimateDesignerToolkit. As you might have guessed by the name of the site, they have a huge collection of all kind of designer items in one place. Examples of these items are Photoshop brushes, vector files, PSD layouts, Photoshop actions and other design resources that may come in useful in your project.

Ultimate Designer Toolkit

Read the contest rules below to find out more about UltimateDesignerToolkit, and how you can enter this contest. Also, make sure you subscribe to the RSS feed or follow me on Twitter to get updates on more future giveaways.

Read more…

Source: Marco

angry birds golden eggs Angry Birds Walkthrough – Angry Birds Golden Eggs – Angry Birds.

Uk SEO Yourseoonlineguide provides affordable seo services, Social Media Optimization, services, link building, website optimization,web designing and internet marketing services.

Ecommerce Web Designer | realizzazione siti web milano

More Trouble with Twitter: The StalkDaily Worm

Twitter has had a lot of embarrassing security problems in the past, but the worst part is that they still haven’t learned from their mistakes. Apparently a recent redesign left the profile page vulnerable to a very simple XSS attack.

Some enterprising hacker quickly seized the opportunity to promote Twitter-clone StalkDaily by infecting the profiles of hundreds of users, and using their accounts to Tweet marketing messages such as “Join www.StalkDaily.com everyone!”. StalkDaily denies any responsibility for the XSS attack. The source-code for the worm is available, and reveals just how simple this attack really was.

Here is a little free advice for the developers at Twitter: install xss-shield, or start using h() to escape user-supplied strings in your templates. Since the field that was vulnerable to cross-site scripting and allowed this worm to propogate was supposed to be a URL, it might not hurt to validate that against a simple regular expression while you’re at it.

I’ve lost count of the number of security breaches Twitter has had in the past few months. The question now is whether they’ll hire a competent web security architect and clean-up their act.

Source: Chris Kite

Dojo’s UI Framework: Layout with Dijit

Creating dynamic and interactive layouts is a challenge common to any graphical user interface. We have a lot of ability to create layout with HTML and CSS. Where CSS leaves off, Dojo picks up with a set of extensible widgets as a part of Dijit – Dojos UI framework. In this tutorial, well explain how Dijit addresses common layout needs and see how easy it can be to create even complex layouts with just a few flexible widgets.

Source: Script & Style