Register Advertise with usHelp Desk Today's Posts Search

Showing results 1 to 54 of 54
Search took 0.11 seconds.
Search: Posts Made By: minirich
Forum: Programming 23rd August 2016, 12:09 PM
Replies: 6
Views: 414
Posted By minirich
Re: Where to learn LISP programming language from scratch?

Why???? :smilies_confused:

And if you really must, try a simple google search for "lisp online tutorial"

The video posted earlier is about the 6th result.

But you probably best start here...
Forum: Programming 23rd August 2016, 12:05 PM
Replies: 1
Views: 82
Posted By minirich
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
Posted By minirich
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
Posted By minirich
Re: How do I do a redirect?

Does it really count the clicks or the unique page calls?
Forum: Programming 3rd February 2015, 04:39 PM
Replies: 6
Views: 826
Posted By minirich
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
Posted By minirich
Re: Preventing bots from picking emails from posts?

You are not the first one with this problem, every blog software has several solutions for this problem.
These scrapers go for the page source. So if you can get any visual representation of text...
Forum: Programming 3rd February 2015, 03:43 PM
Replies: 6
Views: 826
Posted By minirich
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
Posted By minirich
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
Posted By minirich
Re: Jump links in Chrome not working

I tried a simple example on my local machine and it worked fine in Chrome.

Can you provide an example where it does not work?
Forum: Programming 8th September 2014, 05:21 AM
Replies: 3
Views: 628
Posted By minirich
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
Posted By minirich
Re: Groovy/Grails is this really professional tool??

Yes Groovy and Grails is used in professional web development.
Even if i doubt that it is so easy to maintain the code as all of the developers pretend.

For example http://wired.com...
Forum: Programming 14th August 2014, 12:49 AM
Replies: 8
Views: 1,079
Posted By minirich
Re: HTML,CSS,PHP,JAVAScript & Jquery..plss guide :-(

Hi,
For the complete basics to all the topic you have mentioned.
Go to Learn to code | Codecademy (http://www.codecademy.com/)

You know that you had a good mentor, when outer people seek you out...
Forum: Programming 14th August 2014, 12:46 AM
Replies: 4
Views: 922
Posted By minirich
Re: htaccess remove extension, same name for page and folder

Can you turn on the rewrite log.
By adding these lines

RewriteLog "PATH_TO_LOG_LOCATION/rewrite.log"
RewriteLogLevel 3


After the problem is logged or resovled, remove these lines again,...
Forum: Programming 13th August 2014, 03:11 AM
Replies: 4
Views: 922
Posted By minirich
Re: htaccess remove extension, same name for page and folder

Hi, I am a bit confused by your examples, and by the redundancy in your htaccess.
What I understand you want to achieve is the following:

http://www.example.com/tires ->...
Forum: Programming 13th August 2014, 03:09 AM
Replies: 4
Views: 922
Posted By minirich
Re: htaccess remove extension, same name for page and folder

Hi, I am a bit confused by your examples, and by the redundancy in your htaccess.
What I understand you want to achieve is the following:

http://www.example.com/tires ->...
Forum: Programming 12th August 2014, 11:52 AM
Replies: 16
Views: 1,124
Posted By minirich
Re: dynamic url redirection via htaccess

Great, so your happy?

Mike
Forum: Programming 12th August 2014, 11:50 AM
Replies: 2
Views: 337
Posted By minirich
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
Posted By minirich
Re: 11 FATAL FLAWS OF THE NEWLY LOCATION INDEPENDENT

Quite some good points in the post.
Not direclty this posing but the previous ones got me thinking. I consider a carrer as a static location rebel. Doing the same as a location rebel but staying...
Forum: Programming 12th August 2014, 03:36 AM
Replies: 4
Views: 601
Posted By minirich
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
Posted By minirich
Re: Sports League Website similar to Pitchero.com - How easy to clone?

Did you contact them?

From their about page:


So they probably provide a addfree/own add option if you ask nicely.

:D Mike
Forum: Programming 12th August 2014, 02:38 AM
Replies: 3
Views: 1,718
Posted By minirich
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
Posted By minirich
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
Posted By minirich
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
Posted By minirich
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
Posted By minirich
Re: I'm looking for php script advanced user reg.

Are you planing to use this in an existing system like, wordpress or moodle?
There may exists already finished plugins/add-on's.

Mike
Forum: Programming 25th July 2014, 04:20 AM
Replies: 79
Views: 4,422
Posted By minirich
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
Posted By minirich
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
Posted By minirich
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
Posted By minirich
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
Posted By minirich
Re: how to change .php tp .html

This is a way to solve the problem but it is very cumbersome, because for every page a html file has to be created.
Mike
Forum: Programming 23rd July 2014, 03:10 AM
Replies: 9
Views: 545
Posted By minirich
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
Posted By minirich
Re: 1dollarcode.com - what do you think about my idea?

This could work out, but its a very long shot.
Mike
Forum: Programming 23rd July 2014, 02:53 AM
Replies: 8
Views: 1,216
Posted By minirich
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
Posted By minirich
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
Posted By minirich
Re: dynamic url redirection via htaccess

Have you tried to remove the http part and starting with a /
Like that:

RewriteRule ^city/(.*)$/search/search_display_event_type/(.*)$ /$1/$2 [R=301,L]
Forum: Programming 22nd July 2014, 03:41 PM
Replies: 4
Views: 364
Posted By minirich
Re: How many developers do you have?

Please be more specific with your question!
Mike
Forum: Programming 22nd July 2014, 03:39 PM
Replies: 16
Views: 1,124
Posted By minirich
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
Posted By minirich
Re: Is there any FREE fast Copy paste software

Please be more specific from where to where do you want to copy?
How does the source look like?
How should a program know what to copy and what not?

:smilies_confused:
Mike
Forum: Programming 22nd July 2014, 03:08 PM
Replies: 8
Views: 664
Posted By minirich
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
Posted By minirich
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
Posted By minirich
Re: Any hosting company that pays monthly basis? cpanel+domain

I think you are in the wrong forum.
This forum about programming.
Have a look in the Affiliate Database forum or use the search.

Hope that helps
Mike
Forum: Programming 17th July 2014, 12:25 AM
Replies: 9
Views: 545
Posted By minirich
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
Posted By minirich
Re: 1dollarcode.com - what do you think about my idea?

Splitting it up is a good idea as Alex already said.

From a customer point of view it should be as easy and painless as possible to get, install and use this plugins.

From a developer point of...
Forum: Mind Warriors 13th July 2014, 01:50 AM
Replies: 18
Views: 1,455
Posted By minirich
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
Posted By minirich
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
Posted By minirich
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
Posted By minirich
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
Posted By minirich
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
Posted By minirich
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
Posted By minirich
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
Posted By minirich
Re: Any JAVA experts "Could not find Java 2 runtime error

First thing look at the path system variable:
for linux: echo $PATH
for window : path
And see if the location of your jre is listed.
Hope that helps
Mike
Forum: Programming 10th July 2014, 07:56 AM
Replies: 2
Views: 559
Posted By minirich
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
Posted By minirich
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
Posted By minirich
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,...
Showing results 1 to 54 of 54

 
Forum Jump


All times are GMT -6. The time now is 09:52 PM.