
I am so proud !!
Probably the lousiest source of latest tech news, gadgets, online money making or web programming tips. Programming - Life of a slave...

Wow my last blog post was 6 months ago. I've been dead to the online world for that long!!
Well, I'm back and I will chronicle my battle with the biggest injustice in life known as full time job tyranny. :)
technorati tags:Dumb, Web, Programmer, Back, Again
That was the old liewcf website. (really old :))



select table_name from user_tables
@echo off
cls
echo Backing Up RHB Fin files
echo =============================
rar a -m5 -r c:\backup\rhbbackup%year%-%month%-%day% c:\www\rhbproj1
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:GetDate yy mm dd
::
:: By: Ritchie Lawrence, 2002-06-15. Version 1.0
::
:: Func: Loads local system date components into args 1 to 3. For NT4/2K/XP
::
:: Args: %1 var to receive year, 4 digits (by ref)
:: %2 var to receive month, 2 digits, 01 to 12 (by ref)
:: %3 Var to receive day of month, 2 digits, 01 to 31 (by ref)
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
setlocal ENABLEEXTENSIONS
set t=2&if "%date%z" LSS "A" set t=1
for /f "skip=1 tokens=2-4 delims=(-)" %%a in ('echo/^|date') do (
for /f "tokens=%t%-4 delims=.-/ " %%d in ('date/t') do (
set %%a=%%d&set %%b=%%e&set %%c=%%f))
endlocal&set %1=%yy%&set %2=%mm%&set %3=%dd%&goto :EOF
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
Firefox quietly celebrates first birthday
Ingrid Marson
ZDNet UK
November 09, 2005, 12:00 GMT
'I don't think there will be a big party, as we are all very busy putting the finishing touches to Firefox 1.5,' says the president of Mozilla Europe
The open source Firefox browser was launched a year ago today, but the celebrations are expected to be low-key.