Yiiframework.co.il Code is now open sourced

מרץ 31

Yiiframework.co.il Code is now open sourced

CMS Application This is something I've been working on and still am constantly to make it better, This is a CMS system that allows you to control an entire multi-language website simply from within it's built in Admin control panel. Some of the features Blogs – Full System (Includes categories, tags, posts, replies, multi-language, permission based and...

Read More

Project Manager – Source Code is now Open Sourced

מרץ 31

Project Manager – Source Code is now Open Sourced

Simple Project Manager / Bug Tracker This is something I've been working on but never got a chance to complete, It has no installer and you'll need to configure it manually by importing the base.sql file and changing the db connection settings from the protected/config files. Features Issues Wiki/Articles Activity Feed Projects This is published for learning...

Read More

ספט' 16

להלן רשימה של ספרים מומלצים (כאלו שקראתי או כאלו שלפי התקציר נראים כספרים שנכתבו בצורה ברורה). מתחילים Beginning PHP and MySQL: From Novice to Professional, Fourth Edition PHP for Absolute Beginners PHP & MySQL For Dummies 3rd edition (For Dummies...

Read More

בחינה חדשה בנושא מסדי נתונים MySQL 5

אוג' 10

נוספה בחינה חדשה במערכת הבחינות בנושא של מסדי נתונים MySQL 5 . בכדי לצפות בבחינה נא ללחוץ כאן.

Read More

New Mysql 5 Test / Exam

אוג' 10

We have added a new test to our testing system for MySQL 5. You can check it out at our testing center. Visit the test center at This Link

Read More

PHP Developer job position

יולי 30

PHP Developer job position The PHP Developer will be responsible for developing the backend engine of our e-commerce platform. Projects will range from modifying templates to enhancing site functionality to developing entirely new online products. This role will be immersed in the entire software development life cycle (design, code generation, testing and...

Read More

MySQL Data Types Quick Reference Table: MySQL Version 5.0

יולי 30

MySQL Data Types Quick Reference Table: MySQL Version 5.0 Learning how to use the MySQL database properly can take quite a bit of time. It is not uncommon to select a less than optimal data type when setting up a new table. Multiple data types are available for each value that you wish to store. This MySQL data type tutorial is intended to help take some of the...

Read More

Difference Between InnoDB and MyISAM

יולי 30

After reading Tapos Blog post about the differences between InnoDB and MyISAM database engines i found out that InnoDB does not only support row level locking but more then that, By doing a small fast research i came to those main differences: The big difference between MySQL Table Type MyISAM and InnoDB is that InnoDB supports transaction InnoDB is for high...

Read More

אשף התקנת מערכות ב PHP

יוני 24

הרבה בקשות ושאלות נשאלו בנוגע לאשף התקנה ב PHP כדי להתקין מערכות כתובת ב PHP בצורה פשוטה יותר, בתור מתכנת אחד הדברים העיקרים שאני שם לב אליהם זה הפשטות ונוחות השימוש ללקוח. לכן מתן אשף התקנה פשוט שכל מה...

Read More

Application Installer Wizard Class

יוני 24

Many people were asking about a simple class installer wizard that will do just the basic application installation in PHP, As a developer you would want to make things as simple as possible to the end user, So having an installer that will do all the hard work is something that i find useful and even mandatory. I took the time to write down a simple (yet efficent)...

Read More

SQL Injection Cheat Sheet

אפר' 01

ישנם כל כך הרבה שאלות בנוגע לנושא הזה, שאני חושב שכדי שלכל אחד יהיה את העמוד הבא שמור במועדפים. נתקלתי בעמוד הבא במהלך גלישה באינטרנט וקריאת בלוגים שונים ברשת. אני חושב שהוא מציג הרבה דרכים למציאת פירצות...

Read More

מסד נתונים – הגדרת סוגי שדות נכונים בהתאם לתוכן השדה

פבר' 19

לאחרונה קראתי פוסט של שלומי נוח לגבי הטעויות הנפוצות בהגדרת סוגי השדות למסד הנתונים. מאחר ונשאלו שאלות בעבר לגבי איך בידיוק יודעים איזה סוג כל שדה צריך להיות אני חושב שלפחות תרגום של המאמר יהווה התחלה...

Read More