Posts

Showing posts from June, 2012

25 Neat CSS3/Javascript Plugins and Coding Techniques That Will Boost Your Productivity

http://designsuperstars.net/25-neat-css3javascript-plugins-and-coding-techniques-that-will-boost-your-productivity/

20 New Collection of Cool Photoshop Tutorials

http://www.boostinspiration.com/resources/cool-photoshop-tutorials/

Software Development Solutions

Image
http://www.scoop.it/t/software-development-solutions/ Exposing Agile Software Development Myths Agile development is a movement that started 11 years ago and now is a commonplace discussion for software development teams... Scooped by Igniva Solutions Top 10 Best Tools to Test your Mobile & Responsive Websites Exclusive list of Mobile Emulator/Simulators. The links of top 10 best tools, which will help to check/test your mobile and responsive web pages. Scooped by Igniva Solutions Consortium Formed to Establish Open Standards for Heterogeneous System Architecture The HSA Foundation is a non-profit consortium established to define and promote an open, standards-based approach to heterogeneous computing that will provide a common hardware specification and broad support ecosystem to make it easier for software developers to deliver innovative applications th...

25 Useful CSS3 Tools and Auto Generators

http://smashinghub.com/useful-css3-tools-and-generators.htm

10 Best Online Electronic Payment Systems

http://smashinghub.com/10-best-online-electronic-payment-systems.htm?utm_source=feedburner&utm_medium=email&utm_campaign=Feed%3A+Smashinghub+%28SmashingHub%29

Exposing Agile Software Development Myths

Agile development is a movement that started 11 years ago and now is a commonplace discussion for software development teams. Prior to the signing of the Agile Manifesto in Utah in 2001 [endnote 1], the world was using a phased methodology called “Waterfall,” introduced (but not named) by Winston W. Royce [2], ironically trying to explain why that methodology was a bad idea. The methodology forced the completion of a phase in order to continue with the next one. That caused some problems since, no matter how hard the developers tried to gather all requirements and create a full system design, there was always the need in the following phases to go back and change things. Those regressions had a big impact on cost. The Agile principles tried to eliminate all the rigidity of Waterfall by focusing on more productive tasks, like working code over comprehensive documentation, adding more customer collaboration, enforcing individual interactions instead of tools and being a...

How to play your video and you tube video in asp.net

using media player............ <object id="mediaplayer" classid="clsid:22d6f312-b0f6-11d0-94ab-0080c74c7e95" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#version=5,1,52,701"                     standby="loading microsoft windows media player components..." type="application/x-oleobject"                     width="500px" height="360px">                     <param name="filename" value='<%=str %>' />                     <param name="animationatstart" value="true" />                ...