You are not logged in.
- Topics: Active | Unanswered
#1 Re: FluxBB discussion » ajax » 2011-03-22 20:31:23
- eric235u
fwiw i prefer not using javascript. i wouldn't want it to be necessary for a visitor to navigate my site. i personally use noscript on firefox.
i remember back in the punbb days some in the community didn't care much for javascript...
#2 Re: Show off » A rugby forum » 2011-03-06 03:29:04
- eric235u
looks pretty good
#3 Re: General discussion » Post your desktop » 2009-01-13 00:46:53
- eric235u
i can't resist. a simple looking desktop with the stuff i need. a virtual instance fedaora linux 10 for server side tests.

#4 Re: Programming » Free PHP IDE » 2008-11-25 22:38:22
- eric235u
Not awesome? It rocks!
Seeing the documentation popping up on the screen as you type is very practical. That's the killer feature.
the only thing at the moment i don't like about netbeans is that it's written in java. :p the ui doesn't fit well with the system theme. such as on centos when you hover over something you want to select it whites out and you can't see the text. looks kind of crappy. it's also terribly slow to start up on windows and linux. but for the moment netbeans is good enough for me. if geany had the ability to split windows and had a subversion plugin like netbeans then i would switch to that.
one good thing about text editors and ides, there's plenty of them to choose from.
i use gvim for really large text files.
#5 Re: Programming » Free PHP IDE » 2008-11-23 20:27:11
- eric235u
i'm currently using the netbeans ide 6.5 rc2 on linux and windows. not awesome but works pretty well. lots of features. free.
#6 Re: FluxBB discussion » where can i learn more about $db->object » 2008-11-02 16:23:23
- eric235u
oh wow, i remember now. i joined about a month after you.
totally off topic, when did you first hear about pun (flux)? i was reading about 30 days of php hacks (a hack a day i believe) and the site that was doing this was using punbb as their forum. i was like, if it's good enough for them it's good enough for me.
thanks again for the db tip.
#7 Re: FluxBB discussion » where can i learn more about $db->object » 2008-11-02 16:01:29
- eric235u
ok. so i can just use $db-> and follow it with one of the functions listed in the db layer. cool.
now what about $forum_db->query('...')? where is this in the core? is it better to use one of the other?
thanks again.
#8 FluxBB discussion » where can i learn more about $db->object » 2008-11-02 15:45:24
- eric235u
- Replies: 6
i'm digging around the forum, wiki and latest svn but still scratching my head. any tips on the various ways i can talk to my database are appreciated.
#9 Re: General discussion » Punbb rc2 are done » 2008-11-01 15:07:46
- eric235u
though i prefer flux, congrats to pun.
#10 Re: FluxBB discussion » Leaving » 2008-09-01 18:56:36
- eric235u
many thanks for all of your help smartys. you've helped me with several coding problems. good luck and look forward to seeing you around the net.
#11 Re: General discussion » Couple of brainpicks » 2008-07-13 00:18:47
- eric235u
here's some interesting info:
http://wiki.theory.org/BitTorrentSpecification
#12 FluxBB discussion » Anybody Using PostgreSQL? » 2008-07-12 14:21:18
- eric235u
- Replies: 4
i'm going to be using it. i know flux and can do it but was wondering if anybody else here is using postgre?
i'm also concerned with mention of a possible exploit. anybody know about this?
http://fluxbb.org/forums/post/9980/#p9980
thanks for any info.
please don't turn this into a mysql vs postgre flame war. i like both databases very much.
#13 Re: General discussion » SourceForge Best New Project Finalist = FluxBB » 2008-07-10 21:21:47
- eric235u
there is no fluxbb in this list
true. you have to click on best new project, which unfortunately doesn't change the uri. nevertheless, it's really cool to see flux in the finals.
#15 General discussion » SourceForge Best New Project Finalist = FluxBB » 2008-07-10 18:10:36
- eric235u
- Replies: 20
it looks like flux has made it to the final voting for best new project. time to vote (again).
#16 Re: FluxBB discussion » Paul, how are you doing? » 2008-07-09 23:39:23
- eric235u
jsanders wrote:Doesn't the iphone use safari?
Yes. iPhone users make up a miniscule part of the 'market', though.
my cell phone runs linux and has opera for a browser. if you set it next to an iphone you can hear steve jobs scream "i'm a drm loving bitch" and the iphone flips over butt up.
no tables huh? sounds fun. take your time releasing 1.3. 1.2.x works fine and the beta's plenty good for hackin' around.
// later edit. this post looks okay on a razr2.
#17 Re: FluxBB discussion » Usable now? » 2008-06-29 14:12:03
- eric235u
FluxBB v1.3-beta is usable but not for a large production environment unless you're well aware of what you're doing.
#18 Re: FluxBB discussion » Usable now? » 2008-06-29 14:08:37
- eric235u
hi.
i have just upgraded a punbb 1.2.14 to fluxbb 1.2.18 and it worked flawlessly. 1.2.18 is the current stable release. see http://fluxbb.org/downloads/
you won't lose your data.
remember to back up your data and forum directory prior to any update.
good luck.
#19 Re: FluxBB discussion » Progress report and update schedule » 2008-06-15 18:40:55
- eric235u
sounds great man, thanks for your work.
#20 Re: FluxBB discussion » Looking for FluxBB expert in Boston area » 2008-06-11 13:13:28
- eric235u
i'll contact you for more details.
#21 Re: Programming » fluxbb syndication methods » 2008-06-09 11:45:38
- eric235u
i'm using the latest 1.3 development release. i figured since we can already use simple http get parameters i would take advantage of this. the guy currently has a website with about ten static html pages. it's a pain for him to update. so i thought it would be fun to use flux as a kind of backend to the database. like if he updated a particular post it would change the front page on his site. for a tie in i'm not sure yet. i haven't started writing anything yet. just poking around. this is probably a good time to learn about hooks!
#22 Re: Programming » Can i develop a desktop application by PHP5? » 2008-06-08 21:01:56
- eric235u
poise wrote:FSX wrote:Then choose python. I've used some programs that where written with java (on windows) an they were slow.
Java or Java script ?, compiled java can be just as fast as as any other compiled code, dont make the mistake of confusing Javascript running in an applet, the same as java, they are 2 different things
Applets have nothing to do with Javascript...
+1
#23 Re: Programming » Can i develop a desktop application by PHP5? » 2008-06-08 21:00:47
- eric235u
i haven't had time to develop anything yet in python but i have read through the docs and played around on terminal. very neat and powerful.
#24 Re: Programming » Can i develop a desktop application by PHP5? » 2008-06-08 20:59:05
- eric235u
personally i've found many java based programs to be more resource intensive than other languages.
#25 Programming » fluxbb syndication methods » 2008-06-08 20:14:23
- eric235u
- Replies: 2
hi all.
i'm trying to use fluxbb as a backend way to display content. the person i'm making a website for needs a simple way to update his website. so i was thinking use flux to store the data and use syndication to update his otherwise static html pages. i'm currently reading through the wiki and playing around with some code. i would like to show an entire post by post id. (similar to the old punbb main page.) any suggestions?
many thanks!
