- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
27 Posted Topics
Re: dolphin is a great free software but its also full of bugs! if you have no coding experience then id forget the whole project! | |
hi, i have a site built in CI and i have integrated a js/jq image slider into the index page. i linked all the files to the correct places but for some reason the js isnt working? some of the fonts in the slider are controled by js files, and … | |
Re: i thought straight away that google may be slightly worried that bing may be about to take over the search engine market? then it made me wonder...google has the patent over there basic "blank page with just a search box included" which if i remember right paid 60 mil for … | |
hi everyone... i have a page running html and javascript... basically its a faq page, viewers click on a question heading and then the related questions appear below (done using the js hide command) i had the problem where everytime i clicked a heading the page went back to the … | |
hi everyone... not sure if this belongs here or in the javascript section as it uses both js and php? move it if needed. anyway....i have a script that pulls the faq results from my database and shows them in order of categorie. what im trying to do is use … | |
hi, i have a sms script written in php. im just wondering...is there going to be a fee for anyone from sending them? i tried looking on google and all i found was a bunch of sites selling bulk sms packages and a article from 2003 saying that the receiver … ![]() | |
hi guys... i have a form that submits info to the database...it works fine in ie, but was freezing in ff...originally i thought it was because my firefox has been playing up recently, but i got a friend to test on his machine and he got the same result the … | |
Re: why dont you add a function to enable/disable the page? then whenever you need to disable it you can just click a checkbox. if you have an admin area you could add it there, or easily create a new page for the option. then do an "if" command in php … | |
hi everyone, i have some code that resises an image if its bigger than a certain size... the problem is that although the image is resised, its still pushing the div to the images full size? heres the code [CODE] .dt2 img { max-width: 300px; width: expression(document.body.clientWidth > 300? "300px": … | |
Re: not sure if this is what you mean...but codeigniter urls are caled via these commands : site_url('pagename') or base_url('pagename') you will need to configure these destinations of site/base_url in the config.php file you then call them anywhere on your server like <a href="<?php echo site_url('index') ;?>">LINK TEXT</a> you do not … | |
hi everyone. i am trying to make a code which will act as a checkbox, but will be hidden from view, only to be used by people who know its there. it is part of a form and im a bit stuck, i was hoping to use a checkbox but … | |
hi guys!! got a serious issue that i think the word applicable is "screwed" basically i backed up my hdd as it was runnin sooo sloooow, and then reinstalled everythin...then i remembered i hadnt backed up a whole months worth of coding and i feel like smashin my head up … | |
anyone got any experience with using the login with fb option?? im thinking of implimenting it into a site of mine but im not sure how it works, the fb documents are terrible and give no knowledge of anythin, and all the tuts are useless! i kno how it works, … | |
hi guys, i hope this is the right place, ive been offered to write somethin to allow credit card payments on a website, but ive never worked with cc before. i have made gateways for paypal and moneybookers before but i think theres a lot more to it for credit … | |
Re: theres a bunch of pre made youtube sites out there, but they are all free scripts and hav a lot of bugs! if you can code one yourself then id suggest doing it, as from experience of pre made sites, i have spent the past 12 months ironing out the … | |
hi, just a quikkie.... i have an idea to build one of my sites as a facebook app...not just a basic app but i want the site to be run solely through facebook like a farmville or mafia app works. i have a complete site already built, is it possible … | |
Re: correct me if im wrong...but facebook doesnt support gifs!! theres a app on facebook called "social app studio" that i think does what your lookin for...in fact within 5 mins you can build the whole thing your developer is producing! i only recently came accross this app so not sure … | |
hi guys... ive been working with codeigniter for over a year now, but ive been taking scripts apart and fixing errors/adding new functions, ....now im coding something from scratch and its proving to be quite annoying as the new version has a lot of stuff changed, so im pretty much … ![]() | |
hi, im looking for a simple script that will let users draw basic images online. i just need something with a pencil/paintbrush and colours, does anyone know of anything in php or javascript that is available? or could anyone point me in the right direction so i could learn how … ![]() | |
Re: remove the html from your login.php and add the body tags to your other file | |
Re: i have used codeigniter every day for over a year now. id suggest just looking at a few videos tutorials to get the basic idea. then just code with it, thats the best way to learn its a great framework, however sometimes while using it, you feel like some things … | |
Re: <select name="city"> <option value="london">london</option> <option value="paris">paris</option> <option value="new york">new york</option> </select> this will give you a dropdown box with citys, just add a new option line for each new entry, the whole dropdown box is called "city", this is what you would use to identify or call the option thats … | |
hi, i am creating a form of which will update portfolios, included is a text field...i already have blocked the usage of html and email addresses from being posted, but i cant seem to figure out how i would block website addresses? what code would i use to do this? … | |
hi guys i have a problem with php and sql my website is made in codeigniter and i have a transaction page which works perfectly...i also have a cp screen that shows the "last transaction" the transactions log deposits/transfer/withdrawels and if someone purchases a package whereas the transaction page works … | |
hi everyone...im having an issue with collecting the data using HTTP_REFERER the problem is if i paste or type a referral url into the url bar it gives an error :- Message: Undefined index: HTTP_REFERER but if i click the link from another site it works perfect... i understand that … | |
just joined up today! names earl, im a web designer from the uk but moving into the agency side of business! i have a freelancer website opening up soon so im looking at finding new ways of promoting it. theres a great deal of info on this site and its … | |
hi, this is my first post here, ive read a few pages of stuff here and i find it really good, i learnt a few things already about marketing. anyway...my question... i am due to open a new freelance website for designsers/programmers/advertisers/writers and all other related stuff. i have had … |
The End.