Entrepreneur Geek
Entrepreneur Geek
Nirav Mehta on growing in life, technology and businesses
  • @niravmehta
  • WordPress
  • LinkedIn
Skip to content
  • About
  • Businesses

Technology

Technology related posts. WordPress, WooCommerce, Apple, JavaScript, CSS – whatever catches my fancy!

There are 374 posts filed in Technology (this is page 10 of 75).

Post navigation

40 Tips for Optimizing PHP Performance

Reinhold Weber has written 40 Tips for Optimizing PHP performance. Many of them were new to me – e.g. $row[‘id’] is 7 times faster than $row[id]. I don’t know how he has measured these numbers, but the tips are good overall! Here are the first 10 tips: If a method can be static, declare it […]

in Technology | Comment

Opening External Links in new window from AS3

You most probably know that there are issues opening links using the navigateToURL() method in Flex. The three most common problems / issues are: allowScriptAccess not set to all in the HTML Wrapper Window Mode set to transparent in IE Popup blockers blocking the new window – specially when target is _blank Many people have […]

in Technology | 2 Webmentions | 8 Comments

Introduction to Screencasting in Linux – recordMyDesktop

Screencasting is a great way to share information. I use it to show bugs to my team, to record training videos of the project management system I am working on, and even to record demos of project deliveries to clients. I use Jing to record videos from my Mac. But wanted to find something useful […]

in Technology | Comment

How to stop keyboard event propagation – Flex / JavaScript?

In a Flex application we are building, we want to listen to Ctrl+N to create a new file. The browser listens to the keystroke and opens a new window. We do not want it to open a new window. This has been a problematic thing for many. I did a lot of research, trial & […]

in Technology | 9 Comments

Removing Word special characters from text / XML in PHP

Microsoft Word converts certain characters into “smart characters”. Double quotes, dashes (em dash / en dash), bullets and so on. These characters break PHP’s XML handling. (or at least they broke it for me – using simplexml_load_string!). How do you clean them? There is an old post that suggests using ereg_replace on a set of […]

in Technology | Comment

Post navigation

Writing

  • Business & Leadership
  • Ideas Worth Sharing
  • Journal
  • Technology
Independent Publisher empowered by WordPress