Distress on Campus

Dreams, Words No Comments »

I just dreamt I was at a university campus with my brother. The campus was quite green and grassy with a gentle slope. There were lots of large buildings fairly close to each other which made the space at the same time feel very open but reasonably small at the same time even though in fact it was a very spacious campus.

We both had separate rooms in separate buildings and had arranged to meet for an unspecified social activity most likely to the cinema or perhaps for food it is unclear exactly what.I had gone back to mine to change quickly before meeting up. For an unknown reason there was a mix up with keys.

Read the rest of this entry »

HMRC Accounts for Bill Payments

Miscellaneous No Comments »

http://www.hmrc.gov.uk/bankaccounts/

Microbooks iPhone BSL Dictionary Feedback

Miscellaneous, Words No Comments »

Hello,

My name is NAME and I recently purchased your reference dictionary of British sign language iPhone application. When I select a word in your dictionary the video starts playing, however, it plays fairly quickly and then plays the next video, then the next, also the fourth and so on.

I was wondering if there was a way to stop the application automatically moving on to the next video? I appreciate that my visual perception skills will increase with practice, however, I simply find it too much too quickly to try and appreciate the vast number of signs also it doesn’t give me the opportunity to practice them. I am aware of the feature to replay videos but that doesn’t really allow me to practice the signs at my own pace. I would have to set the replay value to some arbitrarily high value in order to practice a couple of times before being forced onto a new sign I may not of chosen in a given category for example ceremony or circumcise in the family section when the new class I attend has only been practicing immediate family members so far.

Ideally I would prefer to be able to manually choose when the application progresses to another video. I.e. have buttons for replay or next video after the current video has finished (similar to how youtube works). As I mentioned earlier the videos can seem fairly fast to a newcomer to the language such as myself I suggest it would be helpful if there were an option to slow down the videos somehow but this seems a very minor point in comparison to the automatic play issue.

I do think it is a very good application and I chose to pay the fee, which although fair was not inconsiderable. I do, however, feel that the points I have mentioned above have so far given me a disappointing experience of your application and make it quite difficult to use the dictionary. I will look forward to your response and do hope my comments have been supportive and constructive.

Kind Regards,
NAME

How to Fix: Open Flash Chart, IE & SSL Not Working

Blog Stuff, Internet, PHP 1 Comment »

<?php

//Headers Required for SSL in IE
header(”Cache-Control: cache, must-revalidate”);
header(”Pragma: public”);

?>

Normally I don’t bother with making sure my projects are Internet Explorer compliant but the Open Flash Charts are just so pretty, and it’s not that difficult to fix, I felt I had to make sure they displayed correctly.

One Line PERL Find / Replace

Linux, Miscellaneous 4 Comments »

perl -pi -e ’s/find/replace/g’ file.name(s)

Exclude Files When Using Grep

Miscellaneous No Comments »

grep -ir –exclude=*.{ext1,ext2,ext3} ’searchterm’ .

I needed this when searching for terms that were in javascript and SQL files.

It’s not pretty when they’re included.

Dear TV Licensing…

Miscellaneous, Words 3 Comments »

To whom it may concern,

I have a TV License for my place of residence, however, you continue to send me various warnings and threats about an unlicensed property.

I appreciate that in all likelihood these communications are automatically generated but I would criticise that you do not provide a free of charge method for me to inform you that your address database is incorrect.

I am especially distraught that you have sent a further letter to ‘the legal occupier’ of an invalid address with my post code ensuring that my local court is preparing to summon me.

I have provided my license number in this contact form and my telephone number and I would be grateful if one of your representatives could contact me in order to discuss the offending address(s) in your database.

Frankly I am entirely dissatisfied with your persistent and unjust harassment of an actual license holder.

South Korean Flag Dimensions

Miscellaneous No Comments »

Flag of South Korea Construction Sheet

Isn’t its simplicity beautiful.

404 With jquery.gritter SOLVED

Internet, PHP No Comments »

Gritter is a really good extension of jQuery’s functionality that is used to display information boxes to users. If you use firefox’s extension Firebug though or you look in your server logs then you may see that it’s causing 404 errors.

Whilst annoying the errors aren’t fatal. My applications have worked for long enough without solving the problem but it IS annoying and finally today I decided to do something about it. I found the solution on this blog and Duck Ranger gives much more sensible reasons for fixing the problem.

The error is caused by a Gritter’s CSS file creating a GET request to solve an IE bug but the request is for the current (CSS) directory which is forbidden.

Read the rest of this entry »

HowTo: Mac OS X Flush DNS Cache

Internet, Linux, Mac No Comments »

While playing with my /etc/hosts file for testing a new server setup I needed to flush my DNS cache. As ever, terminal came to my aid.

dscacheutil -flushcache

Now all is well in the world of DNS.

WP Theme & Icons by N.Design Studio | Akismet has gobbled 83,520 spam comments...Mmmm Tasty :-)
Entries RSS Comments RSS Log in