![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
UI with Basil Goldman - Sep 22, 2008
Defining your own functions in jQuery. In this post i want to present how easy define your own functions in jQuery and using them. As you know, jQuery it's a very rich JavaScript library and it's a pity not to use all …
Avi Pinto - Sep 2, 2008
כשיצא Visual Studio 2008 אחד מהפיצ'רים שדיברו עליהם היה IntelliSense ל javascript. לא ממש בדקתי את הסיפור כיוון שהבנתי שזה מאופשר עבור האובייקטים שבאים עם השפה ועבור ספרית ה client של Ajax.Net. בעקבות הפוסט של אוהד …
Also tagged: visual studio, dev, intellisense
![]() |
Name.NameCtrlמפתח מפתח מפתח - Aug 28, 2008 היי כל מי שהשתמש ב"נקודת שיתוף" (SharePoint) בטח שם לב שכשעומדים עם העכבר על שם משתמש נפתחת לנו חלונית ובתוכה מידע על המשתמש המידע מכיל נתונים מ: Active Directory, Outlook, Messenger. הפונקציונליות הנ"ל מגיעה מ … Also tagged: html, code sample, client script, web develop |
![]() |
Just LiveIT (in plain English)מפתח מפתח מפתח - Aug 27, 2008 Hello Everybody, Many times while surfing the web we find ourselves copying & pasting text into our preferred search engine. This search method can be changed by using LiveIT. To download press here. After … Also tagged: search, live search |
UI with Basil Goldman - Aug 21, 2008
jQuery.create() - it's a featured plugin for jQuery JavaScript Library. You can create any types of HTML elements, set attributes and context or HTML using jQuery.create(). See below the HTML example declaration. I …
UI with Basil Goldman - Aug 21, 2008
Understand prototype in JavaScript Hi Guy’s Sorry on this syntaxed post, but I think for understand syntax you will read. Follow my comments Hope!!! // Namespace core function core() { return …
UI with Basil Goldman - Aug 21, 2008
// String.Format String.format = function() { var s = arguments[0]; for (var i = 0;i<arguments.length-1;i++){ var reg = new RegExp("\\{"+i+"\\}","gm"); s = s.replace(reg,arguments[i+1]); } return s; } …
Also tagged: html
![]() |
עוד קצת AJAX לא הזיק לאף אחדIdo Flatow - Aug 20, 2008 כפי שרשמתי בפוסט קודם, ב-15/9 אני אעביר הרצאה בנושא AJAX ו-Entity Framework. ההרצאה על AJAX תהיה ברמת סקירה של הטכנולוגיה והיכולות שלה, אך למי שמעוניין בהרצאה קצת יותר מעמיקה (רמת Deep Dive), אני אעביר הרצאה שכזו בכנס … |
UI with Basil Goldman - Aug 20, 2008
In this post, I want to present a new JavaScript Repeater Control from my latest UIControls Library jQuery.Presenter 1.0.8. This control like (ASP.NET Repeater Control) created using jQuery Library 1.2.3 and support …
Also tagged: html, ui, jquery, custom controls
dotNetExpress - Aug 17, 2008
Webcast / וידאו – Script Debug עם ה IE 8 Developer Tools בקרוב יוצאת גירסה חדשה של IE ,הדפדפן העקרי אצל משתמשי הקצה בישראל , ואנחנו בתור מפתחים מעוניינים לדעת כמה שיותר עליו. בסרטון זה נעבור על יכולות Script Debug של …
Also tagged: webcast, web designer express, ie 8 0