Monthly Archives: January 2013

Louie Giglio

By pulling out of the president's inauguration for praying, Louie displayed an act of cowardice and preferring praises of non-God. Now the prayer will be given to someone else: an episcopalian. Saying that he's being asked out is just another … Continue reading

Posted in News | Leave a comment

Ban Guns? Print them

Now guns can ALMOST be (ammo clips)printed by 3D printers...So what's next... It will always come down to evangelism, the right one...reaching out to strangers, not one's own crowd.

Posted in News | Leave a comment

Labeling wirings

I think it is ridiculous, no, retarded, to think of preferring cable tagging to allocating a server area/room. I actually did a search, there are plenty of such products, of which I would admit I have seen used before. Tagging … Continue reading

Posted in Technical | Leave a comment

Subtitle Downloader - even Chinese

Some firefox plugin(Youtube Caption Downloader) seems to have failed. I am not sure if it's because of Chinese characters. I use Google2Srt instead. Unzipped, ran the bat file. Pasted youtube link into the field, Read, and I got the Srt … Continue reading

Posted in Technical | Leave a comment

Scratch Programming: Best Programming Language for Kids

Great pedagogy for programming and even mathematics. Developed by MIT, Scratch is the current favorite programming tool of mine for teaching programming to much younger children. It used to be Logo. Which I think is still a good teaching tool. … Continue reading

Posted in News, Technical | 1 Comment

Barbaric Police Act in China

First it was the Indians, with the rape crime (though Africa responded they have more such cases but hidden from public), and now in China...ever since the push by many younger generation activists on freedom of speech. "Undercover cops" dumped … Continue reading

Posted in News | Leave a comment

New MS Access Expressions (VBA)

Tech on the Net is a good resource. Dsum is a useful function: In Microsoft Access, the DSum function returns the sum of a set of numeric values in a specified set of records (or domain). DSum ( expression, domain, [criteria] … Continue reading

Posted in Technical | Leave a comment

The Insider Movements

Those who do not profess to public their faith in Christ are considered as "Insiders". These such as Gandhi, and those in this article, inwardly follow Christ from His teachings to even believing His divine lordship, but they do not … Continue reading

Posted in News, Theologization | Leave a comment

Display Driver ATIKMDAG Stopped Responding and Has Recovered

Thus far the best solution for this "Display driver stopped responding and has recovered", atikmdag in particular (flash video playing slowly, error message box shows up when flash video runs in full screen for a while) is to disable Hardware … Continue reading

Posted in Technical | Leave a comment

Exporting MS Access data into MS Word

Finally, there is an easy way(filling MS Word fields with Access data) in Access using VBA scripting: Private Sub cmdPrint_Click() 'Print customer slip for current customer. Dim appWord As Word.Application Dim doc As Word.Document 'Avoid error 429, when Word isn't … Continue reading

Posted in Technical | Leave a comment