by Peter Moss
2. February 2012 12:10
I never worried about Google and its privacy policies, but after actuallyreading their new version, I'm puzzled, to say the least. I don't buy their argumentthat they want to "better understand your browsing habits to provide the right products for you".From the looks of it, they are basically spying on you. It is plain and simple.
Why would a company need to record every step you make on the Internet is beyond me.Other than to learn more about you as a person, your political, religious, social views etc.Where you from, where you sleep, who you sleep with, what you eat, read or bu...
[More]
b4aceb32-c04d-4342-83de-755343324657|4|5.0
Tags:
by Peter Moss
3. March 2011 22:24
Older Reuters interfaces were quite simple. Reuters SSL (Source Sink Library) is relatively easy to program. Simple enough to integrate into any application in a matter of days. Reuters library operates on a concept of callbacks. Application should create one thread per Reuters channel or multiplex callbacks from various channels in the same thread. Those are architectural and design questions.
Here is an example of how a RIC (Reuters Instrument Code) query can be implemented quickly and efficiently.To initialize SSL library, one needs to know their triarch user ...
[More]
31369eb6-d744-47ff-8e39-d605a4d9cfa2|2|4.0
Tags:
by Peter Moss
27. July 2010 18:19
Hopefully this article will save someone a little bit of time trying to get OCCI to work with CGI on Solaris. It is one of those things that is not documented (until now) anywhere, but can be "learned" the hard way.
Recently, I had to use Oracle OCCI library in an Apache CGI program for one of my clients. Sounds like a simple task. I went out and hacked away a simple test driver to test the OCCI libraries:
#include <sys/types.h>#include <unistd.h>#include <stdio.h>#include <time.h>#include <iostream>#include "fcgi_stdio.h"#include <occi.h>using namesp...
[More]
8d18aad3-1bad-4b02-a4c7-50cadc6f7857|2|5.0
Tags:
by Peter Moss
27. April 2010 22:59
Well, you can try to do this the hard way by converting the MP4 basedformats to mpeg 2 or vob and package/burn them into DVD discs. This canbe very time consuming and you still have to use physical discs to beable to play them on your DVD player.There are tons of companies with templated websites :) that try to sell their video conversion software. I'm surprised they are still in business.There is much easier and simpler solution to playback of Internet videofiles. You have to get a Media Player hardware device. You can use ebay to getno name one for $20-$30, or get a b...
[More]
d785e8ae-6c5f-4649-ab74-68730127801e|2|4.5
Tags:
Web
by Peter Moss
28. March 2010 20:14
To setup a Blackberry device to access the Internet is very easy these days; thanks to the latest desktop software from RIM. In my setup I used Blackberry Bold activated on Rogers network.
In the past, you would have to buy some third party software to access the Internet. Some of these could set you back $50-$100. This is not longer the case.
So, how to setup your laptop/desktop computer to use Blackberry devices to access the Internet?
You'll need a standard USB to mini USB cable and the latest version of RIM's desktop software.
Blackberry released version 5.0.1 of their desktop softwa...
[More]
7e373a99-a9d5-4480-a530-cac098014fd0|1|3.0
Tags:
Web
by Peter Moss
17. March 2010 00:30
This exam was long, it covered a lot of material. The hardest .Net exam by far. 50 questions and 3 hours.I used Microsoft Self-Paced Training Kit book to study for this exam. It took me over 2 months to study, 2-4 hours every day. I went chapter by chapter, doing the end of chapter exercises. But I was not ready for this exam.One thing you should do before you start studying for this exam is review ASP programming. That is of course if you have not done much of ASP or ASP.NET programming. Concepts of web site setup, configuration, simple forms, database connectivity should be reviewed before d...
[More]
e7f3e678-eed8-4aa8-9789-2dfc74240fbf|5|4.8
Tags:
MCPD Exams
by Peter Moss
7. March 2010 19:00
One of few legacy leftovers that was never dropped over the years is the common use of www domain prefix. It is not a problem per se for us humans, but SE bots have mind of their own. When traversing a non-www and a www version of a web site, apparently, google and other bots are treating them as two separate web entities, even if content is identical.
This causes confusion in SE databases and in a worst case a drop from the index.
To avoid this confusion, web site operators should redirect their non-www traffic to www version of the website, or redirect the www version to the non-www versi...
[More]
19fc6e48-e390-4b7c-ac1d-6e3392b12dd9|4|4.3
Tags:
Web
by Peter Moss
4. March 2010 19:12
One of the reasons I switched to blog engine was the fact that blog engine is relatively SEO friendly. Looking for ways to optimize my pages, I found this little extension
http://oberdata.com.ar/blog/post/2008/06/15/SEO-Pack-for-BlogengineNET.aspx
that allows you to configure title and description for each post.
It is very basic but at least your pages will have some unique title and description. This little extension does not support Blog engine's non-post pages, but it is a good start.
Next on my plate will be to extend this to generate keywords dynamically based on the word count inside...
[More]