מאי 22

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

Read More

InlineReport – Report content inline

מאי 22

InlineReport is a small JQuery plugin written to allow website users and visitors to report content they see as a bug, Inappropriate, Spam, or event report typos they see in blog posts, Articles, Tutorials, News and any other content. Using InlineReport is Simple, Easy and efficient. All you need to do is to load the single required JS file onto the webpage, Insert...

Read More

Facebook PHP Class Library – Graph, Social Plugins, Search, Posting And more

מאי 05

Facebook PHP Library Update: New version available 1.2a download link updated, Added a new example to search for an item on facebook and return it as an array/json The facebook PHP SDK offers extended functionality to get, post and show content directly from and to facebook. The following class was created in order to simplify the development time and make the API...

Read More

Yii: כווץ קבצים וקוד JS בעזרת Google Closure Complier

מאי 03

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

Read More

Yii: Google Closure Complier

מאי 03

This extension allows you to compile JS code by using the google compiler API, Closure Compiler. You can specify either to compile the JS code by entering the raw JS code or a URL to a JS file. More Information &...

Read More

Yii: הוספת תרגומים חסרים לטבלאות התרגומים אוטומטית

מאי 03

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

Read More

Yii: Add missing translations to the DB automatically

מאי 03

Basically this was not designed to be an extension but rather a tool for development stage where you do not want to manually add every single language string into the database messages table for each language you need the application to be translated to. So what this does is basically a class that runs when the onMissingTranslation event raises and it checks if the...

Read More