public class Demo {
private static final String CONSTANT = "String";
private Object o;
/**
* Creates a new demo.
* @param o The object to demonstrate.
*/
public Demo(Object o) {
this.o = o;
String s = CONSTANT;
int i = 1;
}...
Sublime Text 2
Sublime Text 2 is the the best text editor you can ever get to write all kind of languages. Note that it's not for nubz that can't code n shit, because theres no Intellisense. Only for pros. Use it, hug it, LOVE IT.
Download
You can download it at Sublime Text 2's website...
You can use a VPS to almost anything you want. Host your own website on it, although you have to pay for a domain (not really, but you'll get better of it) - I had an idea of making my own private cloud, where I can store my stuff I need to use anywhere.
Yes but you can't use fopen to get the sources from an PHP file, like you do with include to retrieve methods and variables etc. from another PHP file.
Really nice! I will check this out and might also update it. If it does have a template system, I don't see why I shouldn't make a template for this.
Good Job, nice release :-)
What it does is parse the HTML/PHP files for those tags.
F.eks. I create a file with this content:
Hello, {user}
My we here at {company} are happy to [...]
Regards,
{signature}
Then I use a code to check every text starting with { and ending with } and get the value between those. I then...
You can use the MySQL Connector to develop C# applications with MySQL connections. You can read more:
Using MySQL With .NET/C#/Visual Basic/Powershell
How to connect to MySQL 5.0. via C# .Net and the MySql Connector/Net
Connecting to MySQL Database using C# and .NET
Good luck.
You mix can't three languages with each other - defiantly not ASP & PHP. Just use PHP, easy and theres even a function called mail(); that can do it for you.
Read this for more information.
This is a new release from me to you! I noticed that most developers didn't set up their templates properly with HTML and CSS, so I thought that this would be a good resource for everyone, who wan't to learn how to do this the right way.
This template reflects how I set up my sites. This is...
RevCMS uses Phoenix' database anyway. I don't know about 3.0 but the last versions are made for Phoenix / Uber (with some changes).
But as Tweeny said, It would make it a lot easier to change between CMS'. Though I do also like to have a wide possibility to change between existing systems...
You could first give more information what issues you have. And when I say more information, that includes pictures or exact errors you might run into and what you're trying to set up.