301

(4 replies, posted in PunBB 1.2 discussion)

Thank you Cuteseal... Its really great to know...
He has done a very good job!!

302

(11 replies, posted in General discussion)

mellissa wrote:

is this a website for like extra smart ppl??? what are you guys talking about? and what the heck is this site....punBB?

No-one can learn/understand everything in a day.

So be cool... You may come to know as the time moves... smile

303

(4 replies, posted in PunBB 1.2 discussion)

Can I have a list of urls which is using "PunBB" If we get a chance to see all the urls in one page, so easy to check one by one and can get some inspiration from them if they have something to inspire.

Thanks in Adv.

304

(6 replies, posted in Feature requests)

I didnt mean for "since last visit"

Mean to say provision for Unanswered post for particular section(for specific forum) only.

305

(1,382 replies, posted in General discussion)

Surplus

306

(10 replies, posted in Feature requests)

yes the idea is good. but what if somone keeps adding junk posts to increase his %.? We should not encourage such things right?

I feel its better to rate the post and answer, with that we can rate the author also. Those who has high credits will be holding the first rank. so everyone may try to give the proper reply... hope so..

307

(7 replies, posted in Programming)

In the site they have given in the "what?" section just above the downloads....

"Exposure Gallery is a free, open source project run by me, Olle Mattsson."

308

(7 replies, posted in Programming)

Hope you can get what you need in this following URL http://www.exposuregallery.cjb.net/

also try this www.egal.cjb.net

309

(6 replies, posted in Feature requests)

Yes paul is correct... I mean to say that we have catagories like

Bug reports
Feature requests
..
PunBB discussions
...
General discussion
Programming
...

To reply a unanswered posts, if we have categories to select(one particular), it will be easier..

310

(6 replies, posted in Feature requests)

If we have select option to select the category of the unanswered posts, it will be easy to reply for those posts.
One who is good in programming can easily check the questions belonging to his category and he can reply..

Dont know how far it will be good. Just a req.

When we open a window, we will get the tiltle of the window in the task bar.

My question : Is it possible to hide the title in the taskbar. Only window should be opened(nothing should be displayed in the taskbar).

312

(1,382 replies, posted in General discussion)

transit

313

(1,382 replies, posted in General discussion)

maroon

WOW! its really good. (Exactly chromeless)

Thanks to all

My dear friend, sorry for not breifing my question...

I too know that we can use javascript. but I dont want that traditional window. (here you will get an icon at the left cornor, and a title, and minimise,maximise, close buttons)

I dont want any of those. just a plain window with a close button at the top cornor.

Thanks for yor efforts.

316

(2 replies, posted in Programming)

hope this link may help you http://www.flashkit.com/movies/

Can anyone tell me how to create a window without menu or buttons(even in titlebar)
if there is only close button, then okay.

I need in javascript + html / php...

318

(22 replies, posted in General discussion)

I too searched with my name but i got only text in the first link and in the second http://punbb.org/forums/profile.php?id=1357 smile

319

(1 replies, posted in Programming)

gtkmm (previously known as GTK--) is the official C++ interface for the popular GUI library GTK+. Highlights include typesafe callbacks, widgets extensible via inheritance and a comprehensive set of widget classes that can be freely combined to quickly create complex user interfaces. You can find out more on the official homepagehttp://www.gtkmm.org/

Looks Young and cool!

321

(11 replies, posted in General discussion)

We(punbb) don't have argue with those who rate less and dont know the quality.
They know what they are.

322

(10 replies, posted in Programming)

Thank you smile

323

(10 replies, posted in Programming)

Here is a simple way.
This script will display the x and y position in the status bar.
you can insert the image between body tag and you can note the x, y position..

<html>
<head>
<SCRIPT LANGUAGE="JavaScript">

    ns4 = (document.layers)? true:false
    ie4 = (document.all)? true:false

function init() {
    if (ns4) {document.captureEvents(Event.MOUSEMOVE);}
    document.onmousemove=mousemove;
}
function mousemove(e) {
    if (ns4) {var mouseX=e.pageX; var mouseY=e.pageY}
    if (ie4) {var mouseX=event.x; var mouseY=event.y}
    status="x= "+mouseX+", y= "+mouseY;
}

</SCRIPT>
</head>

<body onLoad="init()" marginwidth="0" leftmargin="0" topmargin="0">
<!-- Change this image to your wish-->
<img src="http://punbb.org/forums/img/avatars/1357.gif">
<!-- Change this image to your wish-->
</body>
</html>

324

(1,382 replies, posted in General discussion)

Vaunt - Show off

325

(200 replies, posted in General discussion)

anyone tried www.rediffmail.com it is also giving 1GB space. anytime you can register for free...

but dont know how good... compared to GMail. (I have not used GMail tongue)