User Name
|
Helbom |
Unique Hits
|
99 |
Real Name
|
Ole |
Location
|
Norway |
Occupation
|
Welder |
Gender
|
Male |
Age
|
26 Years Old |
WebSite
|
- - - |
|
|
|
Empty space for a new friend. |
|
Empty space for a new friend. |
|
|
Flexible password generator
PHP (Hypertext Preprocessor)
|
96 Days Ago
|
2
|
- - -
|
- - -
|
2,151 Chrs
|
|
Complete password generator that fits everyone. It can return autmaticly generated passwords in lowercase, uppercase, mixed lower and uppercase, numbers and a mix of all.
Leave it with no argument
|
|
Please login to post comments. |
|
That topic you posted in in the forum... i just replied and you might find my reply useful as a little exercise to help you learn OOP ;-)
|
|
Another thing i find very useful are the code completion things... so you can type something like "comment block" press enter, and it can replace it with anything you want. Saves me loads of time.
Also it's nice to do this in code:
//TODO: finish this...
and there is a panel on the IDE that extracts all the TODO's from the project or single file... and shows you them all in a list... click the todo to go straight to that comment in the code. Very useful.
|
|
That's a specific skill... and i don't use smarty so i don't have that skill :-P
Most of my expertise are in scalability, optimization, architectures, oop design and analysis, and a few open source projects such as geshi (php syntax highlighting), jquery (javascript framework), etc
I tend not to use many open source PHP apps for security and performance reasons. Which is why i don't use an open source framework (cakephp, drupal, zend, etc) or templating engines like smarty.
Kind regards,
Scott
|
|
Yeah, go to: Tools... Options... Editor... Formating... then untick the option that says "Expand Tabs to Spaces" and then select the required tab size. I have mine on 7 because i like quite large tabs.
Kind regards,
Scott
|
|
Take a look in the settings. It's default is to indent using spaces (since it's more copy and paste friendly etc). Though i changed the indenting to use tabs (so that deleting a n indent does the whole tab, not 1 space) which represents the same spacing of 7 spaces. Though you can configure all that. I also changed the font size and type and changed a load of the syntax highlighting to mimic notepad++ ;-) If your more specific with the problems you having i may know of a solution.
Like when you try anything new, you just have to get used to it which takes a little time. The intelisense i find is good compared to most other IDEs.
|
|
Hey up,
Noticed you just became my fan :-) also noticed you use eclipse... give netbeans a try ;-) it's the same IDE i use for large projects (notepad++ for smaller projects).
Kind regards,
Scott
|
|
|