Skip to main content

Home/ Agency Oasis Developers/ Group items tagged shadows

Rss Feed Group items tagged

Douglas Couto

CSS3 vs. Photoshop: Rounded Corners and Box Shadows | Webdesigntuts+ - 1 views

  •  
    "CSS3 allows us to create shadows with only a couple of lines of code, the style in charge is "box-shadow". To create a Photoshop-like Drop Shadow you can use the following syntax: box-shadow: ; To create a Photoshop-like Inner Shadow you can use the following syntax: box-shadow: inset ;"
Matt DeGennaro

Adobe Shadow - 0 views

  •  
    Free development tool for testing on mobile devices, including document inspection and modification
Mark Ursino

jQuery Bubble Popup - 0 views

  •  
    jQuery Bubble Popup is a plugin to display smart, animated & shadowed, "bubble" popups or tooltips with few lines of code in jQuery. The plugin support HTML5 and it is fully compatible with IE, Firefox, Chrome, Opera and Safari. It needs jQuery v.1.4.2 to run, the fastest and concise JavaScript Library.
mgraber

James Jardine : Developer Notes - 0 views

  •  
    "Cross Site Request Forgery (CSRF) This article assumes you already understand what CSRF is and how it works. If you don't, do a quick Google search and it will clear it up. CSRF can be done using POST or GET, but GET is much easier to implement. By default, ASP.Net forms and other functionality work via the POST method. If we could submit a GET instead of a POST it would open up the attack surface a great deal. No longer do we need someone to visit a page with a form on it, but we could actually embed the GET request (a link) in emails or other medium. Fortunately for the attacker, unfortunately for the developer, .Net uses Value Shadowing for its controls. This means all server side controls, ie. Viewstate, EventValidation, EventCommand, EventArguments, etc.. It is possible to take the values that would be submitted as part of the form and just add them to the Querystring instead. Now there is a GET request that is comparable to the POST request. ASP.Net Webforms does not check whether a post back comes from GET or POST. The one thing to keep in mind is that the URL in a GET is limited in size. If the form is large and the viewstate is very large, this could block this technique from working. This depends on the way the application is configured (more later)."
1 - 6 of 6
Showing 20 items per page