Messages - czb [ switch to compact view ]

Pages: prev1 2 3 [4] 5 6 7 8 9 ... 67next
16
DC Website Help and Extras / Re: Show Unread Posts
« on: November 24, 2009, 02:17 AM »
That is actually a very good idea  :Thmbsup:
This link works fine:
https://www.donationcoder.com/forum/index.php?action=unread;all;start=10000

PS: I hope there will never be more than 10000 unread posts :D

17
DC Website Help and Extras / Show Unread Posts
« on: November 24, 2009, 01:19 AM »
Hi,

I have one question. When reading unread posts I usually go through them and middle click those I like to display in a new tab. When I pick all the topics I want, I read them. If the unread posts are on multiple pages I go to the next page. And here the problem occurs. Let say I have middle clicked on 5 topics. When clicking on the next page, the five topics are not unread anymore and the whole list moves up. So the result is that I have to click on page 1 once again to see the 5 topics which have moved from page 2 to page 1.

So my question. How do you solve such a problem :P ? What is your way of reading unread posts? Probably, I use a completely wrong way to read them :-[

Thanks in advance,
Oldrich

18
Developer's Corner / Re: What's your Programming Language?
« on: November 15, 2009, 02:43 AM »
Is it that important if the program takes more or less memory? Or if it is a few percent faster or slower? Of course there are fields where this matters (scientific research and even there, they use Matlab, Python, OCaml etc. even though they are slower -> why?) but for a daily code, I do not think it really matters.

My primary decision point is how easy is to code and how I enjoy it (first order functions, pattern matching...). How the language helps you to parallelize the code, how to protect your code against bugs (units of measure, strong typing, immutability...), how to easily extend the language, how to debug (immediate scripting) it etc. And I really do not enjoy to code in C++. Java is better / simpler and and any modern functional language like F# or Scala goes even further.

PS: I do not say that C++ does not have its place but I do not understand why everybody uses it just to gain a little in memory and speed. I wonder why you do not code in assembler to gain even more speed :)

19
Developer's Corner / Re: What's your Programming Language?
« on: November 14, 2009, 10:00 AM »
I use F#. I think, that any functional language is worth learning :Thmbsup:

20
FARR Plugins and Aliases / Re: CZB pack
« on: October 05, 2009, 12:01 PM »
That is a pity. Office 2007 unfortunately does not have MSE7 debugger (just-in-time debugger for f.e. javascript) anymore. The very last version having it was Office 03 and Frontpage 03 and of course any full Visual Studio.

Another stupid thing is that MS IE does not give a line number as a part of try catch error information. Both Firefox and Opera do.

I am afraid that without knowing an exact place of the bug, I can not do anything about it. :(

Pages: prev1 2 3 [4] 5 6 7 8 9 ... 67next
Go to full version