Yesterday I found that some damn spamer found me and filled my comments with tons of spam, so I decided to stop comments for now until I fix the problem! I must add Capatcha -I wonder why I didn't listen to people who told me to add it before!!, sorry guys!d
While I was thinking about a topic for the next episode of the Django Tips Podcast I had an idea about creating a series of episodes about how to build a complete weblog project... It would be more of a Publishing Environment than a weblog actually. I haven't figured our how many episodes it would take, but there's no limit as long as there's new parts that the project needs.
So what do you think guys?
كونها صممت في بيئة غرف الأخبار المتسارعة الأحداث أتت جانغو ليكون تطوير الويب سهلاً وسريعاً. فيما يلي عرض سريع لطريقة بناء تطبيق ويب متصل بقاعدة بيانات باستخدام جانغو.
تهدف هذه الوثيقة لاستعراض مواصفات جانغو التقنية وتوضيح طريقة عملها، لا أن تكون درساً أو مرجعاً.
يمكنك طبعاً أن تستعمل جانغو بدون قاعدة بيانات. لكن – ومع ذلك – يمكنك مخطط علاقات الـ Objects (Object-relational mapper) من تصميم قاعدة البيانات باستخدام تعليمات لغة بايثون Python فقط!
تؤمن تعليمات نماذج البيانات (data-model syntax) العديد من الطرق القوية لتمثيل نماذجك الخاصة. واستطاعت إلى الآن حل مشاكل ...
Episode 3 of the Django Tips Podcast - using the Comments framework.
Download episode:
Download High Quality
Or, watch it online.
Or download Audio Only (MP3 file):
Download MP3 File
Episode 2 of the Django Tips Podcast - using the Flatpages application
Download episode:
Download High Quality
Or, watch it online.
Hey!
This is the first tip of the Django Tips Podcast, this tips is about using the new admin application in django.
Download episode:
Download High Quality
Or, watch it online.
I've been working on the Django Tips Podcast lately, and I finally managed to get started now... First episode will be uploaded tonight....
For now, the website is going to be http://beshrkayali.com/dtp
The first tip is going to be about using the new admin app in django
Hope you all like it :)
Write less Do more, that's the real purpose of jQuery. jQuery is the most advanced/extendible yet simple/easy-to-use JavaScript toolkit I've ever seen. When it comes to animation effects, jQuery is perfect. Fading DOMs in and out is a matter of a single function, fadeIn & fadeOut, and that's it!
The number of core effects supplied with jQuery is purposely kept small with the expectation that plugins are available to add more animations. It's also really simple to create your own animation plugins.
Yet, jQuery comes with an amazing function Animate that allows you to create new animations quickly. The Animate function simply changes the CSS properties you choose, depending on target values for these properties, with other options you can edit, like duration, easing and callbacks. The list of CSS styles that can be animated is limited to properties with numeric values only.
For ...
Comments