RightToLeft layout in Django? - django

I need to use RightToLeft layout in my form, I use django-right-to-left package and follow instruction in the link:
https://pypi.python.org/pypi/django-right-to-left/
but there is no change.

Something like this should not need django/python library. This is css/html issue and should be solved with those tools. If you do not know how to solve the problem on your own, i suggest you use some css toolbox like bootstrap to solve this issue for you. Look at this:
Right to Left support for Twitter Bootstrap 3

Related

Replace Javascript with Bootstrap responsive slideshow

I'm trying to find a nice looking bootstrap slideshow that looks similar to this one: https://www.jssor.com/demos/simple-fade-slideshow.slider
I would use the one in the link but it's got way to much Javascript and doesn't respond properly when I change the size of my window. Any ideas how I could create this using Bootstrap, HTML and CSS only? So it still needs to be automatic as well.
Thank you
It’s the carousel you’re after, without knowing which version of bootstrap you’re on I cannot provide an example but you can find full examples for what you need in the bootstrap docs: https://getbootstrap.com/docs/4.1/components/carousel/

Web Page of Typo3 templates

I would like to know if someone can help me to find one template for typo3. The requirements that i need for this template are:
Responsive
Multilanguage
Custom
SEO
I'm looking for TYPO3 template libraries. They don't need to be free. I'm looking for real Typo3 templates, ready to import into a vanilla Typo3 installation.
The reason I'm asking is that we have a customer and we'd like to give them a number of templates to choose from.
I need something like this page http://www.t3-template.de/typo3-template-kaufen.
Thanks in advance.
Best regards!
I think you are looking for somthing like this combination of TYPO3 extensions (TYPO3 6.2 or newer):
First of all you need themes (optional: gridelements, themes_gridelements)
install some themes like: theme_bootstrap, theme_foundation, theme_bootstrap_mosaic...
and switch the installed themes in the frontend with this
themes_showcase
Some dependencies (dyncss and so on) are solved automatically but dont forget t3jquery for all features.
Have a look here for more details:
https://github.com/typo3-themes

Post-process/filter all textilizable fields in Redmine via plugin?

I am attempting to write a Redmine plugin which further filters textilizable fields (issue description, updates, wiki content, etc.).
I've leafed around the plugin documentation but did not really find a good place to start. The view hooks seem to allow you to inject content at pre-defined injection points. Nothing really stood out toward creating a filter for textilizable content.
The most straightforward way is to hack the code in application_helper.rb and create your own filter function along the same lines of the :parse_inline_attachments, :parse_wiki_links, :parse_redmine_links. However, I do not see a good way of inserting that in a plugin without monkey patching the entirety of textilizable(*args).
Am I missing something obvious here?
One possible way, here: http://www.redmine.org/boards/3/topics/33949
This board topic mentions the caveats associated with view hooks (mentioned above) and offers a workaround or two that lets you change content by overriding views.

Dreamweaver type templates in Aptana

I am designing a very small website using basic HTML. I usually use a CMS but it has been a while since I did just HTML files, I was wondering if there was some sort templating where you can have like areas like a "Master template" and when a section is changed or added to the rest of the HTML pages that have those sections change with it. Like a common header and footer so I don't have to make the changes in each page if I need to make a change to an element.
I am using AptanaStudio 3 and was wondering if there was a feature like that as there is in Dreamweaver. I don't have Dreamweaver installed on my new computer, so taht is not an option.
Thanks in advance
You can try server-side includes (SSI): http://www.htmlgoodies.com/beyond/webmaster/article.php/3473341/SSI-The-Include-Command.htm

Ember.js wysiwyg inline editor

I've been looking for a small, fast, inline editor for quite a while. The new ckeditor looks like an alternative, but it is still too much. All I would need is inline formating, image handling.
Doew anyone know a wysiwyg editor which works perfectly with Ember.js? (I know, all do, but I really mean work great together).
I just did a post on using Summernote with Ember.js that you can see here http://hbrysiewicz.github.io/2014-04-18-summernote-ember-wysiwyg.html
perhaps this is an option:
bootstrap-wysihtml5 for ember
Another good option is a jQuery plugin called editable. I am using it in my project and it seems to play nicely with Ember -- so far no issues.
Perhaps than playing with the new HTML5 contenteditable tag?
Or start coding and implement something yourself like Create.js but using ember instead of underscore.
TinyEditor is a cool solution for inline editing. It's basically a tinyMCE editor with elFinder file manager encapsulated in only one - tinyeditor.js file.
Pure ember.js WYSIWYG component: http://indexiatech.github.io/ember-components/#/component/component.wysiwyg/simple