background preloader

Clean and pure CSS FORM design

Clean and pure CSS FORM design

LESS « The Dynamic Stylesheet language How To - Remove threats - Removal Tools Support Tool (WSDIAG) A tool that gathers information about your system and its configuration, which can be used for troubleshooting. WithSecure Connectivity Tool A tool that checks whether a host is able to connect to the WithSecure backend systems. Check the connection prior to product installation or use on an already installed product to rule out any issue related to connectivity. FSAUA-reset Tool A tool that resets the WithSecure Automatic Update Agent (FSAUA). Works on Client Security, Server Security, Email and Server Security, and Elements EPP for Computers. Uninstallation Tool A tool that removes WithSecure products from your Windows machine if the normal uninstallation method fails. Works on Business Suite, Email and Server Security, Elements EPP for Computers, and Elements Endpoint Detection and Response products.

CSS navigation menu It's truly remarkable what can be achieved through CSS, especially with navigation menus. Using the immense power of CSS, we're going to turn this: ...into this: All with just a bit of CSS and this tiny image: (which we've called background.gif). Look very closely and you can see it! The HTML code for our CSS menu <div id="nav-menu"> <ul> <li><a href="#">Services</a></li> <li><a href="#">About us</a></li> <li><a href="#">Contact us</a></li> </ul> </div> That's it! Removing the bullets First thing we'll do is remove the bullets, by creating a new CSS rule: The important CSS command is the first one, list-style: none, which says that we don't want any kind of bullet in our navigation menu. With this new CSS rule our menu now looks like: Needs a bit of work, right? Displaying the menu items inline To get these menu items all on to one line we'll insert this CSS rule: The float CSS command is the really important one here as that aligns the menu items up against each other. Now we're getting there!

The Semantic Grid System: Page Layout For Tomorrow - Smashing Magazine Advertisement CSS grid frameworks can make your life easier, but they’re not without their faults. Fortunately for us, modern techniques offer a new approach to constructing page layouts. But before getting to the solution, we must first understand the three seemingly insurmountable flaws currently affecting CSS grids. Problems Problem #1: They’re Not Semantic The biggest complaint I’ve heard from purists since I created The 1KB CSS Grid two years ago is that CSS grid systems don’t allow for a proper separation of mark-up and presentation. Floated elements must also be cleared, often requiring unnecessary elements to be added to the page. <div class="grid_3"> 220 </div><div class="grid_9"> 700 </div><div class="clear"></div> Problem #2: They’re Not Fluid While CSS grids work well for fixed-width layouts, dealing with fluid percentages is trickier. But when .grid_3 appears inside of a .grid_6 cell, the percentages must be recalculated. Problem #3: They’re Not Responsive Blame It On The Tools

Open Source WEB Based Project Management Software 1. Codendi: This is an open-source collaborative development platform offered by Xerox. The interesting thing about the tool is that in just one interface, it is capable of gathering all tools required for software development teams. The tasks could include management and versioning of code, bugs, requirements, documents, reporting, tests among other things. 2. Redmine: This is a flexible project management web application, that has been written on the Rails framework. 3. 4. 5. 6. 7. eGroupWare: This software is meant for SMEs and basically allow users to manage contacts, appointments, projects and to-do lists. 8. 9. 10.

CSS Design: Taming Lists As early as July of 1999 I was pontificating on email lists about the virtues of style sheets. Some things never change. Article Continues Below What has changed is how I think about CSS, and the underlying structure of (X)HTML to which it is applied. For example, I find that most pages on the web contain a menu of links in a navigation area. Of course the reason that we don’t mark them up in that way is that we don’t want a bullet in front of every link in our navigation area. In this article, I’ll demonstrate how to use CSS to bring unwieldy lists under control. Setting the stage#section2 For purposes of this article, I am using unordered lists. <ul><li>Item 1</li><li>Item 2</li><li>Item 3</li><li>Item 4</li><li>Item 5 we'll make a bit longer so that it will wrap</li></ul> Each list is simply placed inside a different DIV, and the CSS is written so that the list’s behavior is determined by the DIV it is in. Item 1Item 2Item 3Item 4Item 5 we’ll make a bit longer so that it will wrap

Flash QRcode reader as3 – kasperkamperman.com : creative media technology [update] Paul Hinrichsen pointed me to a new implementation of a QRCode Reader (Adobe Native Extension) build by Sbhave. It works BRILLIANTLY and VERY fast. It is built for Flex but there is also a build for Flash CS6 which is easy to set up. Google code project page: QRcode reader implementation that uses the QRCode Reader by Logosware (Libspark project). Modifications Implemented Adaptive Threshold by Quasimondo (Mario Klingemann) in the GetQRimage Class.Added the substract blur method that Mario Klingemann explains in his lecture about the process of reading QR codes. The user interface uses the minimalcomps by Keith Peters (bit-101) and the Hi-Res! Example (Flash Player 10 or higher) Generate a QRcode and print it out. Used resources Download : ReadQrSimple – source code Download : ReadQrMobile – source code (version tested on Galaxy S2, by Paul Hinrichsen).

Top IT Cerifications to be considered 1) Big Data (Certified Developer for Apache Hadoop) Various commercial Hadoop providers offer training to ease out the open source learning curve. Cloudera offers the Cloudera Certified Developer for Apache Hadoop (CCDH), for learning development skills as well as for administration (CCAH). 2) The Certified Wireless Network Administrator (CWNA) certification The desire for instant video and multimedia distribution is growing at a fast pace, specifically for handheld and mobile devices. 3) VMware VCP-Cloud Certification Managing data centers of today requires critical configuration information to run the applications, IT management tools, and related software on cloud. 4) Identity and Access Governance (IAG) There is an overall pressure from the highest levels of corporate and government organizations to exercise controls that address governance, risk, and compliance requirements. 5) Mobile App Development (Secure Mobile Application Developer) 6) Green IT (CompTIA Green IT Certification)

URL dispatcher A clean, elegant URL scheme is an important detail in a high-quality Web application. Django lets you design URLs however you want, with no framework limitations. There’s no .php or .cgi required, and certainly none of that 0,2097,1-1-1928,00 nonsense. See Cool URIs don’t change, by World Wide Web creator Tim Berners-Lee, for excellent arguments on why URLs should be clean and usable. Overview To design URLs for an app, you create a Python module informally called a URLconf (URL configuration). This mapping can be as short or as long as needed. Django also provides a way to translate URLs according to the active language. How Django processes a request When a user requests a page from your Django-powered site, this is the algorithm the system follows to determine which Python code to execute: Django determines the root URLconf module to use. Example Here’s a sample URLconf: Notes: Example requests: A request to /articles/2005/03/ would match the third entry in the list. Named groups Performance

C, C++ Or C# Programming Contests Around The World Annual contests: 1. International Conference on Functional Programming (ICFP) This has been running for a decade and happens in June or July each year. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. Ongoing contests: 13. 14. 15. 16. 17. Courtesty: About

Top 10 Mobile Web Development JavaScript Frameworks By Jacob Gube Creating web apps and sites for the Mobile Web has its own sets of challenges and techniques. From UIs optimized for fingers instead of mouse cursors to the bandwidth limitations that most portable personal devices have, developing for mobile devices requires a paradigm shift for those of us who’ve traditionally created products aimed at desktops. To help you rapidly deploy cross-platform mobile apps and websites, there’s a wide range of JavaScript frameworks you can take advantage of. Some common characteristics of JavaScript mobile web development frameworks: Optimized for touchscreen devices: Fingers as input devices instead of mouse cursors provide an extra set of challenges in user interface design. In this article, you’ll find my top picks of JavaScript mobile web development frameworks you should consider using to build your next mobile web app or website. 1. jQuery Mobile 2. 3. 4. 5. xui.js 6. 7. zepto.js 8. 9. 10. Other JavaScript Libraries for Mobile Web Development

10 Misconceptions About Programming There are plenty of misconceptions and myths surrounding the art of programming. Many view it as a job only for the very gifted; the process, methodical, the rewards, glorious. A career path only for geeks, or for the mathematically inclined, and a job not tolerant of mistakes. In this post we are going to debug, explore and fix these misconceptions about being a programmer, and maybe serve as a source of relief for those who are wondering if programming is the career path for them. Read Also: Top 10 Websites to Learn Coding (Interactively) Online 1. People confuse of the relationship between mathematics and programming because they want a flat out answer of ‘Yes’ or ‘No’. Don’t get me wrong though, we still need basic algebra, but it’s basic, and well, it’s just algebra. 2. It does not matter if your IQ is 160 or 90, programming is not related to biological factors, but your interest. Now to put a threshold on this, anyone who knows how to communicate, can learn programming. 3. 4. 5.

python-weather-api - A python wrapper around the Yahoo! Weather, Google Weather and NOAA APIs The module provides a python wrapper around the Yahoo! Weather, Weather.com and NOAA APIs. Authors: Eugene Kaznacheev <qetzal@gmail.com> Joshua Tasker <jtasker@gmail.com> (pywapi - Python Weather API) From source Download the latest pywapi library from: Untar the source distribution and run: $ python setup.py build $ python setup.py install View the trunk at: Check out the latest development version anonymously with: svn checkout python-weather-api-read-only Yahoo! Use the following function, that fetches weather report from Yahoo location_id: A five digit US zip code or location ID. units: type of units. Returns: weather_data: a dictionary of weather data that exists in XML feed. Weather.com Use the following function, that fetches weather report from Weather.com More examples Script import pywapiimport string

bug bounty programmes

Related: