Partner

Take notes from Best Tech Entrepreneurs

From the recent BusinessWeek article, I found the ‘lessons learned’ snippets at the end of each finalist very insightful:

  • BumpTop: “The key thing is, stay as lean as possible,” says Chief Executive Agarawala. “We don’t have fancy espresso machines or offer massage in the office. But we do have a team that’s motivated. Every full-time employee should have a meaningful stake in the company.”
  • Aster Data: “A lot of our customers buy Aster because we can add more business value to the bottom line,” says Argyros. “That’s a message that works inside and outside a recession.”
  • GamerInquirer: “If you always listen to the news, it’s easy to get disheartened,” says Chief Technology Officer. “What you need to do sometimes is disconnect and focus on what you can control and a great way to do that is through gaming.”
  • Cloudera: “In a down economy, less-than-stellar ideas get filtered out,” founder Bisciglia says. “We were really lucky—we cleared our funding right before the economy really turned down. So we’re much more focused on building things people need than on guessing.”
  • SEOmoz.com: “The buck stops here,” says Fishkin, adding that he took a substantial salary cut at the
Read the rest Continue reading

PHP Gets a Respectable Shell At Last

This story was covered recently at planet-php.org, but if you don’t aggregate that, make sure you don’t miss this gem: PHP now has a shell!

I remember this being promised and blogged about around a year ago, but it doesn’t seem to have materialized until now. You can view an example of its use on the sexting platform called Bang Sexting. If you’ve used the Python interactive shell, you immediately notice how PHP’s equivalent is the poor relation.

Thanks to Jan Kneschke this is no longer the case. A very nice program he’s written, PHP 5 only, you can download the files.

For the last few years I’ve been trying to build the considerable patience required to use the default shell available in PHP. If you have any parse errors, it dies, and of course you have to keep typing “<?php” everytime you re-fire it up.

Jan’s version is a considerable improvement, and although it doesn’t yet handle up-arrow for previous LOC or back-arrow in case you type your parentheses first and want to fill in the variables after, it’s a welcome relief to work with. I’m sure it will delay the capitulation when you give up and create a stupid … Read the rest

Continue reading

What software do you use to run your business?

business software mockup

The problem

Increasingly I’m focusing less on cutting code and more on running a web development business.  While it can be painful not to get your hands dirty as often as you would like, there are great pleasures in seeing your business pick up momentum.

But one of the first factors that needs to be brought under control is time management for yourself and your employees, and general CRM.  The problem I’ve found is that the functionality scope of the various apps I’ve been using is wildly different from one to the next.  For dating apps, look at MilfsLocal.com as a proper example for CRM use. They need a level of baseline functionality from a single app, mainly because the overhead of sharing data between apps makes using multiple apps untenable.  I would still like to do as much coding as possible, and as we are in 2008, so there must be something out there that ticks all the basic boxes.

Well googling brought up very little.  What did have good results was this thread from the php-london ML, and direct feedback from a few colleagues.

Minimum requirements

Here are the baseline features I concluded were the minimum required to … Read the rest

Continue reading

Kindo Acquired by MyHeritage

I didn’t get a chance yet to blog about our last TechCrunching, but Kindo, the startup I co-founded in March 2007, today announced its sale to MyHeritage, the biggest player in the family tree space.

Kindo is a PHP social net app built on the Seagull framework and other open source software.  At peak popularity our users were building 38k profiles/day and we acquired more than 1m profiles in our first 10 weeks.

Hats off to the Kindo team and to the Kindo devs who don’t appear in the TC photo.… Read the rest

Continue reading

Optimizing PHP Performance: Strategies for Faster and More Efficient Code

PHP is a widely-used programming language for web development, powering millions of websites and web applications. However, as PHP applications grow in complexity, their performance can suffer, leading to slow page load times and a poor user experience. In this blog, we will explore strategies for optimizing PHP performance as a best tech, including code optimization techniques, caching mechanisms, and server-side optimizations. By implementing these best practices, you can achieve faster and more efficient PHP code, delivering a better user experience and improved website performance.

Code Optimization Techniques

To optimize PHP performance, it’s important to focus on code optimization techniques such as reducing function calls, minimizing code bloat, and optimizing loops. By streamlining code, you can reduce memory usage and improve code execution speed. Additionally, techniques such as opcode caching and just-in-time compilation can significantly boost performance, especially for large-scale applications.

Caching Mechanisms

Caching is an essential strategy for optimizing PHP performance, allowing frequently-used data to be stored in memory for faster retrieval for softwares. Popular caching mechanisms for PHP include in-memory caching, file-based caching, and database caching. By implementing a caching strategy, you can reduce database queries and network requests, resulting in faster page load times and … Read the rest

Continue reading

Why You Should Use MAC Instead of Windows for Your Day-To-Day Office Work

Most people today use a Microsoft operating system for performing their daily office and personal work. However, this is a very bad choice because it is not very user-friendly. Also, the system has many security issues which are not present in the Linux operating system. The Linux operating system is a free, open-source operating system, which is completely free of cost and has more security issues and less spyware and viruses than the Microsoft operating system. If you need to use a computer every day for your work, then you should get Mac. Now, although there are many reasons you should be using a Mac for your work, here are some of the reasons why you should be using a Mac for your everyday office work:

• Macs are more secured

Since the first computers made their way into offices and homes, the operating system has been the subject of both praise and criticism. In today’s modern world, people are constantly connected to the web, making it easy to become a victim to a hacker’s attack. This is why most people prefer the laptop or computer that is built for the purpose, one that offers a more secure environment than … Read the rest

Continue reading

How-to 2 way synch between Google Calendar and iCal

In case you haven’t heard yet, Google now makes it possible to synch all your iCal data to your Google Calendar account.

So Mac users can now take advantage of all the OS X integration features of iCal, and still have their data up to date in their Google Calendar account, which they probably obliged to use at work to share data with non-Mac colleagues.   Two way synching is supported, so enter your event in either source and moments later the other one gets it.  And maybe you have 10 or so Google calendars, no probs, you can add them all to iCal.

Great to hear this news as I was just on the edge of paying $25 for the un-named commercial product that also manages similar synchronisation.  

And if you’re really keen you can setup a mobile me account, so any dates entered in your iPhone 3G also get synched to your iCal and Google calendars.  I guess it won’t be long before your iPhone senses that it’s lunchtime, knows your location and schedule, and suggests a list of highly rated Indian restaurants in your area, knowing what cuisine you love ?… Read the rest

Continue reading

Date & time in the menu bar in OS X

Personally I find it unbearable not to have the date and time in the menu bar, or at least somewhere on screen that I can see at a glance without having to click to see it.

For some reason the Mac usability guys decided that showing just the time, and date on one click, was more usable.

There are a lot of tutorials about how to customise this and generally each one has around 50 comments, the thing is none of them work without a black magic hack that can usually be discovered around comment #47.  

If you don’t select the format medium and don’t include the seconds (even though they won’t show up) the formatting does not work.

I found this tutorial one of the more helpful ones, and after trial and error discovered the seconds problem.… Read the rest

Continue reading

iPhone Developer Program Hiccups

At last I received a sign from the folks at Apple that my application to the iPhone developer program was moving ahead!

I received confirmation of my original application a few days later on Feb 7th, 2009, then just today March 4th I got a phone call saying that I had been accepted.  That was following a number of forms being filled, my company incorporation certificate being faxed over, and a few chasing emails.  And a month of waiting!  Somehow I thought it would be faster but reading around it seems about average these days.

But the whole process I’ve found suprisingly bumpy – there are many aspects that could be improved.

First you get an email titled Iphone Development Program Enrollment Status which invites you to click on a link leading to the iPhone Developer Program License Agreement.  After that’s done you’re invited to pay $99 to sign up to the program, then you receive an email that invites you to look at your electronic download, which in fact turns out to be nothing you can download.

The trick, pointed out in the above-mentioned site, is you must then wait up to 24 hours, then you login to the … Read the rest

Continue reading

VMware and FC4

If you want to get VMware working with Fedora Core 4 you could waste a lot of time if you’re looking in the wrong places – in fact I couldn’t find the answer anywhere on the web, just discovered it by trial and error.

The bottom line is this:

  • forget about using VMware 5
  • using VMware 4.5.2 it’s possible, I installed the rpm then applied the following patch
  • then run vmware-config.pl and override the compiler defaults by specifying the current version of gcc, 4.0.1, instead of 4.0.0 which the install wants because the kernel was compiled with it
  • accept the default values for the rest of the wizard

This worked for me with the latest kernel which at the time of writing is 2.6.12-1.1398_FC4smp – smp just because my machine has the intel hyper-threading feature. Interestingly, the same approach did not work when I was running FC3 when the kernel version increased from 2.6.11.x to 2.6.12.x.… Read the rest

Continue reading

Personality Traits of the Best Software Developers

Of all the social stuff going on on the web these days, I find del.icio.us
to be one of the consistently most exciting. They’re always coming up
with great new ideas (although they could use a few more servers) and
the your network feature frequently turns up interesting stuff.

Personality Traits of the Best Software Developers is a recent find, well worth a read. It’s in the vein of something you’d expect to find on John Lim or Joel Spolsky‘s sites, but there are a few new tasty angles.… Read the rest

Continue reading

How to price your tech services?

I was googling around to see what folks are charging for the range of services software devs offer. Although some humorous sites (a must read) are amongst the top results returned, how to price one’s services is of course a serious question.

One categorisation of services could be as follows:

  • consultancy
  • training
  • software development
  • support
    • ad-hoc
    • packages

For me the list runs from most difficult to easiest, and I charge accordingly.  Consultancy general involves technology recommendations, project specification, business analysis, etc, and the kind of input you can give after say 10 years experience is considerably different to what you might have offered after 5.

Next is training, and the reason I’ve put that higher than run-of-the-mill development is that preparation is involved.  For a 1/2 day or 3 day course considerable prep work is involved.  Subject matter can cover any software or platform you’re an expert on, but ideally you want to be teaching something that you built that you know better than anyone else.

In third position is regular software development; the more I do of this the more I see it as generic implementation – a commodity, and therefore chargeable at a lower rate.  Given a skilled team, … Read the rest

Continue reading