Search results

  1. B

    Hauck - Responsive Coming Soon Template

    Just wanting a little feedback on a little project i have posted to Themeforest. Site Templates - Hauck - Responsive Coming Soon Template | ThemeForest What would you add to make it better? or even take away. Be as critical as you like :D
  2. B

    Bootstrap 404 tutorial with brazzO

    I know what you're thinking.. another tutorial? Yeah, that's right another one. This time we are going to be working with Bootstrap and creatng a 404 error page. I am not claiming that this error page is AMAZING but i would say for people that are unsure on how to do them it is a great starter...
  3. B

    WiP - RiTZ Theme Feedback

    hi guys, Just wondering what you think about the theme i am currently working on. The logo is just something quick so far, i will be re-doing this when i get the rest of the theme complete. It has a long way to go so far i know but if i get pinions on it so far then i can make the adjustments...
  4. B

    Get to know the Wordpress Dashboard with brazzO

    Welcome to my second tutorial / guide of my "Wordpress Development with brazzO" series. In this guide we will be going over the WordPress dashboard (The area you see when you first login to the wp-admin panel). To get to your wp-admin panel all you do is take your website and add/wp-admin to...
  5. B

    Installation of WordPress with brazzO

    Here is the first part to my series which is named "Wordpress Development with brazzO" A video will be posted soon to give you something to watch and relate to instead of just reading the text. What you'll need for this lesson: Hosting Code editor of your choice (I use Coda) FTP Client...
  6. B

    Wordpress Development with brazzO

    Hello and welcome to my Wordpress Development with brazzO series. In this thread i will be covering everything you need to know about designing, coding, setting up and managing a WordPress website. The website that we will be designing, converting and managing will be the one that i have on the...
  7. B

    Parse $html using html dom

    I have all of my data going into my $html variable. What i am struggling with is parsing the data, can anyone help me? I have searched online for this for a good few days but everything i try doesn't work. I am grabbing the RSS feed by this method: //RSS Read $rss =...
  8. B

    IPT Login via PHP

    I am trying to log in to IPT using my account via PHP. So far i have got this: <?php login(http://iptorrents.com","*** my POST-DATA would be here*** ") echo grab_page("http://iptorrents.com"); function login($url,$data){ $fp = fopen("cookie.txt", "w")...
  9. B

    Selling PSD to HTML services for $5

    Hi all, I am offering PSD to HTML for only $5. The reason I am doing this is so that I have got a few people to place on my website that I will be starting up providing PSD to HTML or even PSD to WORDPRESS. I will be giving away 3 review copys of this so for the first 3 people that want...
  10. B

    scRLS - A Minimal Wordpress Theme (Coded Giveaway Soon)

    PSD Screen: Live Preview so far: http://scrls.co.uk What will you get with the giveaway? PSD File built using 960gs HTML Version (HTML5) Wordpress Version Full Instructions On How To Install Theme designed by myself and Coded by myself also. I will be providing updates over the next few days...
  11. B

    Tag Option?

    Not quite sure if this is even possible but... Say I created a thread and wanted certain people to know about it, is there a way we could have a system implemented so that we could tag that person or people and they would receive a mail notifying them or something?? I could tag someone by...
  12. B

    First Photo Manipulation (Thoughts?)

    Well, it isn't much but i have decided that it is enough and good enough for my first, you might think otherwise but that's why i have made this thread. What inspired me to do this?? MrOSX - He is the reason i decided to try it. His thread here...
  13. B

    The 6 Letter Game

    It's simple, you make up 6 letters then list them, the person below has to take those letters and make a sentence from it. So like this, if I was to say: J A R C Y H The person below would say Juggling Ape Required, Can You Help... Understand? Ok good now let's start the game :)...
  14. B

    iPhone 5 Downgrade?

    Is it possible to do this? I am currently running 6.1.4 on my iphone5 i want to go back down to 6.1.2 so that i can get my jailbreak again. Anyone know if it is possible??
  15. B

    Mobile Responsive Coming Soon Page Feedback

    I have done the mobile side of my theme for themeforest countdown. Here it is: http://imgur.com/jN7Q6hw.jpg I have not yet added an email me form / button or footer but just wanted some feedback on it so far, do you think it's good enough for themeforest so far as it stands or should I...
  16. B

    Should I start a tuts thread for HTML & CSS?

    Hey all, I am wanting to know how many of you are interested in video series of me walking you through HTML5 / CSS and working on projects such as: Coming Soon Landing Page Convert PSD to valid HTML5 Take that converted PSD and turn it from HTML to Wordpress Wordpress Tutorials Simple CSS...
  17. B

    What's your favourite framework?

    So, I was looking at the shout box and see people mention Bootstrap. What I want to know is what you think about Bootstrap? Also, what framework is your personal favourite? Me personally I like to use Jeet, very simple but very powerful. I don't quite understand why everyone gets hard...
  18. B

    Latest Posts not showing on iPhone

    After reloading about 9 times this is staying the same. The latest posts feed is not showing and just staying white, not sure if at a bug or anything but just thought I would report it to let you figure out what's going on.
  19. B

    [Selling] Responsive Coding

    Hey all, I am offering my coding services to you for as little as $5. What will i do? I will take your existing html & css files from your website and turn it into a fully working Responsive theme. What does this mean? This means that no matter what device you look at your website on, it...
  20. B

    PHP Help Please

    i have wrote a little php code to output the name of movies with the following method: first off in my config.php i have: <?php require("imdb.php") ?> what this grabs is: <?php $q=$_GET['name']; $url="http://www.imdbapi.org?q=".$q."&type=xml&plot=full"; $xml= simplexml_load_file($url)...
Back
Top