Click here to Skip to main content
15,898,949 members

Comments by ninjaef (Top 29 by date)

ninjaef 10-Oct-18 8:27am View    
FIXED IT !!

<meta http-equiv="X-UA-Compatible" content="IE=edge">

at the top of the HTML file, but can someone explain what this is doing. I found the solution just goolging tens of "jquery not working IE"


however, this is legacy stuff for IE11 and so I switched to the following, but it still didnt work. Only the meta tag works:

<!doctype html>
ninjaef 10-Oct-18 8:22am View    
It is running from local disk. Double clicking it. But have also entered the full C:\test\index.html in the nav bar in IE, same behaviour - it doesnt work (in IE) but is flawless in chrome.
I'm using IE11
ninjaef 27-Jun-18 5:59am View    
No. Completely wrong. You miss the point despite my laboured text. I am actually a seasoned C, C#, C++, Java, and OOD/OOP engineer with 28years experience. What I have asked for , specifically, is BEST PRACTICE "Pythonic" way to model this in PYTHON where the constructs , semantics, features, standard library and data models DIFFER and can be the subject of much detabte: e.g. @Property, or getters/setters, or plain defs() for class attributes, "_var" and "__var" conventions, inheritence and passing around of through class types ,class objects , class instances. Python differs and the same problem can be resolved in many ways, more so than other languages I would say.
Note Richard, there is no Python discussion area on the forum, not lesat if one looks a the subforum titles under "Discussions"
I do not need "training" in the regard of OO and I dare say I would learn nothing from you Richard!. Please , remember that sometimes knowledge comes in many guises.
ninjaef 22-Jun-18 8:26am View    
yes, understand C++
thanks for the example
got it now...simple now you explained it that way.
yes, ive heard of python duckduck principles and use-me-dont-abuse me ideology.

EDIT
sorry, my phone hit 4star instead of 5. meant to give you 5*. sorry
ninjaef 22-Jun-18 6:21am View    
Naturall I am reading python documentation, including the section on classes, I felt that was obvious otherwise how would I learn Python - links to a documentation are not really helpful in this instance, I was hoping for an explanation rather than a link to the language docs. Specifically, why is list()[0] allowed to change the "private" __items data ?? I clearly do not understand what is going on despite reading the documentation !