help

Joomla from scratch

I have joomla installed on my brothers server using softaculous in cpanel. But my brother removed all the categories, articles and sections on joomla that came with sample data. Now that i got access, i don't know how to do stuff without sample-data. I want to write things and continue with content management. But the problem is i have n...

My website is having some problems in IE...

Hey all my website www.heavylinker.com works nice in Firefox, Opera, Safari and Chrome. But when it comes to IE it all messes up... I use CSS codes... Any Ideas? ...

Visual Studio 2008 + Sql 2008 best practices

The basic problem is that upon trying to uninstall the default SQL 2005 express and install SQL 2008, it is no longer connectable through either Visual studio or the Management Studio. I think at this point (as I have been meaning to for sometime) a reinstall of Windows will be quicker than a repair. When I have Windows reinstalled, wha...

Any good solutions for an integrated help system in WPF applications?

Hi, I'm just starting up a new, big project that will be using WPF for the front end. I'm looking for some kind of solution for an integrated help system. The basic use case for this is that the user needs to be able to reach context sensitive help at any time when using the system. The help content should be localized and displayed wit...

If management decided opensource projects could fulfill business requirements. Would you (Java Developer) learn PHP?

I would like to say upfront that i am not a programmer. I'm 1 of 3 partners in a small start up. Two of us have a business and sales background, whilst the third guy is a very experienced Java Programmer/engineer (and a good friend). As with most start ups we believe we'll be the next big website. We have found a opportunity that the "...

BlackBerry ListCall back error

i am implementing ListField to show users data in next screen. but its throwing an exception can u plz guide me whats wrong with this code. import java.io.*; import net.rim.device.api.ui.*; import net.rim.device.api.ui.component.*; import net.rim.device.api.ui.container.*; import net.rim.device.api.system.*; import net.rim.device.api.ut...

Forcing Scripts on Links

So I am trying to force every link on my blog to run a script, that show's the title in a css'able bubble rather than the standard yellow box, without having to insert the onmouseover="tooltip.show('title value here');" onmouseout="tooltip.hide();" in every <a> that it requires me to. I really have no clue about Javascript or how t...

UIDatePicker and UITextView

Hi Sorry if i did wrong english typing I want to show a text in UITextView depend on the date, some thing like "in This Day App", I have this code in action -(void)changingText:(id)sender{ NSDateFormatter *df = [[NSDateFormatter alloc] init]; df.dateStyle = NSDateFormatterMediumStyle; label.text = [NSString stringWithFormat:@"%...

How do I get the number of the item selected in a listbox (C#)

I'm trying to get the integer value of The number selected of the item. For example [Sample List Box] Beans Rice Can Potatoe [/Sample List Box] Rice is number 2 How can I do that in C#? ...

Regex convert string to valid number, no decimal, sign optional

Removing everything after and including the decimal, and everything non-numerical except the dash if its in is the first character. So far I have this: /[^0-9^-]|[^\.]+$/. Notice How I block dashes from being removed with ^-, because somehow I want to only remove the dashes that aren't the first character (not the sign). Any help? Thanks...

C# SetHelpKeyword problem

Hi, I have this code in a form constructor help = new HelpProvider(); this.help.HelpNamespace = @"C:\temp\help.chm"; this.help.SetHelpNavigator(this.button1, HelpNavigator.KeywordIndex); this.help.SetHelpKeyword(this.button1, "key1lic"); this.help.SetHelpNavigator(this.button2, HelpNavigator.KeywordIndex); this.help.SetHelpKeyword(th...

How to move to development after working on support projects for three+ years ?

I am working on support projects from last 3 years on unix environments. Where I didn't get much exposure to development work. Though I got good experience to solving critical problems and debugging code for finding the defects but not much to develop. I am performing good at work but sometimes I feel very low. What my question to all gr...

How do I provide help for my .NET application?

I'd like to write and distribute a help system with my application, that allows people to search for keywords, look at tables of contents, etc. I also want the same help available offline and online. What utility should I use? ...

Apache Url Rewriting won't work.

In the httpd.conf file I have AllowOverride FileInfo. In the .htaccess file in top level of my webserver with all the other files, I have this: RewriteEngine On RewriteRule ^downloads/?$ index.php?page=downloads [L,NC] But it doesn't work. mywebsite/downloads and mywebsite/downloads/ always give a 404 not found. Any idea why? Thanks. ...

PHP navigate to error page

In my website, website.com/downloads actually goes to website.com/index.php?page=downloads (with apache rewriting). I have a custom 404 not found error page set. If I do website.com/dkfjf/fdf, It goes to the 404 error, but If I do website.com/something, it goes to index.php?page=something, so then in my index.php, how can I make it just ...

GL fragment shaders 101

I want to add a GLSL fragment shader to a program of mine, however I have been unable to find comprehensive documentation related to the C language (not C++ or C#). Anyone has examples or steps to get the ARB extension for shaders, or some sort of "hello world" template? I don't need help on the shaders themselves, just how to get them ...

Cannot get .NET winforms app to open to help topic in a CHM file.

Hello, I have a vb.net Winforms application. I also have a compiled help file (chm) file that I created using RoboHelp 6.0. I want to open to a specific help topic and so to do that I am using the following code. System.Windows.Forms.Help.ShowHelp(Me, "MyHelpFile.chm",HelpNavigator.KeywordIndex, "MyTopic") Of course I am using var...

Do you use online or local help in Visual Studio / Are there downsides of one over the other?

Well I am sure that most people have seen the following: This time, I did not install the local MSDN so I do not have the option of Local help, however I usually always use the first option of look online anyway. I was wondering if there are any downsides to not installing MSDN? The only one I have found so far is that dynamic help ...

Img upload help

i need coding in PHP where only registered users can upload as many images as they want with the option of deleting them .One of their image goes in their profile next to his/her details. i want to store the images in server. ...

How to change the direction of the Question button - help provider?

Hi, I have an appliction that I want to traslate all languages. the problem is with Right To Left: In Arabic - the question mark appears like in mirror, but in hebrew it has to appear like english. visual studio mirrors the Question button of help provider when changing the application to right to left. Any idea how to change the "?" mi...