Jump to content

Ninjakreborn

Members
  • Posts

    3,922
  • Joined

  • Last visited

Everything posted by Ninjakreborn

  1. I am wanting to find out which one is better for layout design, buttons, logo's, banners, and light photo manipulation(very light). Fireworks 8, or photoshop cs2 Which one is going to be the easier to use, best to use, and the one that is the most useful for Web Development related purposes.
  2. I did I took care of that, I said to him I couldn't promise anything but I would try to do a specific specified amount by wednesday.
  3. ah ok, I will keep that in mind, thanks.
  4. I would think that if you did, then when it outputs back to the browser, it would just have a <br /> on the page to create another linebreak??
  5. hmm, I never thought about that, it's worth a try.
  6. It must have been the way I phrased my question. let me refine the question some, maybe then someone can help I am wondering about how to make my template interact with my script. I have a template1.php and a template2.php I need them to remain untouched, then i have a cms, setup to allow them to change the text on the templates. That is the first problem the second is I need to be able to temporarily hold all the information so I can put it into practice after the stuff comes back from paypal, any advice would be appreciated.
  7. It's not that, this is the thing. When I check the database. it's not doing it either, it's running it all together when I looked at it, my first thought was nl2br, but when it databases it, it's databasing it, as it's running together.
  8. I have constructed, a mini-cms, something small, for a small purpose.  I am databasing information, to redisplay on a page, but it is not preserving my line breaks for some reason if you put [b]Privacy Policy[/b](header) Hello.  What are you doing today. Doing fine how are you [end] If you do that for instance, in the edit field, submit it to the database, and view it on the page it does hello, what are you doing today.  doing fine how are you It is not preserving the actual spaces, I can show code if you want but it's probably not valid for the purpose, this is more of a general question I would guess.
  9. Hmm, I will keep that in mind, thanks for the advice it was appreciated.
  10. Is it a third party script or one you ended up programming from scratch.  Where would I start in programming a custom one.  Oh and another question, is there a way to wire up a .htaccess as a .php file, but sending the header as htaccess, just an idea, like conditional htaccess statements.
  11. I might be making a career out of it yet, but as far as expanding.  I have a specific set of goals.  Those are the goals I am seeking.  As of right now, I have the things I know, and the things I am studying, the flash, actionscript, and whatever else I am not currently touching.  I am working on studying specific things at the moment, and in time, if I feel that my skills in those things grow enough, I slowly start taking on new ones, until I match what I originally wanted to know, and then at that point, i step back and see my options.
  12. It redirected back to my post, but I know what you are talking about, and I might, I want to redesign it myself once I learn those things, but it would be something fun I could do, if it took off.
  13. Ok, so after I finish what I am studying, I will move over into learning the flash portion of it, and what you said, before getting into actionscript, thanks for the guidance.
  14. When I first learnt htaccess I found this.  Something I ran across, I put it on my website for awhile for testing purposes.  Is this helpful in any way, it's suppose to catch a lot of virus's and stuff, and keep them from visiting your site, or stripping content, I don't knwo the positives or negatives of using it though.  If it is good, does anyone have any good advice on what I can add to it. [code]# This is something I am testing for a little while, it's suppose to totally # Prevent quite a number of bad bot's from entering the site to do various "bad" # things.  This is again just a test and can be removed if it causes problems, or # have more added to it later, if there are new bot names discovered. RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR] RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:craftbot@yahoo.com [OR] RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR] RewriteCond %{HTTP_USER_AGENT} ^Custo [OR] RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR] RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR] RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR] RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR] RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR] RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR] RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR] RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR] RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR] RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR] RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR] RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR] RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR] RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR] RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR] RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR] RewriteCond %{HTTP_USER_AGENT} ^HMView [OR] RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR] RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR] RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR] RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR] RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR] RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR] RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR] RewriteCond %{HTTP_USER_AGENT} ^larbin [OR] RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR] RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR] RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR] RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR] RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR] RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR] RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR] RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR] RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR] RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR] RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR] RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR] RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR] RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR] RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR] RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR] RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR] RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR] RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR] RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR] RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR] RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR] RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR] RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR] RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR] RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR] RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR] RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR] RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR] RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR] RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR] RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR] RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR] RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR] RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR] RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR] RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR] RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR] RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR] RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR] RewriteCond %{HTTP_USER_AGENT} ^Wget [OR] RewriteCond %{HTTP_USER_AGENT} ^Widow [OR] RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR] RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR] RewriteCond %{HTTP_USER_AGENT} ^Zeus RewriteRule ^.* - [F,L] # End test scripts[/code]
  15. I did a lot of stuff to the site what do you think?
  16. Ok, I will do that, thanks for the advice.
  17. Ok let me ask this, honest opinions if you can. I posted in phpfreaks, about a problem, and because of the depth no-one responded, I already know it's bigger than I thought, should I contact him now, and tell him I am dropping that specific project.
  18. yes, I finally got some help.  A friend of a friend named ritesh, he has been doing graphic design/flash for almost 7 years total.  He has told me that half the fact of doing what I want which is just doing layouts, logo's, buttons, banners, and intermediate photo manipulation, is learning the program he said over time my creativity, and natural design skills would increase over itme, so I am going to start trying to tackle stuff.  I am finishing up programming right now. I want to learn the programming side of flash first, then maybe the design later, after I naturally get better. I like flash.  Some of my favorite sites are totally done in flash, the way they look and interact.
  19. Thanks for the advice ,I will keep that in mind.
  20. See The thing with graphic design, and layout design, once I get more experience ,I will start getting better, I was wondering if flash is the same way, or is flash for like a master graphic designer or something.  I mean doing flash intro's I don't normally try them but I wsa going to eventually create a flash only site just for fun.
  21. [code]"Lack of planning on your part does not constitute an emergency on my part".[/code] are you meaning something you would say to a client, or what does that mean?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.