background preloader

INFO

Facebook Twitter

How do our favorite tech companies make money? Download the State of the Startup report! As a part of TechSparks 2012, YourStory.in conducted in-depth research among startups and entrepreneurs across the country to understand the state of the startups. We collected responses from over 400 startups across all the cities where TechSparks roundtables were held, and tried to understand how they are doing, what their biggest challenges are and what opportunities are in front of them. The goal behind report is to understand what Indian tech/product startups are doing, how they perceive the opportunities and challenges in front of them, and what they are investing in. We asked startups what their current investment strategy was, and if they were looking for funding.

A majority of the startups were looking for investments. Roughly 2/3rd of the companies were looking for an investment, with 41.5% of startups looking for investment at the Angel stage. We collated the responses and crunched the data with the help of FORMCEPT, and have created this 17-page report. The SPAN and DIV HTML Tags. The SPAN and DIV HTML tags are very useful for use with Cascading Style Sheets. Many beginners use the two elements in a similar fashion, but they serve different purposes. Learn how to use these two elements effectively in your web pages. The DIV Element The DIV element defines logical divisions on your web page. It acts a lot like a P element, by placing newlines or carriage returns before and after the division. A division can have multiple paragraphs in it. Using the DIV Tag To use the DIV element, surround the area of your page that you want as a separate division with the <div> and </div> tags: <div> <p>contents of div</p></div> If the area is unique on the page, you can add an id, e.g.

The DIV element allows you to define the style of entire sections of the HTML. The DIV element is different from the HTML5 SECTION element because it does not give the enclosed content any semantic meaning. One thing to keep in mind when using the DIV element is that it breaks paragraphs. Style class id. The Best PHP Framework « David Connelly's Blog. HEY YOU! IT’S 2013 AND THE ARTICLE BELOW IS OUT OF DATE! IF YOU WANT TO FIND OUT WHAT THE BEST PHP FRAMEWORK IS FOR 2013, THEN I ENCOURAGE TO YOU CHECK OUT THIS RECENT BROADCAST FROM MY WEBSITE AT Cheers! – David roof repairs watford Just in case you haven’t noticed, the PHP community is now split in two – on the one hand we have developers who use normal “out of the box” PHP and on the other hand we have developers who use frameworks. A good PHP framework should improve security, make websites easier to upgrade and should also dramatically reduce the time it takes you to build websites and web applications.

The big question that a lot of developers are asking these days is, “What is the best PHP framework?” Well, that’s a question that’s virtually impossible to answer for two reasons. Never the less, I thought I’d throw my oar in and offer a few thoughts of my own. 5th Place : CakePHP So, you may well ask, “Why has CakePHP made my top five?” 3rd Place : Zend. Which Programming Language to Learn – Web Programming.