Search Results

Showing results 1 to 34 of 34
Search took 0.01 seconds.
Search: Posts Made By: evstevemd
Forum: PHP 4 Days Ago
Replies: 13
Views: 378
Posted By evstevemd
Its true ardav, but new things comes out and bumping years old forum isn't beautiful
Forum: IT Professionals' Lounge 6 Days Ago
Replies: 9
Views: 412
Posted By evstevemd
Even here in Tanzania, they recommend it and all the labs are full of turbo C++. But it is not "enforced" it is that they are already there and amny of students here hates programming, why would they...
Forum: Java 10 Days Ago
Replies: 7
Views: 334
Posted By evstevemd
Thanks Guys,
though its true I gave a little laugh at the Adapost. It is true and fun :)



Mhh! I only Know web side and Application side. Any other side??
Forum: Java 13 Days Ago
Replies: 7
Views: 334
Posted By evstevemd
I have asked the same Question on C++.
So far I have moderately mastered PHP a little and more of Python. I want now to add up Java/C++

So what I need to know to be Java expert in Web and Desktop...
Forum: PHP 13 Days Ago
Replies: 21
Views: 1,196
Posted By evstevemd
Glad I was of help!
Tell your friends about Daniweb.
Don't forget to mention Naveen ;)
Forum: Python 16 Days Ago
Replies: 4
Views: 408
Posted By evstevemd
You should have read the intro as well as comments before copying the code. To help you it says: This program uses the Python win32 (http://sourceforge.net/projects/pywin32/) extension module
Forum: Java 23 Days Ago
Replies: 6
Views: 345
Posted By evstevemd
So Any good tutorial on Swing or SWT? I only need tutorial bundled for offline uses as I code at home with no net. I thing that will be abig factor for me moving either direction.

Don't point me...
Forum: Java 24 Days Ago
Replies: 6
Views: 345
Posted By evstevemd
I'm new to Java, but will eventually want to use GUI for my Desktop applications. So as usual in any language, GUI toolkits are "debatable". In Python (My current "mother toungue") We have PyQT vs...
Forum: Python 24 Days Ago
Replies: 9
Solved: IDE for PyQt..
Views: 496
Posted By evstevemd
Have you checked Wing IDE yet?
Eric is most of the time associated with PyQT. It is made by It!
Forum: PHP 25 Days Ago
Replies: 12
Views: 512
Posted By evstevemd
When you add a page in CMS (Like Wordpress' admin) what does it actually do? Add predefined table? Or what?
Thanks!
Forum: PHP 25 Days Ago
Replies: 3
Views: 373
Posted By evstevemd
Hi,
I'm learning making CMS. As you can see, I cannot do everything from scratch. So I request anyone with code in his codebase that works fine on paging or knows practical code to point me. I want...
Forum: PHP 31 Days Ago
Replies: 109
Views: 3,758
Posted By evstevemd
I will appreciate to see your conclusion on the matter before thread marked solved!
Forum: C++ 33 Days Ago
Replies: 4
Views: 330
Posted By evstevemd
Oh and this here


http://wtl.sourceforge.net/

How do they compare with wxWidgets/QT/GTKmm
Forum: C++ 33 Days Ago
Replies: 4
Views: 330
Posted By evstevemd
Here (http://win32-framework.sourceforge.net/)

Anyone using this?
Any comment recommendation
Just curious as I found it via wikipedia ;)
Forum: PHP Oct 5th, 2009
Replies: 11
Views: 651
Posted By evstevemd
Netbeans is good but it eats good amount of resources. I found Notepad++ a good choice though it isnt IDE. I'm configuring aptana right now and it seem to be good. I was searching for portable IDE to...
Forum: Windows Vista and Windows 7 Aug 12th, 2009
Replies: 14
Views: 561
Posted By evstevemd
I use Firefox, Freedownload manager (Have integrated torrent ability)

On security:
Avast Home,
COMODO Firewall
Forum: C++ Aug 2nd, 2009
Replies: 5
Views: 323
Posted By evstevemd
What have you done so far?
Remember we have to help you get somewhere, but you must have something :)
Forum: C++ Jul 28th, 2009
Replies: 3
Views: 332
Posted By evstevemd
Plus that, is it freely and legally released? If not, then consider to beg no more because daniweb is for legal stuffs only. However there are other free books around there:
1. Thinking in C++ two...
Forum: C++ Jul 18th, 2009
Replies: 6
Views: 311
Posted By evstevemd
Isn't Dev-C++ dead? I suggest code::blocks
www.codeblocks.org
Also check:
http://www.cprogramming.com/
http://www.cpluplus.com/
Forum: C++ Jul 18th, 2009
Replies: 8
Views: 354
Posted By evstevemd
and also allows to use wxformbuilder from www.wxformbuilder.org
Get free PDF version of the official book here:
http://www.phptr.com/content/images/0131473816/downloads/0131473816_book.pdf
Forum: Python Jul 1st, 2009
Replies: 4
Views: 523
Posted By evstevemd
what editor do you use?
Get ulipad
http://code.google.com/p/ulipad/
Forum: Python Jun 27th, 2009
Replies: 2
Views: 416
Posted By evstevemd
if possible, just include it in same folder as your script and do a simple import as you did to sys. Otherwise, if correctly installed, then it should respond to simple import. Did you write the...
Forum: Python Jun 23rd, 2009
Replies: 9
Views: 997
Posted By evstevemd
I have never done RAD GUI designing.
I tried recently wxGlade and In minutes I was able to do alot. It is ugly but really powerful. It generates clean pyCode and I recommend it. Take simple tutorial...
Forum: C++ Apr 24th, 2009
Replies: 3
Views: 483
Posted By evstevemd
Download wxWidgets
www.wxwidgets.org

Then get this official book
http://www.informit.com/content/images/0131473816/downloads/0131473816_book.pdf
Forum: PHP Feb 23rd, 2009
Replies: 2
Views: 577
Posted By evstevemd
+1 For stas, But here is my suggestion:
1. Netbeans
2. Codebloster
3. PHP Designer 2007 Personal Edition
For freeware

For $ based IDEs Check DreamWeaver. :)
Forum: Python Feb 17th, 2009
Replies: 10
Views: 4,419
Posted By evstevemd
It was as easy as this :)
Don't worry, this is what python is :D

import shutil
src = "C:\\steve_test\\Test_xp\\added"
dst = "C:\\steve_test\\Test_xp\\moved"
shutil.move(src, dst)
Forum: Python Jan 4th, 2009
Replies: 5
Views: 505
Posted By evstevemd
Here is simple example on class and methods. Get the whole taste from dedicated tutorial like here:
http://docs.python.org/tutorial/classes.html


# simple classexample
class Car():

...
Forum: Python Jan 2nd, 2009
Replies: 16
Views: 2,697
Posted By evstevemd
Yeah, I understand!
I wanted us to keep each other updated in case any module comes for python 3
Forum: Python Dec 22nd, 2008
Replies: 3
Views: 344
Posted By evstevemd
http://python.net/crew/theller/ctypes/tutorial.html#fundamental-data-types
http://docs.python.org/library/ctypes.html
Forum: Python Nov 13th, 2008
Replies: 14
Views: 893
Posted By evstevemd
I have the same and it works for me. Try re-installing wxpython but raise it to admin level by right click, run as admin and feeback
Forum: Windows Vista and Windows 7 Nov 1st, 2008
Replies: 13
Views: 1,349
Posted By evstevemd
System Restore is the best option when you face such snags. Instead of tottally delete cut it and paste it somewhere. As per Caper Jack, if it is spyware, after delete system will complain that...
Forum: IT Professionals' Lounge Oct 17th, 2008
Replies: 12
Views: 1,825
Posted By evstevemd
I start with python; I'll then go for PHP and Java and C++ etc.
Python is simple and powerful. No wonder even NASA uses it

Steve
Forum: Python Oct 8th, 2008
Replies: 7
Views: 1,770
Posted By evstevemd
Reformatted your code and did simple restructuring and some edits
See if that is what you want and post more queries
Steve


#determine shipping charges according to weight
print 'Welcome to...
Forum: Python Aug 23rd, 2008
Replies: 6
Solved: Py2exe help.
Views: 1,201
Posted By evstevemd
Try Gpy2exe. It work for me
here it is
http://www.gpy2exe.tk/
Tell me how you see it!
Steve
Showing results 1 to 34 of 34

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC