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...
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?
...
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...
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...
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 "...
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...
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...
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:@"%...
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#?
...
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...
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...
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...
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?
...
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. ...
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 ...
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 ...
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...
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 ...
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.
...
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...