Jump to content

Search the Community

Showing results for tags 'web design'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome to PHP Freaks
    • Announcements
    • Introductions
  • PHP Coding
    • PHP Coding Help
    • Regex Help
    • Third Party Scripts
    • FAQ/Code Snippet Repository
  • SQL / Database
    • MySQL Help
    • PostgreSQL
    • Microsoft SQL - MSSQL
    • Other RDBMS and SQL dialects
  • Client Side
    • HTML Help
    • CSS Help
    • Javascript Help
    • Other
  • Applications and Frameworks
    • Applications
    • Frameworks
    • Other Libraries
  • Web Server Administration
    • PHP Installation and Configuration
    • Linux
    • Apache HTTP Server
    • Microsoft IIS
    • Other Web Server Software
  • Other
    • Application Design
    • Other Programming Languages
    • Editor Help (PhpStorm, VS Code, etc)
    • Website Critique
    • Beta Test Your Stuff!
  • Freelance, Contracts, Employment, etc.
    • Services Offered
    • Job Offerings
  • General Discussion
    • PHPFreaks.com Website Feedback
    • Miscellaneous

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Age


Donation Link

Found 7 results

  1. Len M. Kaiser Web Design is a freelance custom web design firm specializing in web design & development including forums, shopping carts, content management systems, & blogs skins and maintenance. I follow the Wc3 standards for coding and make sure that the sites & skins I create are 100% XHTML compliant. I also create complete 100% table less designs for a web site and some skin depending upon the template structure that is already built in. Len M. Kaiser Web Design is an affordable North Charleston, SC based freelance web design firm that also serves clients all over the world. I specialize in web design, development, maintenance, & custom vBulletin related services such as vBulletin 3 & 4 styles (skins), installs, template coding, upgrades & maintenance. I have 8 years of experience in the freelance web design business & 15 years experience working with vBulletin forums and offer a hands on, individual approach with each and every client. I offer totally unique designs for your web site, forum, CMS, blog or e-Commerce site. I also have experience in various other PHP scripts such as XenForo, Wordpress, Joomla, OSCommerce, CubeCart, phpBB, Drupal, Magento, X-Cart and more! Check out My Services for a more in depth listing of what I can do for you and your business or hobby site. I offer free quotes for potential clients. Services I offer: 1. Custom web design & development 2. Custom forum skins such as vBulletin, XenForo, phpBB, MyBB, etc 3. Custom E-Commerce skins such as OSCommerce, X-Cart, Magento, CubeCart, ZenCart etc. 4. Custom CMS skins such as Joomla, Drupal, iScripts SocialWare etc. 5. Custom Blog skins such as Wordpress, Tumblr, Blogger etc. 6. Web site Maintenance including backups, web site moves, some hosting setups etc. 7. Installations & upgrades of any PHP script, plugin, component or software. Thanks, Len M. Kaiser http://lenmakiser.com
  2. Hello, I am trying to generate XML file and print the xml value in the browser. I am having had time create child element and adding attribute inside the child element. Structure I am trying to create is: <applications> <app appname="Notepad++" /> </applications> Here is the code I'm trying to accomplish the above format: $doc = new DOMDocument("1.0"); $doc->formatOutput = true; $main = $doc->createElement("Applications"); $doc->appendChild( $main); $child = $doc->createElement( "app" ); $attr = $doc->appendChild($child); $attr->setAttribute("AppName", "NotePad++"); echo $doc->saveXML(); I am not sure what I'm doing wrong, but I get below error when I browse the php page: The XML page cannot be displayed Cannot view XML input using XSL style sheet. Please correct the error and then click the Refresh button, or try again later. Only one top level element is allowed in an XML document. Error processing resource 'http://localhost/servers/xmldoc.php'. ... <app AppName="NotePad++"/>-^
  3. We has founded Vnextenions team since 2007 with the aim of providing best website design services to individuals, non-profit organizations, and any kind of businesses. Coming with us, your company can get professional services which are carried out by our hard-working and experienced team; moreover, you can save a lot of money for your projects. In addition to this, our team members are passionate about using technology to solve business issues. They are very responsible, aspirational, resourceful. They know that communication is a key ingredient and to ask questions if they don't know or understand something. Vnextensions provides services for: Joomla Development Wordpress Development Magento Development Custom software development Custom ecommerce and e-store website development Mobile application development For Hire PHP HTML5 AND CSS3 Design websites, logos Custom Joomla Templates, Magento themes, wordpress themes Website optimization and maintenance Java Developers Technical support Online training You can see some of our work below and our website at: http://profile.vnextensions.com/ If you are seeking best services (or other services not listed) don’t hesitate to contact us now we will meet your demands and make you satisfied. We will be available for you 24/7 and we also work with you to provide a very accurate quote and timeline. Finally, we are very flexible in regards to payment terms, payment arrangements, quotes, timeline and so forth. Contact us: Our website: http://profile.vnextensions.com/ Our email: team@vnextensions.com Our address: Oudegracht 179 (werf), 3511NE Utrecht
  4. This Look Is A Caring Look, We Are A Caring Company! As a web design, web development and software development company that care about your business and we are always on the lookout for people to give a helping hand. Our hand is extended to any business be this just for some simple advice, using our time to complete tasks for you that will help solve your problems and ambitions, or a mix of both! About Our Web Design And Development Company Tell Us What You Need The intention of this post is because we are interested in what your thoughts and issues are in relation to your online business.Do you have a website or a piece of software that you think could do with some features to make running your business simpler? Are you trying to build an online program yourself but are lost and need a professional help? Whatever the issue we would love to hear it. Building Trusting and Lasting Relationships We believe that helping is the most important aspect of a successful relationship in web development and are willing to help complete tasks that suit your budget, or even give free consultations that help your business succeed online. Open And Honest We like to be completely open and totally honest and like to helping you learn from our development expertise in the hope that it could one day help you develop your own extensions to your online business, while in the mean time removing the stress from your shoulders! So lets hear about your business, lets hear about developments you are stuck with, and lets have a look at what we can do to help. Looking forward to your replies!
  5. I have creating a contact form with validation. but i have no idea to validate the contact form which platform. anybody having new idea to validate the contact form pls reply. otherwise tell any good PHP Training Institutes? My friends are recommending this PHP Training Institute
  6. Greetings All Let me begin by saying I am quite new to development and this is my first website. I have learnt a bit of html and css which i have used for the site. I plan on trying to take on some more languages, to delevop my site further in the future, But would like any advice or feedback which could help me with this problem or point me in the right direction. Basically the issue is A part of my site has got a events schedule. The Problem has been the time for the events. i would like to set the time of each event to the Users timezone automatically. Below is basic code of what i have been using. which has been doing this using the scirpt in the <li class="time"> but i need to change the scripts time for every event... The issue being to me 1) Would this not load the script for each event? Slowing down the site loading? 2)How could i possibly tweak the code to remove the script from the <li class="time"> and put it on the page to only load once. Then change it to ie. <li class="time">4:45pm</li> and that automatically changes to the users time from whats entered to there own Timezone from the script being loaded once on the page at the top of the page? <div class="programme"> <ul class="guides"> <a href="domain/xxxxx.php" class="guides" style="display : block; color: black; background-color: transparent;"> <li class="icon"><img src="images/event/????.png" alt="Schedule" width="26" height="27" class="icon"/></li> <li class="time"><script>"src="http://www.thetimezoneconverter.com/js/ttzc.js"></script><script>new TTZC.Widget({ version:'inline', t:'4:45 PM',tz:'London'}).display();</script></li> <li class="game">Team A vs Team B</li> <li class="location">Venue</li> </a> </ul> </div> If that doesnt seem possible, is there some where i can be pointed in to find out more or learn about what languages would be needed to be able to just write out the info in a database like this below which the website can pull down the info and place each variable in the correct place in the html code and css. Basically making it a bit more automated that the code is there and i just need to provide the info. Info(a href), Event Time Game Location xxxxx.php ????.png 06:00pm Team A vs Team B Field B yyyy.php ????.png 07:30pm Player A vs Player B Table 1 zzzz.php ????.png 07:30pm Player A vs Player B Table 2 hhhh.php ????.png 07:30pm Player A vs Player B Table 3 Any help will be greatly appreciated, And being new to this any thing i dont understand in your replies i will try research more info on so i may provide you with the info or understand what you saying. Thank you Kind Regards
  7. Hey Everyone, I have been dying to tell someone about this, but I feel that since my friends are not coders they wouldn't fully get how much my teacher aggravates me. So, my minor is college is interactive digital design which is graphic and web design. This semester, my fall senior semester, I decided to take the "Advanced Web Design Class." I took the basic web design class my previous year, which was a breeze because I have been self taught in HTML and CSS for about four years and PHP and MYSQL for about a year. I have this teacher who teaches "Advanced Web Design" and claims to have cooperate clients for web site development. I keep putting "Advanced Web Design" in quotes because this class is a JOKE! My so called teacher has said the following, which has had me banging my head on my keyboard during class: "I don't like to code because I don't like to type." "I don't like to code because I am a bad speller." "Dreamweaver is better than coding." :'( "I buy all of my form validation code." "Spry bars are better." "You shouldn't be using PHP in my class." I asked her to show me some of her work and she showed me this stupid website she made about some female bulldog. I have no idea, Mrs. Something. I started to laugh and she was serious. She used like 20 JPEGS like puzzles pieces, so the site took a solid 5 minutes to load. Here I was thinking I was going to get a class where I could practice PHP and javascript, but instead we are going over the basics of HTML and CSS. Today she taught us how to attach style sheets to our web pages, using Dreamweaver of course. I tried to explain to her that she needs to at least teach her students the basics of coding, so they can debug their Dreamweaver code when it goes wrong. She told me to let her do her job. Then she spent the rest of the class helping everyone debug their Dreamweaver mistakes. Glad I got that out!
×
×
  • 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.