Techy question (to Django developers)..?

1 Answer

Answer :

Do you have a link? Just from what you’ve written I’d guess the problem was javascript related, could be as simple as a conflict or a typo keeping the code that inserts the editor from running… are you seeing any errors? Have you taken a look with Firebug? I’d give that a try first, make sure everything is loading into the dom like you want, and go from there. disclaimer, I haven’t actually worked with TinyMCE, so this may be off base, just saw you hadn’t gotten an answer yet and though I’d give it a shot

Related questions

Description : Can an animal be born mentally retarded?

Last Answer : answer:I did wonder about our beagle, Larchmont Jeffrey. He used to howl a lot and escape our little property when the moon was full and wander about. He had a tag on his collar that said, If you find ... house, until my mother finally sent Jeff to a nice family in the country. I loved that dog.

Description : Non-profit organization in California that is IRS recognized, do you know the steps to creation or where to find the information?

Last Answer : file your 501c

Description : Do you have any suggestions for redefining progress?

Last Answer : I don’t see a problem. By those definitions, things like emitting less pollution is still progress. That is a question of framing: less pollution is more sustainable. What’s the big deal? That some people are dumb enough not to believe that pollution is a problem?

Description : Why would a very minor hearing loss cause so much trouble for a toddler?

Last Answer : Edited to add. I just talked to the mom. They weren’t hearing aids, they were ear tubes to keep fluid out of his ear.

Description : Is there any modeling software to model generic real-world devices?

Last Answer : Funny, I just got finished recommending VenSim on your other question.

Description : What is 'diffusion scholarship' in the context of developing countries?

Last Answer : answer:It's the study of how innovations propagate through a social system. It looks at the communication channels that spread knowledge of the innovation, how decisions about adopting innovations ... would suggest the most effective ways to accelerate the acceptance and adoption of the practice.

Description : Can a 40-y/o who's never made more than $12K turn it around? (pls see inside)

Last Answer : You can't give ambition to someone who has none. Some people just want to coast through life because they fear the possibilty of failure if they really try for something they want. Some really ... for carpentry paid by the store and when they graduated they would become manager of the department.

Description : How to mimic jQquery's appendTo with a regular expression?

Last Answer : answer:So many ways to tackle this, it's really tough to say what's best in your situation. Usually I try to avoid the clearing elements anymore and instead float the container just like the ... resort and would rather go with something like the jQuery solution you've come up with for consistency.

Description : What reason would there be to justify building or developing sacred Native American burial?

Last Answer : Absolutely none. And yet they keep doing it.

Description : If you were on the interview panel, in the search for someone to lead a small group of people in a customer care environment, what questions would you ask?

Last Answer : How would you deal with an ongoing conflict between two fo the people you supervise?

Description : Deleting Sprites from frame (Xcode for iPhone)

Last Answer : Do you actually understand the Objective-C language? or are you just copying code from other people and trying to “wing it?” because “SpaceJunk = delete” makes no sense… or was that supposed to be psudocode?

Description : On the iPad, are third-party app elements scaled up by PERCENTAGE or by ABSOLUTE height/width?

Last Answer : I’m nearly positive, since the iPad is quadruple the resolution of an iPhone, that the pixels will just be doubled and smoothed.

Description : Should I use a G1 for Android development or shell out the extra $$ for a Google Development Phone?

Last Answer : Hmm, do you need one of those on top of the Android emulator that (I think) comes in the Android SDK?

Description : Can anyone recommend a CMS for a lookbook?

Last Answer : … Espressionengine stuff (..and I have no obligation to them at all…... !)

Description : How much time does it take to build a facebook application?

Last Answer : The time aspect of the question should be left to the consultant you are looking to hire. the going rate is pretty broad. You should expect to pay between $60–110 /hr.

Description : How do you find people to help make a website?

Last Answer : authenticjobs.com

Description : New Urban Infrastructure in the Global South?

Last Answer : An interesting trend is skipping over landlines and just going to cell phones. Who needs ground infrastructure when wireless already works?

Description : Is there any "Facebook web developer toolbar" addon like? or any other specific facebook addons?

Last Answer : Aside from the facebook toolbar for firefox, I haven’t seen anything.

Description : Young people have growing pains. Do old people have shrinking pains?

Last Answer : to feel or not to feel?, that is the question.

Description : Drupal tokens tutorial/help?

Last Answer : Ack! Computer script! My eyes! Get it away from me! Hasn’t google been able to help you out?

Description : Best place to begin iPhone application development/programming in general?

Last Answer : Books, the library, google.com searching for iPhone programming tutorials or just programming tutorials. Also be aware that you are not guaranteed hundreds of thousands of dollars just for developing an iPhone app. The people that make that much are flukes.

Description : Software Development Process for a small team?

Last Answer : That's pretty much the same way I work. There are a lot more people here, but on my projects, I am the programmer, and I have a graphic artist/usability web designer with whom I work. ... knows absolutely nothing about what we do). Are you having any specific problems with which you'd like help?

Description : Organizing your PHP code?

Last Answer : Even though I largely work with symfony and CakePHP, I tend to follow the Zend Framework coding practices. Generally, any private and protected methods and members are first. I usually list them in ... 't already, use phpDocumentor comments for all of your files, classes, data members, and methods.

Description : What do you guys think is the future of IT in the US and perhaps Europe?

Last Answer : People with good people skills, good programming skills, and good domain knowledge are in demand now and will continue to be in demand. People who do work that cannot be easily outsourced-network wiring, for ... It wound up probably costing more than it would have cost for us to staff up in-house.

Description : How do I use/find a map using KML?

Last Answer : Here is some good information on the two. http://www.mapchannels.com/compatibility.aspx

Description : Is anyone planning to write a native App for iPhone?

Last Answer : I’m going to goof around for a bit first. A friend of mine is great with ObjC so I think I’ll likely pair up with him on a small project once I get my feet wet. I hope there will be a way to deploy apps outside of Apple’s store. I don’t feel like paying a yearly fee to distribute a free application.

Description : Should I be worried about whether or not I'm a good PHP developer?

Last Answer : Are you 45 or 15? That will help me answer your question.

Description : Do you think children are developing faster now than they did 20 years ago?

Last Answer : It’s the accessibility of everything. Consumer goods and information.

Description : Does anyone here use MooTools?

Last Answer : answer:Don't upgrade to 1.2. There is rarely an absolute need to upgrade things, especially when it comes to web toolkits. Depending on what you are doing, you could even run 1.1 and ... try firefox with the firebug plugin. That's the most productive environment I know of for debugging javascript.

Description : Why would a facebook application's daily active user's drop so much so quick?

Last Answer : Hmm… I’d have to say that if the app didn’t have good ‘stickiness’ (ie reason to come back to it) you’d have a lot of initial traffic at first (at launch) ... and then a steep drop off the next day.

Description : If I store $_GET in $get will I double the memory that $_GET takes up?

Last Answer : answer:Well yes, since you're duplicating the same data into two separate variables. That said, unless you're running on a shoe string, it really won't be that much of a performance hit unless you're accepting ... . I suppose you could unset $_GET, but it seems silly to me. Just carry on as you are.

Description : From the following which one is not classification of entrepreneurs according to the types of business? a) Wholesale trade b) Retail trade c) Exporter d) Rural entrepreneur

Last Answer : d) Rural entrepreneur

Description : We need to update the business plan becausea) Environmental factors and internal factors can change the direction of the plan b) Goals set by the entrepreneurs may be unreasonable c) Goals may not be measurable d) Goals may not be specific

Last Answer : a) Environmental factors and internal factors can change the direction of the plan

Description : Industry analysis should include information on – a) Market size of competitor’s product b) Growth rate of suppliers c) New product entry d) Economic conditions

Last Answer : d) Economic conditions

Description : EDP ( Entrepreneurship Development( Programmes) is required to help – a) Existing entrepreneurs b) First generations entrepreneurs c) Future generation entrepreneurs d) None of the above

Last Answer : c) Future generation entrepreneurs

Description : Entrepreneurs are………………………… a) Moderate risk taker b) High risk taker c) Avoidance d) Both (B) & (C)

Last Answer : a) Moderate risk taker

Description : Having less than 50 percent of equity share in an international venture is calleda) Minority interest b) Joint venture c) Majority interest d) Exporting

Last Answer : a) Minority interest

Description : The activity which occurs when the new venture is started is called - a) Motivation b) Business skills c) Departure point d) Goal orientation

Last Answer : c) Departure point

Description : ……………….. Shows the process of creating something new. a) Innovation b) Business model c) Modeling d) Creative flexibility

Last Answer : a) Innovation

Description : …………….. actions by an entrepreneur most likely to contribute to creative destruction. a) Development of a new product b) Take-over of a competitor c) Issuing shares d) Development of an organization

Last Answer : a) Development of a new product

Description : An entrepreneurship primary motivation for starting a business isa) To make money b) To be independent c) To be famous d) To be powerful

Last Answer : b) To be independent

Description : Is there a techy version of ask-public?

Last Answer : I really like this one: http://www.techguy.org/

Description : Nginx config for django apps?

Last Answer : You want to research virtual hosts.

Description : Django in the enterprise?

Last Answer : I think Glassfish + JRuby + Rails is pretty common. Perhaps Glassfish + Jython + Django?

Description : More Rails Devs/jobs than Django?

Last Answer : Rails was opensourced about a year before Django and it had good marketing. There were all kinds of videos of “create a blog in under X minutes,” DHH was preaching the gospel of Ruby, etc. Ruby vs. Python, Rails vs. Django comes down to your own programming style and preferences.

Description : Django or Rails?

Last Answer : In the grand scheme of things, both Django and Rails are pretty equivalent—My suggestion is let the language you want to use determine things (and give Ruby a try if you haven’t played with it much but you have with Python).

Description : How do you make Django calls from Flash?

Last Answer : No, I don't think django is overkill for a CMS, particularly if you're already running python and/or are familiar with it. I'm a little confused about your question, though-are you developing a rich ... , though, I don't really see any justifying reason to have one, but that's beside the point.

Description : I have the basics of Python nailed. Can anyone recommend a good Python/Django book?

Last Answer : Dive Into Python (http://diveintopython.prg) is an excellent Python book for programmers. How to Think Like a Computer Scientist is another excellent book to learn Python, for non-programmers. Bruce ... s AppEngine cloud, which makes it very easy to bring value to people while playing with Django

Description : Is there a Perl alternative to Ruby on Rails and Django?

Last Answer : Seriously, if you’re comparing women to programming languages, you have MUCH bigger problems than this…

Description : Which is better Django or Rails ?

Last Answer : It depends on who you ask. Some test show Django and Python are faster. As far as hosting, both are going to be best served from a VPS account instead of a traditional shared account so the hosting ... matter of which one clicks and if you happen to know any Ruby or Python going in to this choice.