Programmer's Guild (original) (raw)
Programmer's Guild [Most Recent Entries][Calendar View] [Friends]
Below are the 18 most recent journal entries recorded inProgrammer's Guild's LiveJournal:
Thursday, April 29th, 2010 | |
---|---|
_1:53 pm_[mycarisgood] |
Время зарабатывать программированием Мы приглашаем всех желающих пройти трехмесячный онлайн-курс ВЕБ-ГУРУ. Будем учить профессиональной PHP разработке. Минимальный уровень подготовки участника - знание PHP, HTML, понимание того, как работает Интернет. Старт - 1 июня.Программа:1 месяц. шаблон проектирования MVC, ООП в PHP 5, PHP фреймфорк Kohana2 месяц. тонкости JavaScript, AJAX, jQuery, FLEX3 месяц. Интеграция с сервисамиБудет нелегко. Приходите, только если настроены серьезно летом поработать. Наше правило: 80% практики, 20% теории. Знаний, которые вы можете получить, достаточно для должности ведущего веб-разработчика или руководителя небольшой группы программистов.Запись идет здесь.Школа Программирования ©Дмитрий Ляпин, Александр Никитин (Comment on this) |
Tuesday, July 17th, 2007 | |
_11:33 pm_[sashunik] |
нужна помощь в ASP.Net Привет всем!Мне нужна помощь, требуется сделать страничку в ASP.Net так чтобы она показывала видео, но чтобы просматривая source html, не было видно ссылку на файл видео.Ссылки должны быть в базе данных.Заранее спасибо! (1 Comment |Comment on this) |
Tuesday, January 30th, 2007 | |
_10:40 pm_[syuan] |
Help!!! Hi, I'm new to the community. I study Graphics Design (this is my first year) but we started with Computer Science in general. I have no idea about programming and I don't get pascal at all... Can anyone help me with writing a program? I'm supposed to create a program using Delphi7 (=> console type). There's a .txt file with a list of 4 students, the number of their grades and the list of the grades. The program should count the average of the grades for each student and then sort the names by the average, lowest to highest. **( list of studentsCollapse )**I tried to do it myself but I'm a poor programmer. Here's what I came up, but most of it is probably wrong. **( progCollapse )**If somebody can help me I'd be really grateful. I promise to study more on the pascal in the future. Current Mood: ![]() |
Tuesday, July 18th, 2006 | |
_5:24 pm_[haroeris_astrum] |
VB9 and C#3 I have briefly examined language specifications for VB9 and C#3. I am correct to think that only VB9 has Deep XML Support, Nested Extension Methods, Nullable Types, Relaxed Delegates, Strong “Duck Typing”? Also, it is the case that only C#3 has Lambda expressions, Implicitly Typed Arrays, and Expression Trees? (Comment on this) |
Tuesday, May 16th, 2006 | |
_11:31 am_[hunting_heads] | Западная компания, системный интегратор, ведущая свой бизнес в четырех странах мира, прилашает программиста-разработчика JAVA для участия в отдельных этапах внедрения системы документооборота на платформе Hummingbird на крупных российских предприятиях (до 1000 рабочих мест)Требования:знание JDBC, навыки работы с Ant. Желателен небольшой опыт работы с Oracle и знание некоторых из перечисленных технологий: Java Servlets, JSP, WebWork, Velocity. Знание Spring - большой плюс Условия: зарплата 1700-1800 долларов плюс бонус, медстраховка через полгода работы в компании, оплата питания из расчета 150 руб/день (это еще больше 100 долларов), 100% оплата отпуска и больничного, предоставление 3 дополнительных оплачиваемых дней в году на собственные нужды. Бесплатные уроки английского языка в офисе (преподаватель - носитель языка)Офис находится рядом со ст. метро Новые Черемушки Регион: Москва Требуемый опыт работы: 1-3 года Предполагаемый уровень месячного дохода: от 1700 до 1800 (Comment on this) |
Sunday, March 5th, 2006 | |
_11:13 am_[amosch] | code help I am attempting to pass a start and end date range to a crystal report called from visual basic 6. I have seen some code snippets online as examples, however they are not doing the trick. I keep getting an "Error in Formula"I am gettingmy two date range variables from start and end date text boxes.If someone could help me out, I'll have to hug ya. strQryString = "{LndTowerData.[DATE]} >= #" & Format(txtStartDate.Text, "mm-dd-yyyy") & "# And {LndTowerData.[Date]} <= #" & Format(txtEndDate.Text, "mm-dd-yyyy") & "#" rptLndBill.SelectionFormula = strQryStringrptLndBill.Action = 1 (Comment on this) |
Tuesday, January 3rd, 2006 | |
_9:42 am_[haroeris_astrum] |
Calling ASP2 applications How do I instance an ASP2 application from a client machine from within the firewall? Despite that, I wrote it in Visual Studio 2005 Professional Edition, whenever I attempt, it tried to read it as if I wrote it for .Net framework 1.1 and not 2.0. I am calling it over HTTP (i.e., HTTP://pjohnson/website1/default.aspx) where the application resides in a folder in WWWRoot. (Comment on this) |
_9:40 am_[haroeris_astrum] |
Calling ASP2 applications How do I instance an ASP2 application from a client machine from within the firewall? Despite that, I wrote it in Visual Studio 2005 Professional Edition, whenever I attempt, it tried to read it as if I wrote it for .Net framework 1.1 and not 2.0. I am calling it over HTTP (i.e., HTTP://pjohnson/website1/default.aspx) where the application resides in a folder in WWWRoot. (Comment on this) |
Friday, December 2nd, 2005 | |
_11:31 pm_[mc_funkymcmeep] |
DLL Management Code? I've been asked to find some sort of program, or better yet some code (and even better in Visual Basic of some variety) that will (I think) check the DLLs and their versions that are being loaded against what the program is expecting, or something similar (sorry, it wasn't made very clear.)Any suggestions? Thanks (Comment on this) |
Friday, September 2nd, 2005 | |
_12:55 pm_[clutch_c] |
I'm trying to build an app that scans open windows for a control, and if the appropriate control is found it generates a response (e.g. by clicking a button or entering text). I'm using Python, and found a handy dandy module that collects information from open windows and allows you to generate clicks (it's winguiauto.py). It works great, so no problem there. However, when I use dumpWindow (the function that collects the list of available controls), I note several things I'm not sure how do deal with. Some of the controls are of the class "button". It should be easy to generate a click on these. But many of them (including some of the ones I'm interested in manipulating) are of class "AfxWnd42s". What are these? Can I click them? The winGuiAuto module comes with functions that click a button control, or a static control, but not a "AfxWnd42s" control. Some of the controls that are listed aren't actually available to be clicked. Ie they don't appear in the window. Sometime later (or earlier) they may appear, and thats when I want to click them. Is there a way to distinguish between a control that is actually visible on the screen, and one that isn't? Any thoughts or ideas appreciated... (Comment on this) |
Friday, August 26th, 2005 | |
_10:27 am_[haroeris_astrum] |
Visual Studio.Net 2003 Query How do you allow shared development of a Visual Studio.Net 2003 project, such thateveryone in a team can see a project and make modifications to it? (Comment on this) |
Saturday, July 23rd, 2005 | |
_12:48 pm_[haroeris_astrum] |
Session Variables that Do Not Persist? Please Help I had this conversation with FastHosts. Clearly they are either refusing to acknowledge my problem or I am being a bit thick. Please help me someone. I have included the conversation below, with my questions and responses in bold:**Here is an odd problem. When I run my ASP.Net on any server it works. When I run it on my fasthost server everything works except session variables do not persist across pages. Please resolve! It is probably an IIS setting that I can-not set programmatically.Can you provide further information, including full replication steps on how we can see the fact that the session variables are being lost.http://www.damn-them.com/login.aspxusername = tester@pcarney.me.ukpassword = fishthen click "click here to submit details".It sets the session variable "level" to 1 everywhere else but on fasthosts, which means that the page redirects to nothing I can use on your server. As I've said, It is MOST probably an IIS setting that I cannot change programmatically. Please resolve as this call should NOT be closed.The domain is incorrectly configured, as the path to the site appears to be C:\Inetpub\wwwroot which is incorrect on our servers. This should be e:\domains\d\damn-them.com\user\htdocsPlease configure it correctly such that I might use session variables. It is after all a standard feature of ASP.**The problem is with your scripts - please re-configure them.**I do not use that anywhere in my scripts, compile or otherwise. Please give me access to the domain mapping so I might set it myself.**I have no idea unfortunately. I did take a look at the web.config file but couldn't see anything in there, I would advise you to contact the devel-opers of the software.Here is the debug information:Row handle is invalid. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Data.OleDb.OleDbException: Row handle is in-valid.Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [OleDbException (0x80040e04): Row handle is invalid.] System.Data.OleDb.OleDbDataReader.ProcessResults(Int32 hr) +63System.Data.OleDb.OleDbDataReader.GetRowDataFromHandle() +105System.Data.OleDb.OleDbDataReader.FindValueBinding(Int32 index) +34System.Data.OleDb.OleDbDataReader.PeekValueBinding(Int32 index) +16System.Data.OleDb.OleDbDataReader.GetValue(Int32 ordinal) +40System.Data.OleDb.OleDbDataReader.get_Item(String name) +20damn_them.CDataHandler.DoGetValue(String pQueryString, String pField-Name) in C:\Inetpub\wwwroot\CDataHandler.vb:90damn_them.CRoutines.IsValidLogin(String ptxtRequestEmail, String ptxtPassword) in C:\Inetpub\wwwroot\CQueries.vb:26damn_them.login.Button1_Click(Object sender, EventArgs e) in C:\Inetpub\wwwroot\login.aspx.vb:53System.Web.UI.WebControls.Button.OnClick(EventArgs e) +108Sys-tem.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +57System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sour-ceControl, String eventArgument) +18System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33System.Web.UI.Page.ProcessRequestMain() +1292The path to your web folder is e:\domains\d\damn-them.com\user\htdocs. I would recommend you rebuild your application as this is clearly a scripting error.**C:\Inetpub\wwwroot\ is the path on the server it was build and it is pro-duced in line with the DLL and symbol debugging code. It does NOT pertain to physical files. I would like someone else to check my IIS settings please.**Unfortunately, IIS settings on the Shared Hosting servers are set up correctly, and cannot be changed. The path within your .Net Application will need to be updated if it is to be used on the Fasthosts servers.I remain wholly unconvinced considering that the debug information re-ports symbolic debugging information at the time of compilation. Is there anyone there who actually knows about ASP.Net 1.1 and the necessary configuration for IIS? (Comment on this) |
Monday, July 11th, 2005 | |
_2:56 am_[thj] |
Volunteer programmers? Hi,I'm doing a rewrite of my program Sketcher, a Java-based applet + server application to draw together on a canvas in a multi-user room. I'm going to rewrite it completely as a C-program based on the GTK+ toolkit. I'm going to make a lot of changes and the new program, which I'm naming LivePainter, will only bear a remote resemblance to Sketcher. I'm looking for people to assist me in develeoping this program. Sketcher was a GNU program but that model didn't work very well for me, so I'm going for the regular closed-source model this time. The program will probably be Freeware, possibly Shareware, because I want anyone working on this to have a chance of getting monetary reward. I am able to set up forums, a CVS repository, FTP accounts, etc. If anybody is interested, they can drop me an e-mail at thorhajo@gmail.com, have a chat with me on MSN at thj@thj.no or just reply here. :-) (Comment on this) |
Sunday, June 12th, 2005 | |
_11:17 am_[haroeris_astrum] |
Considering moving to ASP.Net 2005 Beta 2? Anyone considering moving to ASP.Net 2005 Beta 2 may want to read this: http://www.damn-them.com/it/2005/06/transition-to-aspnet-2005-beta-2.html(Cross Posted) (Comment on this) |
Thursday, March 31st, 2005 | |
_8:28 pm_[ivioo] |
help with server hey, I'm working on making a simple http and ftp server to share files and stuff from my cable connection here at the house. Its running apache on win xp, now if there is a folder with out an index file it generates one automatically. Now how do I customize this to change the background and how stuff looks and add links or what not? Do I have to do a server side script? or is there a way i can use java scripts or some sort of code in a html file? I'm kind of new, please help. (Comment on this) |
Thursday, December 2nd, 2004 | |
_12:33 pm_[perfectimmunity] |
Hey everyone. Just letting anyone who cares know that I am new and will have many questions later on. I guess I want to take a poll if you will. Which of these degrees would any of yall prefer?1.Information Security Systems2.Game Software Development3.E-Business ManagementI have all the gens already done and a few of the CSI classes done also. Just need to decide where to go from here o.0 Current Mood: ![]() |
Wednesday, November 10th, 2004 | |
_8:19 pm_[m2a0r0k4us] |
Java Help Is there a way i can intercept key presses? For example, is there a way that, no matter what has focus, i can (for example) print which key has been pressed to the default output stream. I've done it for a frame, but once the frame no longer has focus, the keylistener no longer works. Thanksx-posted to ![]() |
Thursday, September 16th, 2004 | |
_11:25 am_[clown] |
Hi all,I am new to the guild. Just wanted to say Hi to all the 3733Tstalk at you later (2 Comments |Comment on this) |