Category Archives: Tech Talk Blog

Intuit Payment Solutions (QBMS) – Hosted PayPage

I am pleased to announce the release of a basic class to enable web developers and webmasters to create Intuit Payment Solutions – Hosted PayPage‘s for process credit cards with out the PCI requirments

Pay Pages are good for sites that sell very few things and use things like PayPal’s Buy Now Links,  or need a solution to send customers generated invoices with a single “click here to pay” link.

The code as always can be found in our GIT Repos hosted by BitBucket at code.mptechnology.com

Posted in Latest News, PHP, Software Release | Tagged , , , | Leave a comment

Recovering RAW Windows Volume / Partition

I recently had a Hard Drive dropped on my that when loaded in to a PC showed up as a RAW Volume.  The person that handed me the drive had drive several local PC shops who wanted a large sum of money to attempt data recovery and various other tasks because they claimed that the actual partitions were unrecoverable.

Google also had very little for this person so they came to me to see if there was anything I could do.

I have recovered many NTFS system from RAW state over the years.  I will outline method that anyone with basic understanding of the command line can try to recover a NTFS file system from RAW.

One of the most common symptoms is when you connect a USB Drive, windows detects the drive, but never puts any accessible volumes in to “My Computer” if this happens most likely the NTFS File System was lost/corrupted

First you have to find/assign a drive letter to the Volume

Open up cmd.

Type “diskpart” press enter

This will drop you in to the built in Windows Disk Partitioning tool

Then type “list volume”

This will output a list of all volumes on disk.  You should see the one your looking for.  Fastest way to locate it is by Size, you should know what size the volume your trying to recover is.

if there is a drive letter assigned to the volume, in the ltr column, note it and skip to running CHKDSK.

If not type in “select volume X”  replacing X with the number of volume you want to recover, press enter

then type “assign letter z” (or any other unused letter” press enter

type “exit” and press enter to leave diskpart

RUNNING CHKDSK

Now that we have a drive letter we can run CHKDSK

From the command line type in “chkdsk /f z:” and press enter.

Watch as Windows repairs the file system

When done either use Computer Management -> Disk Manager to re scan the disks, or safley remove the USB Device and then reconnect it.

Posted in Command Line Programming, Tech Talk Blog, Tech Talks | Leave a comment

Installing Sublime 2 Text Editor

Sublime 2 is IMO the best text editor I have ever use.  Currently there is no repo support for most distributions of linux and the few unofficial repos there are, are not maintained very well.

This guide will help you install Sublime 2 Manual on most Distro’s,  but for my purposes I am using Fedora 17 with Gnome3.  If your using a different Distro the steps will be the same, but you may have to adjust the filesystem locations.

Step 1: Download the tar file

Step 2: Pick a location in your file system for the application,  I have a special directory for non-repo installs I use /home/program.  my /home is on a separate drive from the rest of the file system

Step 3: extract the sublime tar file to this location

Step 4: (optional) rename the “Sublime Text 2″ folder to “sublime”

Step 5: run command

$ sudo gedit /usr/share/applications/sublime.desktop

Step 6: Paste the following in to the new Gedit Windows

[Desktop Entry]
Name=Sublime Text 2
GenericName=Text Editor
Comment=Edit text files
Exec=/home/programs/sublime/sublime_text %U
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/plain;
Icon=accessories-text-editor
Categories=GNOME;GTK;Utility;TextEditor;
X-GNOME-FullName=Sublime 2 Text Editor
Actions=Window;Document;
Icon=/home/programs/sublime/Icon/128x128/sublime_text.png

Step 7: Save and Close

That should be it, Sublime should now be in your Applications Menu, and you should be up and running

Posted in Tech Talk Blog, Tech Talks | Leave a comment

Tech Talk: How to move a Live Site to a new Host

In this week Tech Talk I am going to focus on the proper way to transfer a live website from one host to another.  I hear horror stories all the where even “hosting companies” do not do it properly.  I am going to assume you do not have access to, or want to use a Control Panel migration like cPanel or Interworx,  If you have those system see their instructions for moving, referring here for DNS changes and Register Changes only.

The first thing you should be aware of is that moving a site is a multiple day process in order to ensure proper and limited or no service interruption. Continue reading

Posted in Tech Talk Blog, Tech Talks | Leave a comment

Delay

Sorry for the Delay,  I ended up comming down with Strep Throat so I have not been able to post any more Tech Talks.

I will pick back up the weekly posting on 12/2/2011.

Until then have a Great Thanksgiving

 

 

Posted in Tech Talk Blog | Leave a comment

Teck Talk 1: How to install Office 2007 on Linux Mint 10

Welcome to the first tech talk here at MP Technology Group.  Orginally I had planned to show you how to use FuelPHP, FFmpegPHP2 and FFmpeg to automate transcoding large media library’s.  That tach talk has been pushed because we gotten alot of requests lately from small business wanting to shed the Windows operating system, and move to something else, but want to keep their Office Applications.  Now alot of people say just use Libre Office, Open office, or some other free office suite.  For the Home user the open source office suites are just fine, but when you have used Word and Excel for years and years the training and lost productivity often prevents business from switching, also the User Interface of the open source systems are stuck in the 90′s and most people do not find them “attractive” or “sexy” and while it may not impact the performance of the applications it does effect people’s PERCEPTIONS of them, and as they say PERCEPTION is REALITY.

So with out further ado
Continue reading

Posted in Tech Talks | Leave a comment

Internet Explorer Drops below 50% market share

The month see Internet Explorer continued slide in market shares.  For years internet explorer has resisting web standards and has been the bane of Designers and developers like myself,  while it is true the last 2 versions of Internet Explorer as been a massive improvement over years past, but for most of us it is far far too little and far far too late.

According to Favbrowser.com Internet Explorer is down to  49.58%, Firefox is up to 21.2% and Chrome is coming on very strong and poised to take out Firefox from the #2 spot at 16.59%.

If your sill using Internet Explorer,  do yourself a favor and click on a banner below below and get yourself a real web browser…..

Opera, the fastest and most secure web browser

Posted in Technology News | Leave a comment

Welcome to Tech Talk

MP Technology Group is proud to Announce the Tech Talk Blog, where at least once every week we will feature a new tutorial, tip, or story about the world of technology, Android programming or Web Development.

The week will be featuring how to Use phpFFMpeg2 + FuelPHP + ffMpeg to automate transcoding your media collection.

I will post this Tutorial on 11/5/2011 so check back then……

 

Posted in Tech Talk Blog | Leave a comment