Forum: Programming
23rd August 2016, 12:09 PM
|
|
Replies: 6
Views: 414 |
Forum: Programming
23rd August 2016, 12:05 PM
|
|
Replies: 1
Views: 82 Re: Animating gifs
It doesn't look exactly like what you did, but try this:
Animizer.net - animated text tool (http://animizer.net/en/animated-text)
|
Forum: Programming
18th August 2016, 07:45 AM
|
|
Replies: 2
Views: 132 Re: My first Java program
:smilies_confused: No, you don't have to use Integers.
In the latest Java versions there is autoboxing implemented. If you try to put an Integer into an int or vice versa, the JVM will do it...
|
Forum: Programming
3rd February 2015, 05:12 PM
|
|
Replies: 6
Views: 826 |
Forum: Programming
3rd February 2015, 04:39 PM
|
|
Replies: 6
Views: 826 Re: How do I do a redirect?
This works only on a click, not automatically and instant as he wants to. :(
You could use the "onload" attribute in the body tag.
<body onload=window.location='www.yourlocation.com'>
The...
|
Forum: Programming
3rd February 2015, 04:27 PM
|
|
Replies: 7
Views: 1,226 |
Forum: Programming
3rd February 2015, 03:43 PM
|
|
Replies: 6
Views: 826 Re: How do I do a redirect?
You could use one of these
1. HTTP Refresh Header
First of all, you can use .htaccess to set a refresh header like this
Header set Refresh "3"
This is the "static" equivalent of using the...
|
Forum: Programming
3rd February 2015, 11:34 AM
|
|
Replies: 4
Views: 1,223 Re: Can I use API to populate my site.
It depends on the API and under which conditions it will be provided.
Some API's require that you acquire an API key, some restrict the free use to an maximum amount of calls per day, other services...
|
Forum: Programming
10th November 2014, 06:36 PM
|
|
Replies: 3
Views: 1,222 |
Forum: Programming
8th September 2014, 05:21 AM
|
|
Replies: 3
Views: 628 Re: Looking for Inexpensive Programmer
Good quality comes with a price.
Thats also the reason why established corporate programmer (most often called software developers) most of the time earn a fortune, compared to other programmers.
|
Forum: Programming
14th August 2014, 12:54 AM
|
|
Replies: 2
Views: 552 |
Forum: Programming
14th August 2014, 12:49 AM
|
|
Replies: 8
Views: 1,079 |
Forum: Programming
14th August 2014, 12:46 AM
|
|
Replies: 4
Views: 922 |
Forum: Programming
13th August 2014, 03:11 AM
|
|
Replies: 4
Views: 922 |
Forum: Programming
13th August 2014, 03:09 AM
|
|
Replies: 4
Views: 922 |
Forum: Programming
12th August 2014, 11:52 AM
|
|
Replies: 16
Views: 1,124 |
Forum: Programming
12th August 2014, 11:50 AM
|
|
Replies: 2
Views: 337 Re: Mode Rewrite for My website
If you want to hire some one this is the wrong forum.
But to your problem, I would suggest that you leave the php as it is. The more pressing issue is that the links on your articles resolve to a...
|
Forum: Off Topic Forum
12th August 2014, 04:43 AM
|
|
Replies: 1
Views: 413 |
Forum: Programming
12th August 2014, 03:36 AM
|
|
Replies: 4
Views: 601 Re: What do you do when...
Another good place to start you search is SourceForge - Download, Develop and Publish Free Open Source Software (http://sf.net)
Mike
|
Forum: Programming
12th August 2014, 03:08 AM
|
|
Replies: 2
Views: 1,019 |
Forum: Programming
12th August 2014, 02:38 AM
|
|
Replies: 3
Views: 1,718 Re: Integrating MemberPress and ClickBank
Did you try to ask memberpress support if they can help you there.
If you have a valid license the maybe produce a new plugin or an update you can then download, which will not change your site, and...
|
Forum: Programming
12th August 2014, 02:35 AM
|
|
Replies: 2
Views: 467 Re: Goinstant
https://goinstant.com/static/img/icon/warning_yellow.png GoInstant will be discontinued on August 31, 2014.
Wrong horse.
Sorry
Mike
|
Forum: Programming
12th August 2014, 02:25 AM
|
|
Replies: 16
Views: 1,124 Re: dynamic url redirection via htaccess
Hi,
sorry for answering now, i extended the vacation, because my wife and kids wanted to burry their feet in the beach sand for another week.
There is a way to sort the uppercase problem in the...
|
Forum: Programming
10th August 2014, 03:28 PM
|
|
Replies: 7
Views: 635 Re: Where to earn money programming?
When the product you try to release involves programming than this is the right forum and you will find help here, but you have to be a bit more concrete about it.
If it is about how you should...
|
Forum: Programming
26th July 2014, 02:38 PM
|
|
Replies: 4
Views: 618 |
Forum: Programming
25th July 2014, 04:20 AM
|
|
Replies: 79
Views: 4,422 Re: JAVA or PHP ?
For java this is only true if you use it with applets only. If you use JSP or more historic servlets than you get exactly the same html ouput that PHP generates.
The difference is, if you use PHP...
|
Forum: Programming
25th July 2014, 01:05 AM
|
|
Replies: 16
Views: 1,124 Re: dynamic url redirection via htaccess
If it is not possible to use the values directly in the redirect we have to use a rewrite mapping.
The problem i have is, i'm the next 8 to 10 days offline.
If you need it really urgent i will...
|
Forum: Programming
24th July 2014, 06:43 AM
|
|
Replies: 16
Views: 1,124 Re: dynamic url redirection via htaccess
It should work for any kind of category. The rules contain a regular expression (.*) this will match every character.
The only thing which needs to be changed is if you change to configuration...
|
Forum: Programming
23rd July 2014, 03:50 PM
|
|
Replies: 16
Views: 1,124 Re: dynamic url redirection via htaccess
Ok i had a look on the page and all the possible url combinations.
This is a bit more complicated than you told in the beginning.
the structure of your urls look like that:...
|
Forum: Programming
23rd July 2014, 03:40 AM
|
|
Replies: 8
Views: 664 |
Forum: Programming
23rd July 2014, 03:10 AM
|
|
Replies: 9
Views: 545 Re: Why software builds fail?
Some more reasons are:
- Feature Creep
- Moving Requirements
- Politics
- More Dev's makes projects slower (each member doubles the possible communication channels)
- Cutting corners for short...
|
Forum: Programming
23rd July 2014, 03:04 AM
|
|
Replies: 13
Views: 843 |
Forum: Programming
23rd July 2014, 02:53 AM
|
|
Replies: 8
Views: 1,216 Re: Is there any FREE fast Copy paste software
Still don't get it.
Can you give an example?
If it is more or less always the same copy past from one source to one target, you can solve this with a script.
Else i see no possibility for a...
|
Forum: Programming
23rd July 2014, 02:46 AM
|
|
Replies: 8
Views: 664 Re: how to change .php tp .html
This rewrite rule is only for incomming requests.
That means if you write put the address www.yourdomain.com/news/221 in your browser your request gets forwarded to the php page.
If you have a...
|
Forum: Programming
23rd July 2014, 02:44 AM
|
|
Replies: 16
Views: 1,124 |
Forum: Programming
22nd July 2014, 03:41 PM
|
|
Replies: 4
Views: 364 |
Forum: Programming
22nd July 2014, 03:39 PM
|
|
Replies: 16
Views: 1,124 Re: dynamic url redirection via htaccess
If you are using the code from Kasparas
You can remove the piece of code in line 3 and 4 and replace it with the RewriteRule above. It is dynamic.
If you want to use 301 permanent redirect, this is...
|
Forum: Programming
22nd July 2014, 03:21 PM
|
|
Replies: 8
Views: 1,216 |
Forum: Programming
22nd July 2014, 03:08 PM
|
|
Replies: 8
Views: 664 Re: how to change .php tp .html
This sounds like a job for url rewriting. If you are using Apache, you can use the mod_rewrite.
Either in your vhost conf file or in your htaccess files in your directory.
It will parse the url and...
|
Forum: Programming
22nd July 2014, 02:56 PM
|
|
Replies: 15
Views: 1,006 Re: challenge to programers?
My first thought was to use ajax (there are multiple javascript libraries) and load the content to the current page.
Possible Libraries
jQuery - Wikipedia, the free encyclopedia...
|
Forum: Programming
17th July 2014, 12:43 AM
|
|
Replies: 3
Views: 474 |
Forum: Programming
17th July 2014, 12:25 AM
|
|
Replies: 9
Views: 545 Re: Why software builds fail?
Or read The Daily WTF: Curious Perversions in Information Technology (http://thedailywtf.com/) and be suprised that there is any software slightly working at all.
cheers
Mike
|
Forum: Programming
16th July 2014, 08:21 AM
|
|
Replies: 13
Views: 843 |
Forum: Mind Warriors
13th July 2014, 01:50 AM
|
|
Replies: 18
Views: 1,455 Re: 1 Pressing Problem Faced by Most Warriors
Basically you are saying that i should create a lifestyle business.
Focusing on one topic, doing enough to earn the money i want, and concentrate on the quality of things you produce. And then...
|
Forum: Mind Warriors
13th July 2014, 01:45 AM
|
|
Replies: 67
Views: 3,165 Re: Taking action
If it is just about getting distracted when you should do research.
Then try this goolge crome plugin.
It is configurable and you can limit the time you can spend on a specific site.
So you can...
|
Forum: Programming
12th July 2014, 02:47 AM
|
|
Replies: 53
Views: 3,982 Re: PHP framework - which one.
Funny thing though, they released a security update to 2.x. Version 2.2.0 was released on 6th May 2014.
And in parallel they are developing version 3 on github.
What is true is, that they are...
|
Forum: Mind Warriors
11th July 2014, 03:37 AM
|
|
Replies: 39
Views: 1,637 Re: Should You Tell Others Your Goals?
I second that sentence.
I did it before and told all around me what my goals are. And then i slipped one goal after the other, an there goes the credibility.
I figured out that if i announced my...
|
Forum: Off Topic Forum
11th July 2014, 03:28 AM
|
|
Replies: 84
Views: 5,467 Re: Anyone know best ways to loose weight?
I use some methods from Tim Ferries Book 4Hour Body.
I do some exercising and eat some of the food he recommends.
But the biggest change for me was that i left out all wheat.
For medical reasons i...
|
Forum: Programming
11th July 2014, 02:06 AM
|
|
Replies: 13
Views: 861 Re: how/where to start learning programming
Thats a different thing. For the beginning you should read this book.
Think Like a Programmer*-*O'Reilly Media (http://shop.oreilly.com/product/9781593274245.do)
Think Like a Programmer ...
|
Forum: Programming
10th July 2014, 09:23 AM
|
|
Replies: 1
Views: 533 Re: Generate OpenOffice
OpenOffice uses not a COM based file format. It is in fact it is a packed XML file structure.
Have a look at the open source community at SourceForge - Download, Develop and Publish Free Open Source...
|
Forum: Programming
10th July 2014, 09:17 AM
|
|
Replies: 3
Views: 807 |
Forum: Programming
10th July 2014, 07:56 AM
|
|
Replies: 2
Views: 559 Re: Looking for a wysiwyg editor for wordpress
Maybe notepad++ has an HTML preview.
There are several editors i know that have built in browsers.
UltraEdit and Edit+ both have an option to show the rendered html pages in their browsers.
But...
|
Forum: Programming
10th July 2014, 07:50 AM
|
|
Replies: 2
Views: 503 Re: Project management/outsourcing
Depends on how good you communications skills are. If you can specify exactly what you want, you will still get something that you do not like. Either bring in (at least) part time a tech person...
|
Forum: Programming
10th July 2014, 06:50 AM
|
|
Replies: 13
Views: 861 Re: how/where to start learning programming
Learn to code | Codecademy (http://www.codecademy.com/)
Go to codecademy, there you can get the basics. It provides tutorial with feedback for various languages (PHP, Ruby, Python, JavaScript,...
|