Showing posts with label programming. Show all posts
Showing posts with label programming. Show all posts

Monday, January 18, 2010

Project BS - update 1.18.10 - the phail day

ok so this is the most phail day of my life.. i didn't go to school planning to work on BS but this time it really phailed..srsly..
i was working on 'how to update a profile' in my project..guess im really stucked in this line..

if($email==' ' || $email==$_SESSION[email] && $isExistEmail==1){
include 'error.php';
echo '';
}

it clearly means that that it should run the script if the $email is equal to ' ' (which means blank) or $email is equal to this sessions email or $email exists..

i was workin on dat this mornin, when people arrived..they really disturbed me alot. Afternoon came and I ended up finished with nothing..

anyway just want to post something :)


been listening to this whole day xD haha party yeah!

Friday, January 15, 2010

Project BS - update 1.16.10 - posts already working


At last!! yay I managed to finish it today. I was studying it last night and i was stucked at the resend post dialog box. It looks like this..
I was like 'I think it is a normal thing' but after pressing ok, the thing I posted was posted again. Good thing I've read this article from the net and it gave me an idea :D

the technique is all in the redirection of the pages. I have crappy codes before so I just fixed them and reviewed the thing that i call 'algorithm'. Luckily it worked :)

Thursday, January 14, 2010

Project BS - update 1.15.10 - First step to posting

yay i finally posted something on the page..im still working around with tables. I did not listen to my professor when he taught us about joining thats why im having a hard time about joining tables. anyway I hope he teaches us about foreign keys because myIsam tables (as what i read about forums) doesnt support foreign keys.



drooled on this song for hours..well its a good motivation too..

Monday, January 11, 2010

Project BS



an update :)

so i decided to take a 'day off' and thought of working on BS. I faced the computer for about more than 14 hours right naw. jeez lucky my eyes still doesn't hurt (well it only hurts when i stop using the computer) anyway i'll post here all the updates on projectBS. Well to at least put something on my blog coz i haven't posted anything here for a very long time

well the vector background was from vector-junky.com.

the 'NATTER' name was somewhat official but i am still thinking of a new name. My partner suggested 'BLABSTER' but it sounds like Lobster, if you have any suggestions on the name please say it to me :D




An update from the first one..well still can't think of a good name..this ones called 'STATTER'. Well its a pun for 'status' and 'utter'. Also the word statter ( which is really spelled as 'stutter' ) means 'speech problem characterized by repetitions, pauses, or drawn out syllables, words, and phrases'. Maybe right naw you may get what statter means, but anyways it still sounds corny xD. I am planning to make a twitter-like site hope i could finish it :)

as for the two chibis, they from uskhy at photobucket :) cute

Friday, October 30, 2009

Just Another Player

another product of boredom..guess im already getting used
with autoit. I made a mini player, well just to practice my skills
in scripting in autoit. I found so many bugs, guess i need to
find tutorials on this xD

You can download JAP 1.0 > HERE

it can play most of the media files (that windows can play)
i made it small to make it look cute so that users would not get
too disappointed on the bugs xD

----------------------------------------
Other versions

Tuesday, October 27, 2009

stepping away from batch files..

AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting. It uses a combination of simulated keystrokes, mouse movement and window/control manipulation in order to automate tasks in a way not possible or reliable with other languages (e.g. VBScript and SendKeys). AutoIt is also very small, self-contained and will run on all versions of Windows out-of-the-box with no annoying "runtimes" required!
guess ill be leaving batch files for now :)

you can download my first autoIt HERE