Search This Blog

Hovertrx

Add URL

Translate

Friday, July 26, 2013

20 Essential Tweaks and Tips Every Firefox User Should Know

Firefox may be your default browser, but that doesn’t mean you really use it to its full potential. Mozilla’s browser is a big threat to Microsoft not because it’s fast and full of unique features, but because it’s also extremely customizable. Add-ons, style scripts, and hidden preferences let you personalize your Firefox experience to meet your tastes and needs. Sure, you may know about hidden easter eggs like the about:robots page, but we’re going show you the 20 most essential tips, tricks, and tweaks to this super browser.

Undo Closed Tabs and Windows

This is actually a feature that has been around since before Firefox 3, but we’re often surprised by how many people don’t know about it. Firefox stores a record of every open and closed tab in all windows for each browsing session. So if you accidentally closed a tab, you can bring it back by pressing Ctrl + Shift + T. The restored tab retains its surfing history as well, and you can bring back old tabs even after you’ve opened several new ones since the initial close.

Speed Up Browsing

 
Firefox 3.5 is fast at loading pages, but its operational speed can get bogged down by overloading extensions. But you can add further optimizations to the browser by making a few tweaks behind the scenes. Load up the about:config page (by typing about:config in the location bar), and make the following changes:
Set network.http.max-connections to 96 – This sets the total number of HTTP connections Firefox can make to a web server. The default value is 30 (raised for the previous default of 24), but if you have ample bandwidth, increase the number speed up the loading of multiple-tab bookmarks.
Set network.http.max-connections-per-server to 32 – The default is 15, but you can raise it to increase the number of connections made to a single server. This is useful if you’re planning on browsing a site while downloading many files from it at the same time.
Set network.http.max-persistent-connections-per-server to 8 – Raising this setting from 6 to 8 improve performance when working through multiple pages of a site. We don’t recommend setting this value to anything higher than 8.
Set network.http.pipelining to true – Pipelining is an application of the HTTP 1.1 protocol where multiple requests can be sent to a web server before any responses are received. Not all servers support it, but this will improve your browsing speed if you’re on a high-latency (slow) connection.
Set network.http.proxy.pipelining to true – Same as the setting above, but only applies if you’re using a proxy connection.
Set network.http.pipelining.ssl to true – If you’re encountering problems with pipelining enabled, the root of the problem may be a broken proxy server sitting between you and the target server. SSL (secure) sites don’t have this problem, so this setting will let you turn on pipelining for those sites only, regardless of the other pipelining settings.
Set network.http.pipelining.maxrequests to 8 – With pipelining enabled, this preference specifies the maximum number of requests to make to a server at once. Raising the default value from 4 to 8 will speed up your requests to a server, but will cause a small delay if one of the requests fail.

Use Gmail as Your Default Mail Application

When Firefox 3 was first released, one of the new features was the option to associate html protocols with web applications, such as launching a webmail service when clicking a “mailto:” link. Unfortunately, at the time of launch, only Yahoo’s mail client was officially supported, and users had to either use extensions or manipulate some javascript code to enable Gmail as the primary mail handler. The current iteration of Firefox has included Gmail in the web app client list, and here’s how you turn it on.


Go to Tools-> Options, and select the Applications tab. This is a list of protocol and content associations, with their respective plug-ins for each type of content (ie. Mp4 video). In the search field, type “mailto”. Then, in the Actions drop down menu, select Gmail as your default client. That’s it! The next time you click on an email link, Firefox will open up Gmail in a new tab to send an email. Bonus tip: download and install the Better Gmail 2 add-on to add extra UI features if you’re planning on using Gmail as your primary mail client.

Disable the Awesome Bar

We think that the Awesome Bar lives up to its name – its auto-complete feature lets us get to our favorite websites even if we don’t remember the exact URL. But not everyone wants Firefox to auto-complete location bar text, especially if you visit sketchy or embarrassing sites that share common URL characters (ebay and piratebay, for example). You can disable the Awesome bar by turning off the XUL richlistbox widget that powers it.
First, open up the about:config page. Type browser.urlbar.matchBehavior in the Filter field, and right click the sole resulting entry. Click Modify, and change the value of the setting from 1 to 2. Now, whenever you start typing a URL in the location bar, you only get suggestions from websites that start with that text, not just any with those string of characters.
Now, if you want to make the Awesome Bar to not show any suggestions for pages that you have visited or bookmarked, and only show suggestions for URLS that you have manually typed, go to the browser.urlbar.default.behavior preference in about:config and change its value from 0 to 49.

3 Quick Location Bar Style Fixes

Always show the GO button
By default, the GO button the far right of the location bar only shows up if the bar is empty or if you’ve typed in something new. To make the button stay visible, go to your user Profile directory (C:\Documents and Settings\USERNAME\Application Data\Mozilla\Firefox\Profiles\ in Windows XP), navigate to the Chrome subdirectory, and create a new blank file called userChrome.css. This file lets you make stylesheet changes to Firefox. Open up the file with Notepad and type the following at the end of the file:
#go-button { visibility: visible !important; }
Restart Firefox to put this change into effect. 
Disable the RSS Feed Button
If you’re not a fan of web feeds, you have no need for the RSS button at the end of the location bar. Disable it by opening up the Chrome.css file you created before in your Profile directory, and add the following line:
#feed-button[feeds] { display: none !important; }
Restart Firefox to put this change into effect.
Use Small Location Bar Icons
The location bar itself isn’t terribly tall, but every pixel counts when you’re using a tiny screen netbook or have stacked additional toolbars like the Booksmarks bar or a StumbleUpon bar. Shrink the Location Bar by right clicking the any toolbar and clicking the “customize” option. At the bottom of this screen, check “Use Small Icons.”

Reasonably Cut Ram Usage

Firefox is generally good about memory management, so we don’t normally recommend memory allocation tweaks because of the performance tradeoff. But there is one setting in Firefox that may be useful if you tend to have many browser windows and tabs open but minimized at the same time.
Open up the about:config page, and right click anywhere in the window. Select New->Boolean to create a new preference setting, and type “config.trim_on_minimize” in the pop up box. Next, choose True as the default value. This preference will offload memory using from RAM to virtual memory on your hard drives when windows are minimized. The only caveat is that “waking up” this minimized window will take a little longer than usual, since Firefox will need to transfer its state back to physical memory.

Additionally, we recommend that you try the RAMBack add-on, which gives you notifications when and how much memory can be freed up from RAM.

Browse Privately on a Public Computer

A feature actually first introduced in IE 8, Firefox’s private browsing mode lets you surf the web without retaining any URL history, form and search fields, passwords, cookies, or web cache on the local machine. This is particularly useful for surfing at work or on a friend’s computer, when you don’t want them to snoop around your shameful habits. Turning on private browsing is as simple: just hit Ctrl + Shift + P. Firefox will save your existing windows and open a new session (unfortunately, you can’t have both private and non-private mode windows open at the same time). In the privacy options settings, you can even set Firefox to start in private browsing mode by default.

Customize the New Tab Page

One thing that Chrome and IE 8 do better than Firefox is the new tab page. When you open a new tab in Firefox, it defaults to about:blank, which, appropriately, is a blank page. Mozilla actually acknowledges this shortcoming, and has been experimenting with various new types of new-tab landing pages in their Mozilla Labs department. The latest prototype shows you a page with Frequently Visited Sites, and a “You Might Want to” suggestion based on what’s in your clipboard.
You can download and install it here.

6 Essential about:config Tweaks

 
About:config is amazingly powerful – it lets you change almost every aspect of how Firefox functions. Going through and explaining what every preference does would not only be an impossible task, but also unnecessary since most people are happy with the default settings. There are, however, a few settings that we think are essential to change. Make these tweaks first when you encounter a fresh install of Firefox.
browser.urlbar.autoFill = True
Enable auto-complete for URLs when typing into the location bar.
browser.sessionstore.max_tabs_undo = 15
Increase the number of closed tabs that firefox has stored in its cache to 15.
browser.tabs.tabMinWidth = 75
Show more tabs in a single window by narrowing the minimum width of a tab.
browser.search.openintab = True
Automatically open new search results in a new tab
middlemouse.paste = True
Use the middle mouse button to paste text from your clipboard.

browser.blink_allowed = False
Disables annoying text with the Blink tag.

Make Smart Bookmarks

A really sweet feature in Firefox 3 is the ability to program your own smart bookmarks. These are dynamic bookmark groups that change depending on your browsing history. For example, you can have it set to show the 10 most popular pages you’ve visited within a certain domain, or the 15 most popular sites you’ve visited that contain a specific keyword in its title.
Open up your Organize Bookmarks window by typing Ctrl + Shift + B. Choose the folder you want to create your new smart bookmark, and create a new bookmark with the Organize menu. In the location bar, enter a string using the following syntax:
place:queryType=A&sort=B&maxResults=C&domain=D&terms=E
Replace A, B, C, D, and E with whatever you choose, based on these rules:
Querytype= 0 to only search your history, 1 to only search your bookmarks, 2 to search both
Sort = 1 for A to Z, 2 for Z to A, 3 to sort by most recently visited, and 8 to soft by most often visited
Domain = the domain you want to show results for, such as “maximumpc.com”
Terms = the word or words you want to show results for.
For more syntax options and explanations, visit Mozilla’s reference page.

Back Up Your Bookmarks

Keep your bookmarks backed up and synchronized across multiple computers using the popularXmarks add-on. Formerly known as Foxmarks, this extension securely stores your bookmarks (and even passwords) on their servers, and can even analyze your saved links to give website and tagging suggestions. It’ll even sync across multiple browsers, in case you use both Firefox and IE (Chrome support eventually coming).

Know the Location of Your Profile and Settings

 
What if you accidentally delete your bookmarks or profile settings before storing them in the cloud? Not to worry – Firefox makes periodic backups of your bookmarks, safely backing them up in a hidden folder. You can find and retrieve them in Windows easily. First, open up Windows explorer, go to folder options, and enable viewing hidden files. If you’re using Windows XP, your Firefox profile backups will be located in the following directory:
C:\Documents and Settings\USERNAME\Application Data\Mozilla\Firefox\Profiles\
Just replace USERNAME with your Windows user account name, and sort the .json files by date. Copy and save the desired backup file to your Desktop, open up Firefox, and choose the Import and Backup option under the Bookmarks menu. Locate the .json file on your Desktop, and open it to restore your bookmarks.
In Windows Vista and 7, the backups are stored in:
C:\Users\USERNAME\Application Data\Roaming\Mozilla\Firefox\Profiles

4 Scroll Wheel Secrets


  • Open a link in a new tab by hovering over it and clicking the middle mouse button.
  • Close a tab by hovering over the top of the tab and clicking the middle mouse button.
  • Hold Shift and scroll your mouse wheel to move forward or backward through your history.
  • Enlarge or shrink the size of text on a page by holding Ctrl and scrolling up or down.

Advanced Spell Checking

 
Firefox’s built-in spell checker is useful for using web content management systems like Wordpress for blog entries or Google docs, but the default setting only spellchecks fields that are bigger than one line. Enable single-line spellcheking (like for Google searches) by changing the following preference in about:config: layout.spellcheckDefault = 2
Additionally, you can add different language dictionaries to the spell-check database by picking and installing the right packages from Mozilla’s language packs page. Right click any multi-line text field and you can choose to alternate between different languages for spell checking.
And in case you’ve ever unintentionally added a word to the Dictionary, you can remove the entry by opening the persdict.dat file stored in your user Profile directory. Using a text editor like notepad, delete the line containing your unwanted word, and save the file.

14 Essential Keyboard Shortcuts

  • Ctrl+T – Open a new tab
  • Ctrl + Tab – Next tab
  • Ctrl + 1-9 – Jump to a specific tab
  • Ctrl+W  -- Close the current tab
  • Ctrl+N – Open a new window
  • Alt+Home – Go to your home page
  • Ctrl + R – Refresh the current page. F5 also works
  • Ctrl + Shift + R – Refresh the current page after flushing its current cache
  • Ctrl+F – Find specific text in the current page. You can also use /
  • Ctrl+D – Bookmark the current page
  • Spacebar – Scroll a page down
  • Shift+Spacebar – Scroll a page up
  • Ctrl+K – Put the cursor in the search field
  • Ctrl+L – Put the cursor in the location bar

Make Websites Work and Look the Way You Want

Browse websites the way you want. Use the Greasemonkey add-on with user-created scripts to automate and customize the way the way websites behave and look. You can make MP3 file links play with an in-line MP3 player, or make Google display Twitter search results at the top of all search pages. There are thousands of Greasemonkey scripts that you can use, and they’re all free to download.
Stylish lets you easily employ themes (called Styles) for any website without having to mess with CSS code. Like Greasemonkey, there is a sizeable database of preconfigured styles that users have created for you to try.

Disguise Firefox as Internet Explorer or an iPhone

Even if you don’t want to run Internet Explorer, there are some web services that only work if you use Microsoft’s browser (such as web outlook or Windows Update). IE Tab gives you the option to render pages using Internet Explorer or open new tabs using the IE engine. You can make specific sites always open with IE Tab as well. 
User Agent Switcher is an add-on that doesn’t change the rendering engine, but allows you to make Firefox pretend to be a different browser when it retrieves information from a server. For example, you can have Firefox pose as an iPhone to view mobile-specific pages. 

Make use of the Favicon

The favicon -- a website’s shortcut icon – is pretty to look at, but for the most part is pretty useless. Firefox lets you click the favicon next to a site’s URL in the location bar to display identity information, but most sites don’t utilize this feature. However, you can use the favicon as a quick way to access and manage stored cookies for specific websites. Just hit the “more information” button after clicking a favicon to open up that site’s page information window. Here, you can view and delete individual cookies for just this site, and even access saved passwords stored for users. It’s a really sneaky way to steal someone’s email password if you’re using their computer.

Manage Auto-Complete Suggestions

Forget to turn on private browsing mode and leave an embarrassing site in your URL history? You can delete individual auto-complete suggestions by hovering your mouse over the suspect URL and pressing the Delete key (not backspace) on your keyboard. The same trick also works for stored search history in your search bar, or any other auto-complete forms like user login.

Download like a Pro


From our power downloading guide: The Alpha and the Omega of downloading extensions,DownThemAll! is as simple to use as its name implies. When you activate this add-on for a page you're surfing, DownThemAll gives you a list of every potential downloadable item on the page--everything from ZIP archives to JPEG images. You can grab the entire page's contents and dump them in a folder, or you can selectively filter for only the file extensions that you're actually interested in. Never before has pilfering the entire contents of a Web site been quite so easy.

Women in Business: Where is the best place to be a female entrepreneur?

Women in Business: Best place to be a female entrepreneur?
Women entrepreneurs: juggling home and work life
The best place in the world to be a female entrepreneur is the United States, according to recent research.
In sixth place came the UK – behind Australia, Germany, France and Mexicobased in the Global Entrepreneurship and Development Index (GEDI), which surveyed 17 countries.
The index, revealed at Dell’s Women Entrepreneur Network (DWEN) conference in Istanbul, Turkey,  is the first global index to measure the impact of female entrepreneurship and should provide parameters from which to grow.
But what kind of atmosphere helps a female entrepreneur thrive? And why is it important?
‘Unleashing the power of female entrepreneurship can have a dramatic effect on a country’s economy,’ said Karen Quintos, chief marketing officer (CMO) and senior vice president Dell.
‘The research clearly supports the assertion that key things need to be fixed in order for female entrepreneurship to survive and flourish.
‘Increased access to knowledge, networks, capital and technology are critical if countries are to empower female entrepreneurship and create a culture of success.’
According to the research, there is no single determining factor to entrepreneurial success, however the best performing countries demonstrate strength across a variety of categories.
India, which came in at number 16, scored highly for ‘opportunity recognition,’ suggesting the female population recognises opportunities for businesses where they live, but received low scores relating to ‘institutional foundations,’ because women’s ability to act on those opportunities is limited.
Ranking_8.5x11_HIGH
Economic development is not enough to encourage female entrapreneurship either, according to the report.
Being strong in key areas such as legal rights, education and access to finance do not automatically result in high-potential female entrepreneurship.
Japan, U.K. and U.S. are all high income countries but Japan has the lowest percentage of female managers – 9 per cent – due to social and cultural norms, compared to 43 per cent in the U.S.
There is a trend among less educated females in developing countries to take advantage of entrepreneurial opportunities, but without education they lack the skills to expand their business while access to finance is also crucial.
But the report found both networking and technology are offering new solutions to problems that limit the success of female entrepreneurs.
‘Technology has also made it cheaper than ever to start a business and removes many of the social and physical barriers women must overcome to start their own businesses and connect with the resources they need,’ added Ms Quintos.
‘The positive impact that female entrepreneurs can have on countries with the foresight to empower them has been proven, and includes increased job creation and the generation of wealth.’

Spain's 'Hottest' Start-Up Written by Kelly Dolan on Friday, 07 December 2012 11:55

Hot Hotels are one of the start-ups that attended the recent Dublin Web Summit. I spoke to Conor O´Connor, CEO of Hot Hotels to find out more about the company.
Thank you for speaking with Entrepreneur Country Conor. Tell me about Hot?
Conor: Hi Kelly. Hot.co.uk is a Smartfone App to make same day hotel reservations. As we are mobile only, hotels can give us prices that are not available on the web or as a walk in.
So how does it work?
First you have to download Hot Hotels App, which you can do from the Apple App Store, Google Play for Android or at the App World for Blackberry. When you enter the App, pick a country, followed by a city and you will be given a list of hotels which have availability for that night and the rate on offer. We use different names to categorise these hotels such as Fashion, Basic, Rural, Historic and Luxury. The first time you use the service, you have to input credit card details but after that you can book a room in about 10 seconds.
Hot4





How have hotels reacted to you?
Brilliantly. Their primary channel remains through the internet and tour operators but this opens a new channel for them, which we call the “impulse booker”. This is someone whose plans change unexpectedly and they need a place to stay at short notice. Hotels know if they can attract this person and provide them with a good experience, then the person will come back next time (and at the conventional rate).
How did you get into this?
I have spent all my working life setting up internet businesses or one form or another, especially in the tourism sector such as hoteles.es and Mydestinationinfo.com. Mobile is the next frontier and so the only way to properly understand what is happening is to set up a company. Also as someone who books hotels, I´d seen some of the solutions currently in the market and wondered if I could do better.
conoroconnor DWS

And how is it going so far?
Our App came out in Spain back in March and we quickly got to 50,000 downloads. We are now in 18 countries and 110 cities including places like Turkey, Morocco and Greece as well as in the UK, Ireland, Spain, France and Italy, which are our core markets. The plan is to keep expanding. What we do is very understandable, serves a real need and scales very well.
Competition?
The big one is Hotel Tonight who were founded in San Francisco but now have a Managing Director for Europe based in London. We met her in Madrid and we also met Sam Shank, the CEO here in Dublin. I always think it´s important to have a open line of communication with your competitors. Our common enemy is irrelevance, not each other. I´d rather someone books with Hotel Tonight than not at all. In the future, if both of us get big, it might not be so cosy but for the moment we are better paying attention to customers than slagging off each other.
And how are you different?
Well, having been dealing both with hotels and technology since 1999, I´ve a much better antennae for what to do and what not to do. There are people I´ve met on the way up that are now in senior positions in both hotel and travel companies. I did our biggest partnership deal in a 5 minute phone call. He knew me well enough to say yes immediately and because I had a reputation to uphold within the European travel industry he knew I wasn’t going to do anything half arsed.
What do you mean by European travel industry?
As Arnaud Bertrand of HouseTrip said recently "Travel is in our DNA in Europe, We invented the Hospitality industry.” It´s something you notice a lot in Spain, where I live. Tourism is treated as a really important industry. Europeans may be insecure about how good we are at other things but in leisure, there is a belief we can compete with anyone. Many hotels managers have told me they are pleased someone from Europe is doing this, not that that will matter if we don´t do a good job.
How are you funding the company?
We´re bootstrapping. The best way to keep your costs low is to spend your own money. So Hot is 100% owned and managed by the company´s founders. Also, the more traction we can demonstrate, the better the valuation. We have talked to a number of VCs mainly to get their feedback, but I know from experience that taking any outside money changes things day-to-day bigtime. We´ll hold off until we are ready to really scale.
Where do you see Hot in 18 months?
Well clearly, there has to be something beyond just booking. We have built quite a sophisticated back end (the app you see is only about 20% of the codebase) so that we can do a lot of analytics once we have enough data. That´s in the future though, for now we need to made sure every customer who books has a good experience and we start to see repeat business and word of mouth recommendation.
What has been your biggest problem so far?
One thing is that at start-up events, people confuse me with Simon Devonshire, who is the Director of Wayra Europe, the Telefonica Incubator. Admittedly our mothers probably couldn’t tell us apart!
Last modified on Friday, 07 December 2012 12:38
Kelly Dolan

Kelly Dolan

Kelly Dolan joined Entrepreneur Country in January 2012 as Head of Content. Her current responsibilities include managing Entrepreneur Country’s host of media platforms, including creating a weekly newsletter for investors and entrepreneurs, designing and editing a monthly digital magazine as well as managing an inventory of 200 leading entrepreneurial contributors, who share their business insights with Entrepreneur Country readers through it’s various communication channels. Kelly has also worked on account management, business development and sales, as well as strengthened engagement and increased the population of the Entrepreneur Country community.
Prior to joining Entrepreneur Country Kelly worked as a freelance journalist for Bauer Media on a range of men’s and women’s titles during crucial periods of digital transformation. Kelly also speaks at young entrepreneurial programmes, workshops and business schools, as well as sits on panels for industry events.
Website: www.twitter.com/kellydolanuk

Thursday, July 25, 2013

The 2013 List: 20 Hot French Entrepreneurs Under 30




Alright everyone, here is the 4th edition of the 13 Hot French Entrepreneurs Under 30 list – except this year, it’s not 13…it’s 20. That’s right. I received nearly 60 nominations that qualified – so you can imagine that narrowing it down to 13 was not easy – and after mulling over them for a few days straight I decided, heck, I’ll just make it top 20.

Dude, how did these kids make the list anyway?

A few years ago, putting 20 killer entrepreneurs under 30 from France would have been…oh, a bit tricky. Very clearly France’s young entrepreneur population is growing. The 20 that made this list have been selected because of their achievements and are clearly names you should know. Unfortunately being France but having a startup or based outside of France disqualifies you from my list. Please note that a lot of these are my own picks who may not necessarily have been nominated by their peers.

Wait, where is everyone?

Oh yes, one last thing: I remind you that – as always – winners from previous years cannotmake the list again (otherwise we’d see the same faces every year, boring!). You can view previous winners from 20102011 and 2012 - most of them are still doing amazing things under 30 :)
And this years youngsters are…

Alexandre MalschAlexandre Malsch & Jérémy Nicolas, Melty

Alexandre (27, pictured) and Jérémy (26) founded Melty.fr, an online news site dedicated to the 18-30 age-range with over 6.7 million unique visitors per month while still in school. In fact, Alex had a several year head-start, creating online news sites from the age of 15 and is also one of the youngest members of the French government’s Conseil National du Numérique. The team announced a 3.6 million euro round last year – including European tech hotshots, Pierre Chappaz (Kelkoo, Wikio) and Marc Simoncini (Meetic, Sensee, Jaina Capital).

Simon DawlatSimon Dawlat, AppGratis

The French company that specializes in offering nothing more than “1 free app a day” made headlines earlier this year by announcing over 10 million users AND a 10 million euro round of funding. Simon Dawlat, the company’s 28-year-old founder, says he’ll be opening offices in New York and San Francisco – in addition to the company’s current international branches in Barcelona and Sao Paulo.
Augment Team

Mickael Jordan, Cyril Champier & Jean-François Chianetta, Augment

I actually instantly fell in love with this product when the team demoed it to me at LeWeb (yes, I need to add them to my Startup Crushes!). Cofounders Mickael Jordan (26, pictured center), Cyril Champier (28, pictured left) and Jean-François Chianetta (29, pictured right) have developed an awesome augmented reality product for sales and e-commerce that essentially lets you visualize a product anywhere you like. Chianetta is also the first Belgian residing in France to make my list :)

Elsa Prieto, Soiny Duval & Eugène Ernoult,Babble Planet

Babble Planet Team
The Babble Planet Team: Soiny, Eugène & Elsa.
There are tons of English-learning tools and platforms on the market, but Babble Planet’s team has created fun games so that 8-11 year olds can learn to speak and understand English without boring themselves to death. Elsa (24), Soiny (25) and Eugène (25) also won Presse Citron’s prize for best startup in 2012, against a list of top-level finalists.

SkimmValentin Lautier, Julien Dauphant & Antoine Sakho,Skimm

Skimm is one of France’s hottest payments company – but you don’t have to take my word for it; The Next Web also voted thembest user experience in their French Startup Awards. Valentin Lautier (23 , pictured center), Julien Dauphant (23, pictured left) and Antoine Sakho(23, pictured right) are also one of the few killer startups to come out of Sciences Po, alongside YKone and Weblib (who have made this list in previous years).

Wisembly TeamRomain David, Guillaume Poitier & Andrei Vestemeanu, Wisembly

A few years ago, Romain David (28, pictured right), Guillaume Poitier (26, pictured center) and Andrei Vestemeanu (27, pictured left) founded one of the first interactive event platforms – known as Balloon – in France. Recently rebranded as Wisembly, the 15-person company works with a number pretty impressive clients and is now gearing up for international expansion.

LeKiosk TeamRobin Sabban, Nathaniel & Michael Philippe, lekiosk

To anyone who said that technology killed the press, these guys proved you wrong. Brothers Nathaniel (27, pictured left) and Michael Philippe (26, pictured center) along with Robin Sabban (26, pictured right) have spent the last few years developing a beautiful application, lekiosk, that lets you buy 10 subscriptions to 10 magazines for 9.99 euros per month. With over 700,000 downloads and a whopping 5.6 million euro round of funding last year, these guys are now conquering new territory.

Mikael Outmezguine & Cyril Paglino, Wizee

Wizee Team
The Wizee team: Cyril & Mikael.
Functioning a bit more like an agency, Mikael Outmezguine (24) and Cyril Paglino (26) are putting over 300 celebrities in touch with some of the worlds top brands. On top of that, they’ve developed tools to help celebrities manage their online presence with ease. Wizee also raised funding last year with some top investors, including Oleg Tscheltzoff (Fotolia) and Simon Istolainen (MyMajor Company, PeopleforCinema and a previously listed young entrepreneur). Plus they’re not new to business either: Paglino is a former international break dance champion and Outmezguine reportedly started his first business when he was just 13.

Arbia SmitiHonorable mention: Arbia Smiti, Carnet de Mode

29-year-old Arbia Smiti is a bit of a one-woman-show, similar to the founders of Leetchi or Restopolitan, who have also made this list in previous years. Her company, Carnet de Mode, applies crowd-funding to the fashion industry, is an international fashion marketplace and also offers a monthly box for fashion accessories. Oh, and the young company has been nominated and won several awards in its young age.

The Watch List.

There are a number of incredible up-and-coming entrepreneurs under 30 to have on your radar, including Cédric Giorgi & Julien Pelletier of Cookening (+ Sébastien Guignot, who missed the age cut off),  Camille Roux & Matthieu Segret of Human Coders, Antoine Durieux of Chef Jerome, Jean-Baptiste Hironde of Edjing - and there are many others as well.

Hey, where did you go?

I can also include a few young French entrepreneurs living abroad that you should keep your eye on, including Clément Cazalot & Alex Negrea of Doctrackr, Pierre Valade of Sunrise, and Maxime Guedj & Mathias Beugnon of T’écoutes Quoi ?

Oldies but goodies.

Naturally there are loads of entrepreneurs that were disqualified because of my silly age requirement. This year’s killer OVER 30 startup award goes to data visualization startup QUNB. They won LeWeb, they won an award at the Europas and they’re um, dynamite.


Wednesday, July 24, 2013

How to Start a Foundation

If you're a successful entrepreneur who wants to give back to the community, you might be thinking of starting your own foundation. But first, be sure you understand the many demands of running a nonprofit organization. 
Creating a foundation can be rewarding, but it requires much more than financial support, says Janne Gallagher, senior vice president and general counsel of the Council on Foundations in Arlington, Va. Among other things, foundation founders must get up to speed on laws and regulations, oversee operations, attract donors, and review programs for possible funding.
Some businesses instead choose to establish a fund through a community charity, but don't necessarily have the final say in how money is distributed. For those who want to retain control through their own foundation, here are several important steps to take:
Make the necessary commitment. As Dick Palazzo built his Tinton Falls, N.J., pet boarding and grooming business, Purr'n Pooch, he regularly rescued dogs from animal shelters and found homes for them. As his business neared its 30th anniversary in 2009, his daughters decided to launch the Purr'n Pooch Foundation for Animals to further their father's animal rescue work. Because a foundation is often like running another business, you need true dedication, Palazzo says.
"You have to have real passion for what you're doing because you're going to be dedicating a lot of your personal time to the cause," he says. "If you love what you're doing, I think the success will follow." His foundation has granted more than $40,000 to various animal nonprofits and expects to disperse another $25,000 to $30,000 in January.
Get good counsel. An experienced attorney can help you decide whether your organization should be a charitable trust or a 501(c)3, which is named after the portion of the IRS code defining nonprofit entities. Although Palazzo says working with an attorney makes the process easier, you can file the paperwork on your own. Newton, Mass. law firm Hurwit & Associates, which specializes in nonprofit law, provides the filing requirements for each state.
Create bylaws. The foundation must be governed by a set of bylaws, says Jeff Hurwit of Hurwit & Associates. They include provisions for the organization's governance and board selection process, general decision-making, required meetings, and conflict-of-interest policies. GrantSpace.org provides a good collection of bylaws information and samples
Develop award criteria. Foundations need to create a clear set of criteria for selecting funding recipients. "Although it's not legally required, you want to make sure you're not setting expectations that people will be entitled to grants without meeting specific criteria," Hurwit says.
Your foundation should identify the types of programs it will support and a timeline for applications, program selection and grant awards. You also may require follow-up reports from funding recipients to document how the money was used and what impact it had.
Recruit a strong board. A foundation often fills its board with family members, but that may not be the best approach. Family members fill all board positions for the Gabe W. Miller Memorial Foundation, founded by attorney Alan B. Miller in memory of his son Gabe, who died in 2005 while he was a social work student at the University of Colorado.
Although Miller likes having an all-family board, he says it limits fundraising. "To enable larger and a greater number of scholarships and social service project grants, we may well have to go to a donor board or sub-board to expand our support population," Miller says. For example, Palazzo's animal-focused foundation recruited such outsiders as Nicholas H. Dodman of the Cummings School of Veterinary Medicine at Tufts University and Brian T. Voynick, a veterinarian who hosts an animal show on a New Jersey television station. They brought additional insight, dedicated service and networking opportunities to the foundation, says Palazzo, who serves with his daughters on the board.
Create a sustainable plan. Unless you're independently wealthy, you're going to need to do fundraising to sustain the foundation. Miller, for example, raises funds through his foundation's annual 'Celebration of Life' dinner, as well as direct mail and email solicitations.
Since 2005, the Miller foundation has given away about $55,000 in scholarships and $40,000 in grants to social work projects. "We're not wealthy like that," Miller says. "What we do is raise money from everyone we know and everyone we can find who is interested in the work our foundation does."
Avoid conflicts. Nonprofits need to prevent conflicts of interest, such as using the foundation to advance business purposes. Hurwit says, having the foundation sell products or services from your business could mean forfeiting your tax-exempt status. Nonprofits also cannot generally engage in political activities without jeopardizing their tax-exempt status.
Manage funds properly. It's critical to keep the foundation and your business as two separate entities with different accounts, Hurwit says. Secure individual employer identification numbers for each entity and do not comingle funds. If you make a donation from your corporation to the foundation, clearly state in your corporate records what the money will be funding. But don't funnel money from the foundation back into the business, Hurwit says, unless your attorney has cleared a transaction. He advises that it's best to assume that it's never permissible.
 
Read more stories about: NonprofitsFoundations
Gwen Moran is a freelance writer and co-author of The Complete Idiot's Guide to Business Plans (Alpha, 2010).


Followers