Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~2K People Reached
Favorite Tags
Member Avatar for zack654

I have problems to find inspiration in making simple designs. It's so anoying, I lose lot of time messing with styles instead of writting php code. Are there any tricks that people do to make design better and make quick layout. I don't look for something special, just simple design. …

Member Avatar for Helianthus
0
333
Member Avatar for zack654

I'm beginner with jquery, and I need to create slider of few images on home page. When I check some tutorials on line, all use jquery plugins, and every look quite different. I'm quite confused. So, I would like to see what plugin you use (if you use) when making …

Member Avatar for pritaeas
0
58
Member Avatar for zack654

My PHP pagination code is quite messy. I use something like this: [CODE]$display = 8; if(isset($_GET['p'])&&is_numeric($_GET['p'])) { $pages = $_GET['p']; } else { $q = "SELECT COUNT(image_id) FROM images"; $r = mysqli_query($dbc, $q); $ps = mysqli_fetch_array($r, MYSQL_NUM); $broj_redova = $ps[0]; if($broj_redova <= 8) { $pages = 1; } else { …

Member Avatar for subrata_ushasi
0
228
Member Avatar for zack654

Hi, I coded some web applications (blog, message board) all in procedural way, and now I want to start doing all that with planing and clean and extensible code. I now that OOP is the way, I checked MVC system of programming, and everything seems nice. I already know syntacs …

Member Avatar for veedeoo
0
236
Member Avatar for zack654

Hi everyone, I am making lots of HTML and CSS and I have huge problem with resoultion when I want to create fluid layouts or sites for higher screen resolution ( even 1280x800). My resolution is 1024x768. So, I saw many on line resolution checkers, but I can't upload code …

Member Avatar for |-|x
0
77
Member Avatar for zack654

I'm coding some themes for wordpress at the moment, and I have problem finding HTML and CSS themes that are ready for implementation. I don't want to spend time making HTML and CSS so I'm looking for ready themes for coding into wordpress. I found many free web site templates, …

0
58
Member Avatar for zack654

I would like to sharpen my PHP skills on coding web sites. Is there some web site templates which are ready for coding so I can make them functional without touching HTML or CSS? I am not very good with HTML and CSS, I find free templates like this all …

Member Avatar for zack654
0
297
Member Avatar for zack654

Hi Whenever I have error in PHP script, it doesn't return errors, it only returns blank page. So, when everything is OK, script works perfectly, but when I have error, it's only blank page in browser. I use Debian 6.0.2 any help is appreciated :D

Member Avatar for coolest_987
0
234
Member Avatar for zack654

So, I am running this PHP script and it's execution lasts for about 10 minutes or maybe even longer ( don't ask me what I'm doing :|;) ) After it's done, my PC runs slow, it probably eats up resources (don't which resources) so which command to use to free …

Member Avatar for zack654
0
233
Member Avatar for zack654

Hi, guys, I registered here a long time ago when I needed help about one question. Than I haven't been here at all, so now when I'm into some real programming, I'm going to visit this forum a lot. I learn PHP mainly, so will be very glad to join …

Member Avatar for jingda
0
56
Member Avatar for zack654

I am beginner in Web Development and I just wonder what's the use of having people registered on your site. So, you will have theirs emails, passwords , etc. Maybe this sounds stupid for some experienced developers, but I really don't understand it. Do they make money this way somehow, …

Member Avatar for MagicMedia
1
77
Member Avatar for zack654

I would really want some advanced C++ programmer to answer me this question, so please help me I really need this answer. How can I really start programming with C++? Of course, I still have a lot to lean. I just learned classes and SOME of inheritance features, I write …

Member Avatar for zack654
0
136
Member Avatar for zack654

Can anyone suggest me some nice string tutorials because I found few of them but they seem pretty hard to learn (like one on [URL="http://www.cplusplus.com/reference/string/string/"]http://www.cplusplus.com/reference/string/string/[/URL] ) It should be native C++ string library because that is the one I started learning, So I would appreciate any suggestions... thanks

Member Avatar for zack654
0
131