Friday, August 29, 2014
My old Galaxy note had the 4.3 update.
Now the usb connection doesn't work.
Thank goodness we can copy the photos via the micro sd card.
Hoping another update fixes this.
We did try to put the phone into debugging/development mode but still it doesn't work.
What's funny is my S5 was updated to 4.4.2 and it works fine.
Takes a while to get used to the difference in the left bottom button, where you have to hold it down for a few seconds to get the app menus as a single tap is the switching option.
Saturday, May 31, 2014
Windows 8.1 and Office 2010
Funny how no-one even thought about Office 2010 and whether the 64bit version was a bad idea?
Let's see what they come up with now I have informed them that there is no benefit and just a lot of pain to go to the 64 bit versus the 32 bit version of office.
Most likely if something has been signed off by someone who has no idea, then it means a lot of changes to add-ins and VBA code that is used.
Thursday, January 09, 2014
sql server and tfs
We had the infrastructure guys extraxt the schema for each database on our two main prod boxes.
Then these were checked in to a team project for each database server.
If we had a larger development team we might have created a team project for each database.
Now to show all developers how to use tfs. Why do they make it so hard?
Dtsx packages are different as they are all in one project.
Made a mistake of adding them all to one project and then compiling tried to include them all. Be carefull of thos one.
After running a little faster with more focus on forefoot landing, we noticed our knees got a little sore. This might be more due to where my foot lands.
So today hit the treadmill in my vibrams. Hitting the foot with my big toe and one next to it first. How one's foot and foot muscles work harder this way. Maybe we just have to get used to this.
So for those with runner's knee or just trying to transition to forefoot running, it takes time and a gradual build up.
There's also the glute, hamstrings and hip exercises along with balance and running drills. So far haven't found the magic 3 exercises to strengthen your core for running. It's more like the dozen.
My list of core exercises for running include:
Crunches
Wall sits
Glute bridges
Walking sideways with stretchy
Single leg squats on step
Quick straight legged jumps on forefoot (good for warmups)
Plank
Side plank
###
Wednesday, August 14, 2013
Running without injury
Running without injury. What an easy and difficult task!
You only need to do a few simple things to run injury free.
Finding this out isn't always easy.
I pulled a hamstring 2 years ago but still managed to run the city2surf from sydney to bondi beach.
Then last year I had a shin splint and ran the city2surf with my leg tapped.
This year I got IT band pain and was almost about to stop running altogether.
Then I found the solution and ran pain free in the city2surf (except for the usual muscle soreness).
Whilst I am still refining the solution, the sad part is that 90% of web sites, youtube videos and professionals (physiotherapists/podiatrists/doctors) only treat the symptoms and don't provide a solution so you end up with more injuries and more pain.
Sunday, June 10, 2012
Pure CSS Multi-level Menu for IE7
Until then ( around 2014) we have to cater for IE7 and * and sometimes 6.
Simple things like pure CSS menus can be a burden and other css 3 tricks which you jjust cannot use.
That being said, found this great little bit of code for Pure CSS menus which works for IE7 and IE8.
http://www.devinrolsen.com/pure-css-menu-with-infinite-sub-menus-tutorial/
Although, I must say having multiple levels isn't very navigation friendly and this is just a design forced on me by a client and the simpler, less click model of navigation is always better.
This menu is just so simple and easy to set up that I had to link to it as most of the multi-level menus use java-script and in this case we are trying to avoid using that.
Sunday, May 20, 2012
Toastmasters Distrcit 70 competition was quite interesting
This is where the best speakers in NSW and ACT compete to go to America.
There were two educational's as well and they were great value.
Can't wait to use them when I do my next speech.
One was done by an actress and she spoke/presented about adding presence to your speech.
Couldn't get enough as she was so fluent and practical with her advice that the following presenter had a very hard act to follow.
The Dinner was quite a formal affair.
Nearly everything to do with competitions requires you to wear a suit or business attire and the Dinner was a Gala Dinner which translates not as a Festive Dinner (which is what Gala translates to) but as a Black Tie event in some circles.
So I wore my black tie with the little grey elephants!
The Winner had tried to perfect his speech for three years!
I'd better start making up my speech now...
##
Thursday, May 03, 2012
Off to the Toastmasters Annual Conference in Sydney in two weeks time.
This is in two weeks time. So watch this space for more.
My speaking needs some tweaking. A bit like what I do with software! :-)
Need to add more flourish, annecdotes, livid comparisons and more structured and focused speeches.
Oh well more work but it's all worth it.
The President of our club asked me the other day, now I've done the first lot of 10 speeches, which advanced ones will I do?
Will pick a few so I can pick and choose the most appropriate.
###
Developing Word versus Excel
Now I know why word developers use select all the time.
It's the only way they can do things.
And what about how you cannot loop through processing pages easily unlike in Excel where you can loop through worksheets.
Now we have to come up with the ultimate document splitter.
Because there are so many massive merged documents which need splitting and renaming based on references in the first page.
Will have to publish some of my utilities soon.
Tuesday, March 06, 2012
How to select colours for Excel Charts in Excel 2007/2010
Tuesday, February 28, 2012
SharePoint 2010 Administration
According to one of our guys who passed the second attempt:
It was quite scenario based is what he said.
So there are four main areas, but what is is really that we need to do to pass?
a) One needs to be able to plan therequird hardware as well as how what needs configuring inside SharePoint
b) Then there is the deployment - and there are various ways to do this
c) Then there is a maintence, monitoring and backup/restore strategies
d) Finally there is the all imortant search, content management and Business Intelligence side of things.
#
Excel Chart - Line Chart Marker Styles
The markers on their line charts can be circles, squares, crosses etc
Today we'll just focus on the four main styles
The VBA code is ActiveChart.SeriesCollection(1).MarkerStyle = 1
And you would loop through each series collection.
So the critical numbers are:
None --> 0
Square --> 1
Diamond --> 2
Triangle --> 3
Circle --> 8
Tuesday, February 14, 2012
Thursday, January 19, 2012
PowerPoint 2007 add-in issues
But it didn't run on my tst pc!
After some muckign around, found these worked fine in the addins directory.
So was it hte d: drive area that was causing issues?
Tried d:\temp and it worked. But the d:\!Clients didn't.
They all were in trusted locations so the only difference was the exclamation in the file name.
Why would this cause issues?
Another case of finding a workaround for some Microsoft Office Product.
###
Tom Bizannes is a Microsoft Developer who can talk the language of Business Users.
He works best with a good cup of coffee.
Thursday, December 29, 2011
Studying for the SharePoint Administrator Exam 70-668
- Designing a SharePoint 2010 Farm Topology (27 percent)
- Planning SharePoint 2010 Deployment (26 percent)
- Defining a SharePoint 2010 Operations Strategy and Business Continuity (25 percent)
- Planning for Search and Business Solutions (22 percent)
It looks like I know the first 3 areas quite well and the 4ths ok except for some of the new stuff or should I say, the marketing fluff that Microsoft outputs as some of what they are asking for seems a little ambigous.
Will now go over tehir learning plan and do a few step by step SharePoint installs and configuration.
This is going to mean a little work over the next week or so.
Here's to my painful journey to dichipher and study for an exam with no real studfy book or course material except what one can glean from the requirements.
Found out that there are hundreds if not thousands of links to mini articles at technet and msdn.
http://technet.microsoft.com/en-ca/library/ff627858.aspx
http://msdn.microsoft.com/en-us/library/dd776256%28v=office.12%29.aspx
So will go through these, plus hte help, and one of the wrox books and this will hopefully be what is required.
Wednesday, December 14, 2011
Marketing XMas email
The big question was, why are you mentioning New stuff we don't do yet?
Why don't people get it?
This is the draft as below...but need to tweak it with even more "New" stuff....
Some of the new stuff allow one to put in a picture of a parrot....better than web photos eh?
Wednesday, December 07, 2011
SharePoint 2010 Administration exam
Tuesday, November 29, 2011
Microsoft Access 2007/2010 Exporting tables to Excel
There is a command in access VBA that's been around for ages called TransferSpreadsheet
Funny enough there are a few variables to do with te format:
acSpreadsheetTypeExcel12 --> this is to export as .xlsb
acSpreadsheetTypeExcel12xml --> This is to export as .xlsx
e.g.:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel12Xml, "MyTable", "c:\temp\MyTable.xlsx", True
acSpreadsheetTypeExcel9 --> This refers to Excel 2000 format . e.g. MyFile.xls
The intellisense doesn't give you a acSpreadsheetTypeExcel10 or acSpreadsheetTypeExcel11 so maybe these don't exist.
##
Wednesday, November 23, 2011
Rotating Images on a web site
Three images to rotate every 10 seconds on the front page of a web site.
Well this called for an Animated PNG. We first quickly tried an Animated Gif but the 256 colours makes pictures files quite grainy.
There is a Firefox add-in but it didn't work with our latest version so we downloaded a free but useful utility called "APNG Anime Maker."
Now the client has a very nice rotating set of images on their web site.
Just waiting for the next tricky bit of logic.
Just for your information, the alternative was some groovy jquery logic and even found that DotNetNuke has a free Widget Module called the Carouselat http://dnnwidgets.com/.
Still the Animated PNG is the simplest and easiest way to go in this case, but can see us using some jquery logic in the future for Web Development.
###
Tuesday, November 22, 2011
CSS Div Overlapping the footer area
Sometimes you wish you'd stuck to html tables, and with html 5 becoming more prevalent, everyone will soon switch back to tables.
One issue we had recently was overalapping divs.
This was caused by the heightr being set on a div on the right side so the bottom footer was appearing over the top.
It seems the div itself expanded more than it's height.
The solution was to remove any height styles in the div and everything fitted.
