Re:Tried Smarty, switched back to raw PHP
on
PHP Template Engines?
·
· Score: 2, Informative
For instance, I wanted to have "month" and "year" appear at the top of smarty's date select boxes, but you can't do that.
You didn't look very hard. check out the "year_empty", "day_empty", and "month_empty" options here.
When you want to do something complex, you have to fall back to {php} blocks. For instance I needed to chunk an array into an array of 5-element arrays, for an online photo gallery type of application.
Chances are that what you are doing is hardly presentation logic.
And if it was...then it probably could of been accomplished using a combination of Smarty functions like cycle and foreach.
At this point I stopped reading your comment simply because it was clear that you didn't RTFM and with or without knowing it...you are simply trolling.
Um.... Sony Ericsson T616 isn't a Symbian OS based phone.
And it is pretty much impossible to write an ssh client for it simply because of the crappy Sony Ericsson J2ME implementation. Sony Ericsson has chosen not to implement sockets so j2me "internet" apps must utilize wap push mechanisms in order to send/receive data.
If you want a phone that supports sockets look for a phone with a phone that has MIDP 2.0 implemented. I'm pretty sure that sockets is a requirement in MIDP 2 and optional in MIDP 1.
If you go to university you probably have dealt with the Blackboard web application and its various features.
ArcStream makes a conduit for Blackboard called Blackboard toGo! I have never used the software but it seems to be exactly what you are looking for.
Again...this all stems on you already using the Blackboard software...(from what I understand most Universities in the states already do)...and you getting your University to use the Arcstream software.
Note: I am not affiliated with ArcStream Solutions, Inc. or Blackboard Inc.
"I watch what they play and I decide what they play"
Um... Then buy the games for your children. This isn't about banning the sale of video games. It's about banning the sale of extremely graphic/violent/adult video games to minors.
I'm all against censorship, but this is just a good idea plain and simple. Would you want 7 year olds being able to buy movie tickets to NC-17 movies?
Ok...here come the 16 year old fan boys with mod points to mod me down...
It simply makes typing it in harder, and mistakes easier
easier??? If anything it makes mistakes harder. Java is a very strict language syntax wise and will probably error out on compile if you have a syntax error.
Now lets think...what would happen if it didn't error out because of case sensitive erors? Wouldn't that make it "easier" to make mistakes?
Quote: According to the review I read, this device only lets you load music through the musicmatch jukebox service- is this their way of trying to enforce DRM?
Another way: Smart Pointers. They're simple wrappers around the types that act like pointers, but they can make sure your objects live as long as you need and no longer. The big trick is knowing which kind of smart pointer you want.
- Reference Counting Smart Pointer (RCSP for short): this type of smart pointer will keep of how many RCSPs are pointing to the same object. It'll delete the object when the last RCSP is destroyed. A good one is the boost shared_ptr. Available for free from www.boost.org. This type is great for general use.
You may also want to check out the Objective-C language...
You didn't look very hard. check out the "year_empty", "day_empty", and "month_empty" options here.
Chances are that what you are doing is hardly presentation logic. And if it was...then it probably could of been accomplished using a combination of Smarty functions like cycle and foreach.
At this point I stopped reading your comment simply because it was clear that you didn't RTFM and with or without knowing it...you are simply trolling.
Um.... Sony Ericsson T616 isn't a Symbian OS based phone.
And it is pretty much impossible to write an ssh client for it simply because of the crappy Sony Ericsson J2ME implementation. Sony Ericsson has chosen not to implement sockets so j2me "internet" apps must utilize wap push mechanisms in order to send/receive data.
If you want a phone that supports sockets look for a phone with a phone that has MIDP 2.0 implemented. I'm pretty sure that sockets is a requirement in MIDP 2 and optional in MIDP 1.
Go to google's main page and type the following into the search box:
miserable failure
Now hit the "I'm Feeling Lucky" button.
Gotta love google.
:wq
looks nothing like a floppy...what are you people smoking?
If you go to university you probably have dealt with the Blackboard web application and its various features.
ArcStream makes a conduit for Blackboard called Blackboard toGo! I have never used the software but it seems to be exactly what you are looking for.
Again...this all stems on you already using the Blackboard software...(from what I understand most Universities in the states already do)...and you getting your University to use the Arcstream software.
Note: I am not affiliated with ArcStream Solutions, Inc. or Blackboard Inc.
You might be a geek if...
I've seen numerous keyboards with trackpads built into the wrist rests...
If the keyboard is quiet enough then that and the non tactile double tap of a trackpad may be a good solution for the noise.
Um... Then buy the games for your children. This isn't about banning the sale of video games. It's about banning the sale of extremely graphic/violent/adult video games to minors.
I'm all against censorship, but this is just a good idea plain and simple. Would you want 7 year olds being able to buy movie tickets to NC-17 movies?
Ok...here come the 16 year old fan boys with mod points to mod me down...easier??? If anything it makes mistakes harder. Java is a very strict language syntax wise and will probably error out on compile if you have a syntax error.
Now lets think...what would happen if it didn't error out because of case sensitive erors? Wouldn't that make it "easier" to make mistakes?
The test file said "Thanks for shopping at Wal-mart!
Really? Mine said:
"Hello, this is H. Lee Scott, Jr. and I pronounce Walmart 'Wal-mart'."
What are you talking about?
Microsoft didn't even include Windows Media Rights Manager V7
which means you can't play any videos off of NHL.com and other sites.
Apparently Microsoft feels that DRM isn't important enough to put on their Mac products.
Quote:
According to the review I read, this device only lets you load music through the musicmatch jukebox service- is this their way of trying to enforce DRM?
That's because windows users like choice.
Admit it....
you are just waiting for multi-angle, multi-dimensional pr0n.
Whats the big deal with this Kablamo program?
People have been converting thing to "music" for quite some time...ever hear of a telephony modem?
In the immortal words of George "DoubleYa":
"Fool me once...shame on you....
Fool me twice...umm....
Shame..on...Shame...on...
Well you're not gonna fool me again..."
I'll wait for some other people to install first..
You forgot to account for Mac OS X users...
Is OS X dying? I think not...
While you still have to do some work... NSAutoreleasePool does help.
You may also want to check out the Objective-C language...
I am using
GNU bash, version 2.05b.0(1)-release (powerpc-apple-darwin6.6)
(via fink)
I have my bash environment set up to do case-insensitive tab-completion
to do this in OS X:
pico ~/.inputrc
add the following line:
set completion-ignore-case on
ctrl-o (CTRL!!!! not command!!!!)
now restart bash....
from shell (or just find the double clickable icon):
/Applications/Utilities/NetInfo\ Manager.app
open
now navigate to users->$userWhosShellYouWantToChange
find the key named....(this is a tough one) "shell" and then just put the shell you want...bash....whatever...
Personally I like IntelliJ IDEA.
It's not free...but I don't think I could go back to Eclipse.
IDEA definatlly is the best Java IDE out there.
Are you implying that files off bittorrent aren't legal?
how many different processors is palm going to use in its product line....?
hey hey...
89.5 WSOU Seton Hall Pirate Radio
Makes KROCK look like cbsfm